Post Type Switcher - Version 1.2.1

Version Description

Download this release

Release Info

Developer johnjamesjacoby
Plugin Icon 128x128 Post Type Switcher
Version 1.2.1
Comparing to
See all releases

Code changes from version 1.2 to 1.2.1

Files changed (2) hide show
  1. post-type-switcher.php +16 -0
  2. readme.txt +4 -1
post-type-switcher.php CHANGED
@@ -282,6 +282,22 @@ final class Post_Type_Switcher {
282
  #post-type-display {
283
  font-weight: bold;
284
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
285
  </style>
286
 
287
  <?php
282
  #post-type-display {
283
  font-weight: bold;
284
  }
285
+
286
+ #post-body .post-type-switcher::before {
287
+ content: '\f109';
288
+ font: 400 20px/1 dashicons;
289
+ speak: none;
290
+ display: inline-block;
291
+ padding: 0 2px 0 0;
292
+ top: 0;
293
+ left: -1px;
294
+ position: relative;
295
+ vertical-align: top;
296
+ -webkit-font-smoothing: antialiased;
297
+ -moz-osx-font-smoothing: grayscale;
298
+ text-decoration: none !important;
299
+ color: #888;
300
+ }
301
  </style>
302
 
303
  <?php
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: johnjamesjacoby, beatpanda
3
  Tags: post type
4
  Requires at least: 3.0
5
  Tested up to: 3.9
6
- Stable tag: 1.2
7
 
8
  A simple way to change a post's type in WordPress
9
 
@@ -22,6 +22,9 @@ Now with bulk editing, thanks to Matthew Gerring!
22
 
23
  == Changelog ==
24
 
 
 
 
25
  = Version 1.2 =
26
  * Add bulk editing to supported post types
27
  * Props Matthew Gerring for bulk edit contribution
3
  Tags: post type
4
  Requires at least: 3.0
5
  Tested up to: 3.9
6
+ Stable tag: 1.2.1
7
 
8
  A simple way to change a post's type in WordPress
9
 
22
 
23
  == Changelog ==
24
 
25
+ = Version 1.2.1 =
26
+ * Improved WordPress 3.9 integration (added dashicon to publish metabox)
27
+
28
  = Version 1.2 =
29
  * Add bulk editing to supported post types
30
  * Props Matthew Gerring for bulk edit contribution