Child Theme Creator by Orbisius - Version 1.3.3

Version Description

  • Tested with WP 4.6
  • TODO: when saving return JSON and show an error on invalid syntax.
Download this release

Release Info

Developer lordspace
Plugin Icon wp plugin Child Theme Creator by Orbisius
Version 1.3.3
Comparing to
See all releases

Code changes from version 1.3.2 to 1.3.3

nbproject/private/private.xml CHANGED
@@ -30,12 +30,12 @@
30
  </bookmark>
31
  <bookmark id="13">
32
  <name/>
33
- <line>2462</line>
34
  <key/>
35
  </bookmark>
36
  <bookmark id="3">
37
  <name/>
38
- <line>2506</line>
39
  <key/>
40
  </bookmark>
41
  </file>
@@ -51,6 +51,8 @@
51
  <open-files xmlns="http://www.netbeans.org/ns/projectui-open-files/2">
52
  <group name="qsandbox"/>
53
  <group>
 
 
54
  <file>file:/C:/Copy/Dropbox/cloud/projects/default/htdocs/wordpress313/wp-content/plugins/orbisius-child-theme-creator/orbisius-child-theme-creator.php</file>
55
  </group>
56
  </open-files>
30
  </bookmark>
31
  <bookmark id="13">
32
  <name/>
33
+ <line>2469</line>
34
  <key/>
35
  </bookmark>
36
  <bookmark id="3">
37
  <name/>
38
+ <line>2514</line>
39
  <key/>
40
  </bookmark>
41
  </file>
51
  <open-files xmlns="http://www.netbeans.org/ns/projectui-open-files/2">
52
  <group name="qsandbox"/>
53
  <group>
54
+ <file>file:/C:/Copy/Dropbox/cloud/projects/default/htdocs/wordpress313/wp-content/plugins/orbisius-child-theme-creator/assets/main.js</file>
55
+ <file>file:/C:/Copy/Dropbox/cloud/projects/default/htdocs/wordpress313/wp-content/plugins/orbisius-child-theme-creator/readme.txt</file>
56
  <file>file:/C:/Copy/Dropbox/cloud/projects/default/htdocs/wordpress313/wp-content/plugins/orbisius-child-theme-creator/orbisius-child-theme-creator.php</file>
57
  </group>
58
  </open-files>
orbisius-child-theme-creator.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Orbisius Child Theme Creator
4
  Plugin URI: http://club.orbisius.com/products/wordpress-plugins/orbisius-child-theme-creator/
5
  Description: This plugin allows you to quickly create child themes from any theme that you have currently installed on your site/blog.
6
- Version: 1.3.2
7
  Author: Svetoslav Marinov (Slavi)
8
  Author URI: http://orbisius.com
9
  */
3
  Plugin Name: Orbisius Child Theme Creator
4
  Plugin URI: http://club.orbisius.com/products/wordpress-plugins/orbisius-child-theme-creator/
5
  Description: This plugin allows you to quickly create child themes from any theme that you have currently installed on your site/blog.
6
+ Version: 1.3.3
7
  Author: Svetoslav Marinov (Slavi)
8
  Author URI: http://orbisius.com
9
  */
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: lordspace,orbisius
3
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=7APYDVPBCSY9A
4
  Tags: theme,child theme,childtheme,childthemes,parent theme,child themes,CSS,styling,resposive design,design,custom themeing, shared hosting,theme editor theme,themes,wp,wordpress,orbisius,theme creator,custom theme,theme generator,css,css editor
5
  Requires at least: 3.4
6
- Tested up to: 4.5
7
- Stable tag: 1.3.2
8
  License: GPLv2 or later
9
 
10
  Create Child Themes quickly and easily from any theme that you have currently installed on your site/blog.
@@ -151,6 +151,10 @@ Todo
151
 
152
  == Changelog ==
153
 
 
 
 
 
154
  = 1.3.2 =
155
  * Added locking when saving files.
156
  * Syntax check is performed only for php files. Saving other files should be quicker now.
3
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=7APYDVPBCSY9A
4
  Tags: theme,child theme,childtheme,childthemes,parent theme,child themes,CSS,styling,resposive design,design,custom themeing, shared hosting,theme editor theme,themes,wp,wordpress,orbisius,theme creator,custom theme,theme generator,css,css editor
5
  Requires at least: 3.4
6
+ Tested up to: 4.6
7
+ Stable tag: 1.3.3
8
  License: GPLv2 or later
9
 
10
  Create Child Themes quickly and easily from any theme that you have currently installed on your site/blog.
151
 
152
  == Changelog ==
153
 
154
+ = 1.3.3 =
155
+ * Tested with WP 4.6
156
+ * TODO: when saving return JSON and show an error on invalid syntax.
157
+
158
  = 1.3.2 =
159
  * Added locking when saving files.
160
  * Syntax check is performed only for php files. Saving other files should be quicker now.