Child Themify - Version 2.0.0

Version Description

  • Released: 2017-10-04
  • Completely rebuilt the interface
  • Added controls to modify the Theme Author value
  • Added controls to select theme files that should get copied into the new theme
Download this release

Release Info

Developer JohnPBloch
Plugin Icon wp plugin Child Themify
Version 2.0.0
Comparing to
See all releases

Code changes from version 2.0.0-beta1 to 2.0.0

Files changed (2) hide show
  1. child-themify.php +2 -2
  2. readme.txt +3 -3
child-themify.php CHANGED
@@ -2,7 +2,7 @@
2
  /*
3
  * Plugin Name: Child Themify
4
  * Description: Create child themes at the click of a button
5
- * Version: 2.0.0-beta1
6
  * Plugin URI: https://github.com/johnpbloch/child-themify
7
  * Author: John P. Bloch
8
  * License: GPL-2.0+
@@ -12,7 +12,7 @@
12
 
13
  define( 'CTF_PATH', __FILE__ );
14
  define( 'CTF_URL', plugin_dir_url( CTF_PATH ) );
15
- define( 'CTF_VERSION', '2.0.0-beta1' );
16
 
17
  function ctf_plugins_loaded() {
18
  $inc = plugin_dir_path( CTF_PATH ) . '/includes/';
2
  /*
3
  * Plugin Name: Child Themify
4
  * Description: Create child themes at the click of a button
5
+ * Version: 2.0.0
6
  * Plugin URI: https://github.com/johnpbloch/child-themify
7
  * Author: John P. Bloch
8
  * License: GPL-2.0+
12
 
13
  define( 'CTF_PATH', __FILE__ );
14
  define( 'CTF_URL', plugin_dir_url( CTF_PATH ) );
15
+ define( 'CTF_VERSION', '2.0.0' );
16
 
17
  function ctf_plugins_loaded() {
18
  $inc = plugin_dir_path( CTF_PATH ) . '/includes/';
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: JohnPBloch
3
  Tags: themes, child, theme
4
  Requires at least: 4.7.0
5
  Tested up to: 4.8.9
6
- Stable tag: 1.2.0
7
  License: GPL-2.0+
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
@@ -50,7 +50,7 @@ I'd really prefer that you use [Github's issue tracker](https://github.com/johnp
50
  == Changelog ==
51
 
52
  = 2.0.0 =
53
- * Released: TBD
54
  * Completely rebuilt the interface
55
  * Added controls to modify the Theme Author value
56
  * Added controls to select theme files that should get copied into the new theme
@@ -96,4 +96,4 @@ I'd really prefer that you use [Github's issue tracker](https://github.com/johnp
96
 
97
  == Upgrade Notice ==
98
 
99
- Creates a blank functions.php file
3
  Tags: themes, child, theme
4
  Requires at least: 4.7.0
5
  Tested up to: 4.8.9
6
+ Stable tag: 2.0.0
7
  License: GPL-2.0+
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
50
  == Changelog ==
51
 
52
  = 2.0.0 =
53
+ * Released: 2017-10-04
54
  * Completely rebuilt the interface
55
  * Added controls to modify the Theme Author value
56
  * Added controls to select theme files that should get copied into the new theme
96
 
97
  == Upgrade Notice ==
98
 
99
+ Overhaul of the whole plugin: new interface, more options when creating child theme