Version Description
- Updated : Latest version test
- Updated : Minor Changes
Download this release
Release Info
Developer | acmethemes |
Plugin | Acme Demo Setup |
Version | 2.0.5 |
Comparing to | |
See all releases |
Code changes from version 2.0.3 to 2.0.5
- acme-demo-setup.php +2 -2
- includes/functions.php +1 -9
- readme.txt +9 -3
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.5
|
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.5' );
|
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
@@ -409,10 +409,6 @@ function acme_demo_setup_get_templates_lists( $theme_slug ){
|
|
409 |
'name' => 'Acme Fix Images',
|
410 |
'slug' => 'acme-fix-images',
|
411 |
),
|
412 |
-
array(
|
413 |
-
'name' => 'WooCommerce',
|
414 |
-
'slug' => 'woocommerce'
|
415 |
-
),
|
416 |
array(
|
417 |
'name' => 'Contact Form 7',
|
418 |
'slug' => 'contact-form-7',
|
@@ -2043,11 +2039,7 @@ function acme_demo_setup_get_templates_lists( $theme_slug ){
|
|
2043 |
'name' => 'Contact Form 7',
|
2044 |
'slug' => 'contact-form-7',
|
2045 |
'main_file' => 'wp-contact-form-7.php',
|
2046 |
-
)
|
2047 |
-
array(
|
2048 |
-
'name' => 'Honeypot for Contact Form 7',
|
2049 |
-
'slug' => 'contact-form-7-honeypot',
|
2050 |
-
),
|
2051 |
)
|
2052 |
),
|
2053 |
);
|
409 |
'name' => 'Acme Fix Images',
|
410 |
'slug' => 'acme-fix-images',
|
411 |
),
|
|
|
|
|
|
|
|
|
412 |
array(
|
413 |
'name' => 'Contact Form 7',
|
414 |
'slug' => 'contact-form-7',
|
2039 |
'name' => 'Contact Form 7',
|
2040 |
'slug' => 'contact-form-7',
|
2041 |
'main_file' => 'wp-contact-form-7.php',
|
2042 |
+
)
|
|
|
|
|
|
|
|
|
2043 |
)
|
2044 |
),
|
2045 |
);
|
readme.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
=== Acme Demo Setup ===
|
2 |
|
3 |
Contributors: acmethemes, codersantosh
|
4 |
-
Tags: 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,12 @@ If you have the issues on the plugin [Visit Support Page](https://wordpress.org/
|
|
53 |
|
54 |
== Changelog ==
|
55 |
|
|
|
|
|
|
|
|
|
|
|
|
|
56 |
|
57 |
= 2.0.3 =
|
58 |
* Fixed : Weblog demo url
|
1 |
=== Acme Demo Setup ===
|
2 |
|
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.2
|
7 |
+
Stable tag: 2.0.5
|
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.5 =
|
57 |
+
* Updated : Latest version test
|
58 |
+
* Updated : Minor Changes
|
59 |
+
|
60 |
+
= 2.0.4 =
|
61 |
+
* Updated : Latest version test
|
62 |
|
63 |
= 2.0.3 =
|
64 |
* Fixed : Weblog demo url
|