Child Theme Creator by Orbisius - Version 1.1.4

Version Description

  • Minor tweaks after v1.1.3
Download this release

Release Info

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

Code changes from version 1.1.3 to 1.1.4

Files changed (2) hide show
  1. orbisius-child-theme-creator.php +2 -3
  2. readme.txt +4 -1
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.1.3
7
  Author: Svetoslav Marinov (Slavi)
8
  Author URI: http://orbisius.com
9
  */
@@ -1855,8 +1855,7 @@ function orbisius_ctc_theme_editor_zip_theme($theme_base_dir, $to) {
1855
  $host = empty($_SERVER['HTTP_HOST']) ? '' : str_ireplace('www.', '', $_SERVER['HTTP_HOST']);
1856
  $subject = 'Theme (zip): ' . $theme_name;
1857
  $headers = array();
1858
- $message = "Hi,\n\nPlease find the attached theme file(s).
1859
- " . $site_str . "\n\nSent from Orbisius Child Theme Creator.\n";
1860
  $headers = "From: $host WordPress <wordpress@$host>" . "\r\n";
1861
  wp_mail($to, $subject, $message, $headers, $attachments );
1862
 
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.1.4
7
  Author: Svetoslav Marinov (Slavi)
8
  Author URI: http://orbisius.com
9
  */
1855
  $host = empty($_SERVER['HTTP_HOST']) ? '' : str_ireplace('www.', '', $_SERVER['HTTP_HOST']);
1856
  $subject = 'Theme (zip): ' . $theme_name;
1857
  $headers = array();
1858
+ $message = "Hi,\n\nPlease find the attached theme file(s). \n" . $site_str . "\n\nSent from Orbisius Child Theme Creator.\n";
 
1859
  $headers = "From: $host WordPress <wordpress@$host>" . "\r\n";
1860
  wp_mail($to, $subject, $message, $headers, $attachments );
1861
 
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_i
4
  Tags: child theme, childtheme,childthemes,child themes,CSS, styling,resposive design,design,custom themeing, shared hosting, theme,themes,wp,wordpress,orbisius,theme creator
5
  Requires at least: 3.4
6
  Tested up to: 3.8
7
- Stable tag: 1.1.3
8
  License: GPLv2 or later
9
 
10
  This plugin allows you to quickly create child themes from any theme that you have currently installed on your site/blog.
@@ -123,6 +123,9 @@ Let's talk.
123
 
124
  == Changelog ==
125
 
 
 
 
126
  = 1.1.3 =
127
  * Updated CSS to add some top-margin above the update/save changed buttons
128
  * Added php syntax check
4
  Tags: child theme, childtheme,childthemes,child themes,CSS, styling,resposive design,design,custom themeing, shared hosting, theme,themes,wp,wordpress,orbisius,theme creator
5
  Requires at least: 3.4
6
  Tested up to: 3.8
7
+ Stable tag: 1.1.4
8
  License: GPLv2 or later
9
 
10
  This plugin allows you to quickly create child themes from any theme that you have currently installed on your site/blog.
123
 
124
  == Changelog ==
125
 
126
+ = 1.1.4 =
127
+ * Minor tweaks after v1.1.3
128
+
129
  = 1.1.3 =
130
  * Updated CSS to add some top-margin above the update/save changed buttons
131
  * Added php syntax check