Acme Demo Setup - Version 1.0.6

Version Description

Download this release

Release Info

Developer acmethemes
Plugin Icon 128x128 Acme Demo Setup
Version 1.0.6
Comparing to
See all releases

Code changes from version 1.0.5 to 1.0.6

acme-demo-setup.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Acme Demo Setup
4
  Plugin URI:
5
  Description: One click demo import
6
- Version: 1.0.5
7
  Author: Acme Themes
8
  Author URI: https://www.acmethemes.com/
9
  License: GPLv2 or later
@@ -15,7 +15,7 @@ if ( !function_exists( 'add_action' ) ) {
15
  exit;
16
  }
17
  /*Define Constants for this plugin*/
18
- define( 'ACME_DEMO_SETUP_VERSION', '1.0.4' );
19
  define( 'ACME_DEMO_SETUP_PATH', plugin_dir_path( __FILE__ ) );
20
  define( 'ACME_DEMO_SETUP_URL', plugin_dir_url( __FILE__ ) );
21
 
3
  Plugin Name: Acme Demo Setup
4
  Plugin URI:
5
  Description: One click demo import
6
+ Version: 1.0.6
7
  Author: Acme Themes
8
  Author URI: https://www.acmethemes.com/
9
  License: GPLv2 or later
15
  exit;
16
  }
17
  /*Define Constants for this plugin*/
18
+ define( 'ACME_DEMO_SETUP_VERSION', '1.0.6' );
19
  define( 'ACME_DEMO_SETUP_PATH', plugin_dir_path( __FILE__ ) );
20
  define( 'ACME_DEMO_SETUP_URL', plugin_dir_url( __FILE__ ) );
21
 
inc/assets/js/acme-demo-setup.js CHANGED
@@ -47,5 +47,4 @@ jQuery(document).ready(function ($) {
47
  });
48
  return false;
49
  });
50
-
51
  });
47
  });
48
  return false;
49
  });
 
50
  });
inc/frameworks/wordpress-importer/parsers.php CHANGED
@@ -61,6 +61,7 @@ class Acme_Demo_Setup_WXR_Parser_SimpleXML {
61
  if ( function_exists( 'libxml_disable_entity_loader' ) ) {
62
  $old_value = libxml_disable_entity_loader( true );
63
  }
 
64
  $success = $dom->loadXML( file_get_contents( $file ) );
65
  if ( ! is_null( $old_value ) ) {
66
  libxml_disable_entity_loader( $old_value );
61
  if ( function_exists( 'libxml_disable_entity_loader' ) ) {
62
  $old_value = libxml_disable_entity_loader( true );
63
  }
64
+ ini_set( 'memory_limit', -1);
65
  $success = $dom->loadXML( file_get_contents( $file ) );
66
  if ( ! is_null( $old_value ) ) {
67
  libxml_disable_entity_loader( $old_value );
readme.txt CHANGED
@@ -3,8 +3,8 @@
3
  Contributors: acmethemes, codersantosh
4
  Tags: demo, dummydata, import, acmethemes, themes, oneclick, customizer, widget
5
  Requires at least: 4.5
6
- Tested up to: 4.8.1
7
- Stable tag: 1.0.5
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -94,6 +94,9 @@ If you have the issues on the plugin [Visit Support Page](https://wordpress.org/
94
 
95
  == Changelog ==
96
 
 
 
 
97
  = 1.0.5
98
  * Fixed : Text Domain
99
  * Added : Error
3
  Contributors: acmethemes, codersantosh
4
  Tags: demo, dummydata, import, acmethemes, themes, oneclick, customizer, widget
5
  Requires at least: 4.5
6
+ Tested up to: 4.9.1
7
+ Stable tag: 1.0.6
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
94
 
95
  == Changelog ==
96
 
97
+ = 1.0.6
98
+ * Fixed : Memory Limit on parser
99
+
100
  = 1.0.5
101
  * Fixed : Text Domain
102
  * Added : Error