WPide - Version 1.0.6

Version Description

  • Added link to meta section of plugin list for easy install of V2 Dev version if you have dismissed the alert.
Download this release

Release Info

Developer WPsites
Plugin Icon 128x128 WPide
Version 1.0.6
Comparing to
See all releases

Code changes from version 1.0.5 to 1.0.6

Files changed (2) hide show
  1. WPide.php +1 -1
  2. readme.txt +4 -1
WPide.php CHANGED
@@ -4,7 +4,7 @@
4
  Plugin Name: WPide
5
  Plugin URI: https://github.com/WPsites/WPide
6
  Description: Replace the default WordPress code editor for plugins and themes. Adding syntax highlighting, autocomplete of WordPress functions + PHP, line numbers, auto backup of files before editing.
7
- Version: 1.0.5
8
  Author: Simon Dunton
9
  Author URI: http://www.wpsites.co.uk
10
 
4
  Plugin Name: WPide
5
  Plugin URI: https://github.com/WPsites/WPide
6
  Description: Replace the default WordPress code editor for plugins and themes. Adding syntax highlighting, autocomplete of WordPress functions + PHP, line numbers, auto backup of files before editing.
7
+ Version: 1.0.6
8
  Author: Simon Dunton
9
  Author URI: http://www.wpsites.co.uk
10
 
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: WPsites, Thomas Wieczorek
3
  Tags: code, theme editor, plugin editor, code editor
4
  Requires at least: 3.0
5
  Tested up to: 3.3.1
6
- Stable tag: 1.0.5
7
 
8
  Replace the default WordPress code editor for plugins and themes. Adding syntax highlighting, auto complete of WordPress functions + PHP, line numbers, auto backup of files before editing.
9
 
@@ -61,6 +61,9 @@ No support for Internet Explorer right now
61
 
62
  == Changelog ==
63
 
 
 
 
64
  = 1.0.5 =
65
  * Added the facility to download and run the cutting edge development version of WPide from the Github repository
66
 
3
  Tags: code, theme editor, plugin editor, code editor
4
  Requires at least: 3.0
5
  Tested up to: 3.3.1
6
+ Stable tag: 1.0.6
7
 
8
  Replace the default WordPress code editor for plugins and themes. Adding syntax highlighting, auto complete of WordPress functions + PHP, line numbers, auto backup of files before editing.
9
 
61
 
62
  == Changelog ==
63
 
64
+ = 1.0.6 =
65
+ * Added link to meta section of plugin list for easy install of V2 Dev version if you have dismissed the alert.
66
+
67
  = 1.0.5 =
68
  * Added the facility to download and run the cutting edge development version of WPide from the Github repository
69