Version Description
- Updated : Added: WordPress 5.8 compatibility
- Fixed : Some Plugins Slugs for Advanced Demo Import
Download this release
Release Info
Developer | acmethemes |
Plugin | Acme Demo Setup |
Version | 2.0.6 |
Comparing to | |
See all releases |
Code changes from version 2.0.5 to 2.0.6
- acme-demo-setup.php +2 -2
- includes/functions.php +1 -0
- readme.txt +6 -2
acme-demo-setup.php
CHANGED
@@ -16,7 +16,7 @@ if ( ! defined( 'WPINC' ) ) {
|
|
16 |
* Plugin Name: Acme Demo Setup
|
17 |
* Plugin URI:
|
18 |
* Description: Install Template Demo Library for Acme Themes
|
19 |
-
* Version: 2.0.
|
20 |
* Author: acmethemes
|
21 |
* Author URI: https://www.acmethemes.com/
|
22 |
* License: GPL-2.0+
|
@@ -26,7 +26,7 @@ if ( ! defined( 'WPINC' ) ) {
|
|
26 |
*/
|
27 |
|
28 |
/*Define Constants for this plugin*/
|
29 |
-
define( 'ACME_DEMO_SETUP_VERSION', '2.0.
|
30 |
define( 'ACME_DEMO_SETUP_PLUGIN_NAME', 'acme-demo-setup' );
|
31 |
define( 'ACME_DEMO_SETUP_PATH', plugin_dir_path( __FILE__ ) );
|
32 |
define( 'ACME_DEMO_SETUP_URL', plugin_dir_url( __FILE__ ) );
|
16 |
* Plugin Name: Acme Demo Setup
|
17 |
* Plugin URI:
|
18 |
* Description: Install Template Demo Library for Acme Themes
|
19 |
+
* Version: 2.0.6
|
20 |
* Author: acmethemes
|
21 |
* Author URI: https://www.acmethemes.com/
|
22 |
* License: GPL-2.0+
|
26 |
*/
|
27 |
|
28 |
/*Define Constants for this plugin*/
|
29 |
+
define( 'ACME_DEMO_SETUP_VERSION', '2.0.6' );
|
30 |
define( 'ACME_DEMO_SETUP_PLUGIN_NAME', 'acme-demo-setup' );
|
31 |
define( 'ACME_DEMO_SETUP_PATH', plugin_dir_path( __FILE__ ) );
|
32 |
define( 'ACME_DEMO_SETUP_URL', plugin_dir_url( __FILE__ ) );
|
includes/functions.php
CHANGED
@@ -3052,6 +3052,7 @@ function acme_demo_setup_get_templates_lists( $theme_slug ){
|
|
3052 |
array(
|
3053 |
'name' => 'WPForms Lite',
|
3054 |
'slug' => 'wpforms-lite',
|
|
|
3055 |
),
|
3056 |
)
|
3057 |
),
|
3052 |
array(
|
3053 |
'name' => 'WPForms Lite',
|
3054 |
'slug' => 'wpforms-lite',
|
3055 |
+
'main_file' => 'wpforms.php',
|
3056 |
),
|
3057 |
)
|
3058 |
),
|
readme.txt
CHANGED
@@ -3,8 +3,8 @@
|
|
3 |
Contributors: acmethemes, codersantosh
|
4 |
Tags: advanced import, demo, dummydata, import, acmethemes, themes, oneclick, customizer, widget
|
5 |
Requires at least: 4.8
|
6 |
-
Tested up to: 5.
|
7 |
-
Stable tag: 2.0.
|
8 |
Requires PHP: 5.6.20
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
@@ -53,6 +53,10 @@ If you have the issues on the plugin [Visit Support Page](https://wordpress.org/
|
|
53 |
|
54 |
== Changelog ==
|
55 |
|
|
|
|
|
|
|
|
|
56 |
= 2.0.5 =
|
57 |
* Updated : Latest version test
|
58 |
* Updated : Minor Changes
|
3 |
Contributors: acmethemes, codersantosh
|
4 |
Tags: advanced import, demo, dummydata, import, acmethemes, themes, oneclick, customizer, widget
|
5 |
Requires at least: 4.8
|
6 |
+
Tested up to: 5.8
|
7 |
+
Stable tag: 2.0.6
|
8 |
Requires PHP: 5.6.20
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
53 |
|
54 |
== Changelog ==
|
55 |
|
56 |
+
= 2.0.6 =
|
57 |
+
* Updated : Added: WordPress 5.8 compatibility
|
58 |
+
* Fixed : Some Plugins Slugs for Advanced Demo Import
|
59 |
+
|
60 |
= 2.0.5 =
|
61 |
* Updated : Latest version test
|
62 |
* Updated : Minor Changes
|