PS Disable Auto Formatting - Version 1.0.3

Version Description

Download this release

Release Info

Developer jim912
Plugin Icon wp plugin PS Disable Auto Formatting
Version 1.0.3
Comparing to
See all releases

Code changes from version 1.0.2 to 1.0.3

Files changed (2) hide show
  1. ps_disable_auto_formatting.php +2 -1
  2. readme.txt +2 -0
ps_disable_auto_formatting.php CHANGED
@@ -2,7 +2,8 @@
2
  /*
3
  Plugin Name: PS Disable Auto Formatting
4
  Plugin URI: http://www.web-strategy.jp/wp_plugin/ps_disable_auto_formatting/
5
- Description: 1.0.2
 
6
  Author: Hitoshi Omagari
7
  Author URI: http://www.web-strategy.jp/
8
  */
2
  /*
3
  Plugin Name: PS Disable Auto Formatting
4
  Plugin URI: http://www.web-strategy.jp/wp_plugin/ps_disable_auto_formatting/
5
+ Description: PS Disable Auto Formatting is able to disable function auto formatting (wpautop) and save <p> and <br /> formatted content.
6
+ Version: 1.0.3
7
  Author: Hitoshi Omagari
8
  Author URI: http://www.web-strategy.jp/
9
  */
readme.txt CHANGED
@@ -65,6 +65,8 @@ To prevent the operational error, the batch processing is not done if there is n
65
  Please check "Permit batch formatting" check box.
66
 
67
  == Changelog ==
 
 
68
  * **1.0.2**
69
  * compatible with WordPress version 2.8
70
  (bugfix : post area is whiteouted when switching visual to html mode in version 2.8)
65
  Please check "Permit batch formatting" check box.
66
 
67
  == Changelog ==
68
+ * **1.0.3**
69
+ * fix : missed writing specifications of plugin(version & discription)
70
  * **1.0.2**
71
  * compatible with WordPress version 2.8
72
  (bugfix : post area is whiteouted when switching visual to html mode in version 2.8)