Advanced Import : One Click Import for WordPress or Theme Demo Data - Version 1.0.6

Version Description

  • 2019-12-02 =
  • Fixed : Author check fixed for CosmosWP
Download this release

Release Info

Developer addonspress
Plugin Icon 128x128 Advanced Import : One Click Import for WordPress or Theme Demo Data
Version 1.0.6
Comparing to
See all releases

Code changes from version 1.0.5 to 1.0.6

advanced-import.php CHANGED
@@ -14,7 +14,7 @@ if ( ! defined( 'WPINC' ) ) {
14
  * Plugin Name: Advanced Import
15
  * Plugin URI: https://addonspress.com/item/advanced-import
16
  * Description: This is a short description of what the plugin does. It's displayed in the WordPress admin area.
17
- * Version: 1.0.5
18
  * Author: Addons Press
19
  * Author URI: https://addonspress.com/
20
  * License: GPL-2.0+
@@ -24,7 +24,7 @@ if ( ! defined( 'WPINC' ) ) {
24
  */
25
 
26
  /*Define Constants for this plugin*/
27
- define( 'ADVANCED_IMPORT_VERSION', '1.0.5' );
28
  define( 'ADVANCED_IMPORT_PLUGIN_NAME', 'advanced-import' );
29
  define( 'ADVANCED_IMPORT_PATH', plugin_dir_path( __FILE__ ) );
30
  define( 'ADVANCED_IMPORT_URL', plugin_dir_url( __FILE__ ) );
14
  * Plugin Name: Advanced Import
15
  * Plugin URI: https://addonspress.com/item/advanced-import
16
  * Description: This is a short description of what the plugin does. It's displayed in the WordPress admin area.
17
+ * Version: 1.0.6
18
  * Author: Addons Press
19
  * Author URI: https://addonspress.com/
20
  * License: GPL-2.0+
24
  */
25
 
26
  /*Define Constants for this plugin*/
27
+ define( 'ADVANCED_IMPORT_VERSION', '1.0.6' );
28
  define( 'ADVANCED_IMPORT_PLUGIN_NAME', 'advanced-import' );
29
  define( 'ADVANCED_IMPORT_PATH', plugin_dir_path( __FILE__ ) );
30
  define( 'ADVANCED_IMPORT_URL', plugin_dir_url( __FILE__ ) );
includes/theme-template-library/cosmoswp.php CHANGED
@@ -70,7 +70,7 @@ if ( ! class_exists( 'Advanced_Import_Theme_CosmosWP' ) ) {
70
  */
71
  public function add_template_library( $current_demo_list ){
72
  /*common check*/
73
- if( advanced_import_get_current_theme_author() != $this->theme_author){
74
  return $current_demo_list;
75
  }
76
  if( advanced_import_get_current_theme_slug() != $this->theme){
70
  */
71
  public function add_template_library( $current_demo_list ){
72
  /*common check*/
73
+ if( strtolower( advanced_import_get_current_theme_author() ) != $this->theme_author){
74
  return $current_demo_list;
75
  }
76
  if( advanced_import_get_current_theme_slug() != $this->theme){
readme.txt CHANGED
@@ -6,7 +6,7 @@ Tags: import, advanced import, demo import, theme import, widget import, customi
6
  Requires at least: 4.5
7
  Tested up to: 5.3
8
  Requires PHP: 5.6.20
9
- Stable tag: 1.0.5
10
  License: GPLv2 or later
11
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
12
 
@@ -61,6 +61,9 @@ Please make sure it is exported using [Advanced Export](https://wordpress.org/pl
61
 
62
  == Changelog ==
63
 
 
 
 
64
  = 1.0.5 - 2019-11-25 =
65
  * Added : Supports for CosmosWP and Acme Themes
66
  * Fixed : Isotope loading issue
6
  Requires at least: 4.5
7
  Tested up to: 5.3
8
  Requires PHP: 5.6.20
9
+ Stable tag: 1.0.6
10
  License: GPLv2 or later
11
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
12
 
61
 
62
  == Changelog ==
63
 
64
+ = 1.0.6 - 2019-12-02 =
65
+ * Fixed : Author check fixed for CosmosWP
66
+
67
  = 1.0.5 - 2019-11-25 =
68
  * Added : Supports for CosmosWP and Acme Themes
69
  * Fixed : Isotope loading issue