Child Theme Creator by Orbisius - Version 1.3.1

Version Description

  • For some reason WordPress.org didn't register the 1.3.0 release or the stable tag didn't get set to 1.3.0 on time.
Download this release

Release Info

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

Code changes from version 1.3.0 to 1.3.1

nbproject/private/private.xml CHANGED
@@ -49,9 +49,10 @@
49
  </file>
50
  </editor-bookmarks>
51
  <open-files xmlns="http://www.netbeans.org/ns/projectui-open-files/2">
 
52
  <group>
53
  <file>file:/C:/Copy/Dropbox/cloud/projects/default/htdocs/wordpress313/wp-content/plugins/orbisius-child-theme-creator/orbisius-child-theme-creator.php</file>
 
54
  </group>
55
- <group name="qsandbox"/>
56
  </open-files>
57
  </project-private>
49
  </file>
50
  </editor-bookmarks>
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
+ <file>file:/C:/Copy/Dropbox/cloud/projects/default/htdocs/wordpress313/wp-content/plugins/orbisius-child-theme-creator/readme.txt</file>
56
  </group>
 
57
  </open-files>
58
  </project-private>
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.0
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.1
7
  Author: Svetoslav Marinov (Slavi)
8
  Author URI: http://orbisius.com
9
  */
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_i
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.4
7
- Stable tag: 1.2.9
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.
@@ -30,6 +30,7 @@ This plugin allows you to quickly edit theme files from Appearance &gt; Orbisius
30
  It features two editors and you can pick snippets from one theme and paste into another.
31
 
32
  = Theme Editor Features =
 
33
  * Edit two theme files at the same time
34
  * Ajax -> No page refresh
35
  * Easy to use interface
@@ -42,6 +43,7 @@ It features two editors and you can pick snippets from one theme and paste into
42
  * Since (v1.1.3) Implemented theme files to be listed recursively (i.e. all files from the selected theme)
43
  * Since (v1.1.9) Both editors have the same buttons (in older versions only the left editor had all of the buttons).
44
  * Since (v1.2.2) Can create a blank functions.php file (Thanks Tobias Kaupat for the suggestion)
 
45
  = Important Reasons to Create Child Themes =
46
  * Keep your changes when the parent theme is updated.
47
  * Reduce duplicated code i.e. you need to copy and customize only the files that need to be customized
@@ -148,6 +150,9 @@ Todo
148
 
149
  == Changelog ==
150
 
 
 
 
151
  = 1.3.0 =
152
  * Happy new year!
153
  * Copying parent theme's options (if any).
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.4
7
+ Stable tag: 1.3.1
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.
30
  It features two editors and you can pick snippets from one theme and paste into another.
31
 
32
  = Theme Editor Features =
33
+
34
  * Edit two theme files at the same time
35
  * Ajax -> No page refresh
36
  * Easy to use interface
43
  * Since (v1.1.3) Implemented theme files to be listed recursively (i.e. all files from the selected theme)
44
  * Since (v1.1.9) Both editors have the same buttons (in older versions only the left editor had all of the buttons).
45
  * Since (v1.2.2) Can create a blank functions.php file (Thanks Tobias Kaupat for the suggestion)
46
+
47
  = Important Reasons to Create Child Themes =
48
  * Keep your changes when the parent theme is updated.
49
  * Reduce duplicated code i.e. you need to copy and customize only the files that need to be customized
150
 
151
  == Changelog ==
152
 
153
+ = 1.3.1 =
154
+ * For some reason WordPress.org didn't register the 1.3.0 release or the stable tag didn't get set to 1.3.0 on time.
155
+
156
  = 1.3.0 =
157
  * Happy new year!
158
  * Copying parent theme's options (if any).