Child Theme Creator by Orbisius - Version 1.2.6

Version Description

  • Fixed a wrong check for the Pro version.
  • Tested with latest WP
  • Added a call to action to ask users for write a review.
Download this release

Release Info

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

Code changes from version 1.2.5 to 1.2.6

nbproject/private/private.xml CHANGED
@@ -5,32 +5,32 @@
5
  <url>orbisius-child-theme-creator.php</url>
6
  <bookmark id="6">
7
  <name/>
8
- <line>1546</line>
9
  <key/>
10
  </bookmark>
11
  <bookmark id="12">
12
  <name/>
13
- <line>2033</line>
14
  <key/>
15
  </bookmark>
16
  <bookmark id="9">
17
  <name/>
18
- <line>2037</line>
19
  <key/>
20
  </bookmark>
21
  <bookmark id="5">
22
  <name/>
23
- <line>2067</line>
24
  <key/>
25
  </bookmark>
26
  <bookmark id="4">
27
  <name/>
28
- <line>2219</line>
29
  <key/>
30
  </bookmark>
31
  <bookmark id="3">
32
  <name/>
33
- <line>2465</line>
34
  <key/>
35
  </bookmark>
36
  </file>
5
  <url>orbisius-child-theme-creator.php</url>
6
  <bookmark id="6">
7
  <name/>
8
+ <line>1580</line>
9
  <key/>
10
  </bookmark>
11
  <bookmark id="12">
12
  <name/>
13
+ <line>2055</line>
14
  <key/>
15
  </bookmark>
16
  <bookmark id="9">
17
  <name/>
18
+ <line>2060</line>
19
  <key/>
20
  </bookmark>
21
  <bookmark id="5">
22
  <name/>
23
+ <line>2102</line>
24
  <key/>
25
  </bookmark>
26
  <bookmark id="4">
27
  <name/>
28
+ <line>2254</line>
29
  <key/>
30
  </bookmark>
31
  <bookmark id="3">
32
  <name/>
33
+ <line>2500</line>
34
  <key/>
35
  </bookmark>
36
  </file>
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.2.5
7
  Author: Svetoslav Marinov (Slavi)
8
  Author URI: http://orbisius.com
9
  */
@@ -101,7 +101,7 @@ function orbisius_child_theme_creator_is_pro_installed() {
101
 
102
  if ( is_null( $res ) ) {
103
  // is creator pro active?
104
- $res = in_array( 'orbisius-child-theme-creator/orbisius-child-theme-creator.php', apply_filters( 'active_plugins', get_option( 'active_plugins' ) ) );
105
  }
106
 
107
  return $res;
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.2.6
7
  Author: Svetoslav Marinov (Slavi)
8
  Author URI: http://orbisius.com
9
  */
101
 
102
  if ( is_null( $res ) ) {
103
  // is creator pro active?
104
+ $res = in_array( 'orbisius-child-theme-creator-pro/orbisius-child-theme-creator-pro.php', apply_filters( 'active_plugins', get_option( 'active_plugins' ) ) );
105
  }
106
 
107
  return $res;
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.1
7
- Stable tag: 1.2.5
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.
@@ -14,6 +14,8 @@ Create Child Themes quickly and easily from any theme that you have currently in
14
  This plugin allows you to quickly create child themes from any theme that you have currently installed on your site/blog.
15
  It also creates rtl.css if exists in the parent theme.
16
 
 
 
17
  = Child Theme Creator Features =
18
  * Create a theme with a click of a button
19
  * Never forget what files to copy and what to skip when creating child themes.
@@ -141,6 +143,11 @@ Let's talk.
141
 
142
  == Changelog ==
143
 
 
 
 
 
 
144
  = 1.2.5 =
145
  * Fixes
146
  * Improvements
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.2.2
7
+ Stable tag: 1.2.6
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.
14
  This plugin allows you to quickly create child themes from any theme that you have currently installed on your site/blog.
15
  It also creates rtl.css if exists in the parent theme.
16
 
17
+ **Did you find this plugin helpful? Please consider [writing a review](https://wordpress.org/support/view/plugin-reviews/orbisius-child-theme-creator).**
18
+
19
  = Child Theme Creator Features =
20
  * Create a theme with a click of a button
21
  * Never forget what files to copy and what to skip when creating child themes.
143
 
144
  == Changelog ==
145
 
146
+ = 1.2.6 =
147
+ * Fixed a wrong check for the Pro version.
148
+ * Tested with latest WP
149
+ * Added a call to action to ask users for write a review.
150
+
151
  = 1.2.5 =
152
  * Fixes
153
  * Improvements