Child Theme Creator by Orbisius - Version 1.2.3

Version Description

  • Tested with WP 4.1
Download this release

Release Info

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

Code changes from version 1.2.2 to 1.2.3

nbproject/private/private.xml CHANGED
@@ -1,29 +1,34 @@
1
  <?xml version="1.0" encoding="UTF-8"?>
2
  <project-private xmlns="http://www.netbeans.org/ns/project-private/1">
3
- <editor-bookmarks xmlns="http://www.netbeans.org/ns/editor-bookmarks/2" lastBookmarkId="5">
4
  <file>
5
- <url>orbisius-child_theme_creator.php</url>
6
- <bookmark id="2">
7
  <name/>
8
- <line>379</line>
9
  <key/>
10
  </bookmark>
11
- </file>
12
- <file>
13
- <url>orbisius-child-theme-creator.php</url>
14
  <bookmark id="5">
15
  <name/>
16
- <line>1810</line>
17
  <key/>
18
  </bookmark>
19
  <bookmark id="4">
20
  <name/>
21
- <line>1949</line>
22
  <key/>
23
  </bookmark>
24
  <bookmark id="3">
25
  <name/>
26
- <line>2195</line>
 
 
 
 
 
 
 
 
27
  <key/>
28
  </bookmark>
29
  </file>
1
  <?xml version="1.0" encoding="UTF-8"?>
2
  <project-private xmlns="http://www.netbeans.org/ns/project-private/1">
3
+ <editor-bookmarks xmlns="http://www.netbeans.org/ns/editor-bookmarks/2" lastBookmarkId="6">
4
  <file>
5
+ <url>orbisius-child-theme-creator.php</url>
6
+ <bookmark id="6">
7
  <name/>
8
+ <line>1543</line>
9
  <key/>
10
  </bookmark>
 
 
 
11
  <bookmark id="5">
12
  <name/>
13
+ <line>2040</line>
14
  <key/>
15
  </bookmark>
16
  <bookmark id="4">
17
  <name/>
18
+ <line>2181</line>
19
  <key/>
20
  </bookmark>
21
  <bookmark id="3">
22
  <name/>
23
+ <line>2427</line>
24
+ <key/>
25
+ </bookmark>
26
+ </file>
27
+ <file>
28
+ <url>orbisius-child_theme_creator.php</url>
29
+ <bookmark id="2">
30
+ <name/>
31
+ <line>379</line>
32
  <key/>
33
  </bookmark>
34
  </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.2
7
  Author: Svetoslav Marinov (Slavi)
8
  Author URI: http://orbisius.com
9
  */
@@ -395,15 +395,17 @@ function orbisius_child_theme_creator_settings_page() {
395
 
396
  <div class="meta-box-sortables">
397
 
 
398
  <div class="postbox">
399
  <h3><span>Hire Us</span></h3>
400
  <div class="inside">
401
- Hire us to create a plugin/web/mobile app for your business.
402
- <br/><a href="http://orbisius.com/page/free-quote/?utm_source=orbisius-child-theme-creator&utm_medium=plugin-settings&utm_campaign=product"
403
  title="If you want a custom web/mobile app/plugin developed contact us. This opens in a new window/tab"
404
  class="button-primary" target="_blank">Get a Free Quote</a>
405
  </div> <!-- .inside -->
406
  </div> <!-- .postbox -->
 
407
 
408
  <div class="postbox">
409
  <h3><span>Newsletter</span></h3>
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.3
7
  Author: Svetoslav Marinov (Slavi)
8
  Author URI: http://orbisius.com
9
  */
395
 
396
  <div class="meta-box-sortables">
397
 
398
+ <!-- Hire Us -->
399
  <div class="postbox">
400
  <h3><span>Hire Us</span></h3>
401
  <div class="inside">
402
+ Hire us to create a plugin/web/mobile app
403
+ <br/><a href="http://orbisius.com/page/free-quote/?utm_source=<?php echo str_replace('.php', '', basename(__FILE__));?>&utm_medium=plugin-settings&utm_campaign=product"
404
  title="If you want a custom web/mobile app/plugin developed contact us. This opens in a new window/tab"
405
  class="button-primary" target="_blank">Get a Free Quote</a>
406
  </div> <!-- .inside -->
407
  </div> <!-- .postbox -->
408
+ <!-- /Hire Us -->
409
 
410
  <div class="postbox">
411
  <h3><span>Newsletter</span></h3>
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.0.1
7
- Stable tag: 1.2.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.
@@ -136,8 +136,11 @@ Let's talk.
136
 
137
  == Changelog ==
138
 
 
 
 
139
  = 1.2.2 =
140
- * Added: Create a blank functions.php file option
141
  * Added a link to edit theme after the child theme is created.
142
  * Changed the UI. Parent and Child Themes are nicely separated.
143
  * Added a sidebar in the screen where child themes are created
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.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.
136
 
137
  == Changelog ==
138
 
139
+ = 1.2.3 =
140
+ * Tested with WP 4.1
141
+
142
  = 1.2.2 =
143
+ * Added: Create a blank functions.php file option (Thanks Tobias Kaupat for the suggestion).
144
  * Added a link to edit theme after the child theme is created.
145
  * Changed the UI. Parent and Child Themes are nicely separated.
146
  * Added a sidebar in the screen where child themes are created