Child Theme Creator by Orbisius - Version 1.2.8

Version Description

  • Improved security even more. Thanks Mika!
Download this release

Release Info

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

Code changes from version 1.2.7 to 1.2.8

nbproject/private/private.xml CHANGED
@@ -1,6 +1,6 @@
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="12">
4
  <file>
5
  <url>orbisius-child-theme-creator.php</url>
6
  <bookmark id="6">
@@ -28,9 +28,14 @@
28
  <line>2254</line>
29
  <key/>
30
  </bookmark>
 
 
 
 
 
31
  <bookmark id="3">
32
  <name/>
33
- <line>2500</line>
34
  <key/>
35
  </bookmark>
36
  </file>
@@ -46,7 +51,6 @@
46
  <open-files xmlns="http://www.netbeans.org/ns/projectui-open-files/2">
47
  <group>
48
  <file>file:/C:/Copy/Dropbox/cloud/projects/default/htdocs/wordpress313/wp-content/plugins/orbisius-child-theme-creator/orbisius-child-theme-creator.php</file>
49
- <file>file:/C:/Copy/Dropbox/cloud/projects/default/htdocs/wordpress313/wp-content/plugins/orbisius-child-theme-creator/readme.txt</file>
50
  </group>
51
  </open-files>
52
  </project-private>
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="13">
4
  <file>
5
  <url>orbisius-child-theme-creator.php</url>
6
  <bookmark id="6">
28
  <line>2254</line>
29
  <key/>
30
  </bookmark>
31
+ <bookmark id="13">
32
+ <name/>
33
+ <line>2460</line>
34
+ <key/>
35
+ </bookmark>
36
  <bookmark id="3">
37
  <name/>
38
+ <line>2504</line>
39
  <key/>
40
  </bookmark>
41
  </file>
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
  </open-files>
56
  </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.2.7
7
  Author: Svetoslav Marinov (Slavi)
8
  Author URI: http://orbisius.com
9
  */
@@ -2458,7 +2458,7 @@ function orbisius_ctc_theme_editor_generate_dropdown() {
2458
  * @return string
2459
  */
2460
  function orbisius_ctc_theme_editor_manage_file( $cmd_id = 1 ) {
2461
- if ( ! current_user_can( 'manage_options' ) ) {
2462
  return 'Missing data!';
2463
  }
2464
 
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.8
7
  Author: Svetoslav Marinov (Slavi)
8
  Author URI: http://orbisius.com
9
  */
2458
  * @return string
2459
  */
2460
  function orbisius_ctc_theme_editor_manage_file( $cmd_id = 1 ) {
2461
+ if ( ! current_user_can( 'edit_themes' ) ) {
2462
  return 'Missing data!';
2463
  }
2464
 
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.2.2
7
- Stable tag: 1.2.7
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.
@@ -143,6 +143,9 @@ Let's talk.
143
 
144
  == Changelog ==
145
 
 
 
 
146
  = 1.2.7 =
147
  * Improved security.
148
 
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.8
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.
143
 
144
  == Changelog ==
145
 
146
+ = 1.2.8 =
147
+ * Improved security even more. Thanks Mika!
148
+
149
  = 1.2.7 =
150
  * Improved security.
151