Version Description
- Oneline Coffee Shop Demo Added.
Download this release
Release Info
Developer | themehunk |
Plugin | ThemeHunk Customizer |
Version | 2.7.4 |
Comparing to | |
See all releases |
Code changes from version 2.7.3 to 2.7.4
- oneline-lite/demo/import-data.php +8 -0
- readme.txt +4 -1
- themehunk-customizer.php +1 -1
oneline-lite/demo/import-data.php
CHANGED
@@ -20,6 +20,14 @@ function onelinelite_import_files(){
|
|
20 |
'import_preview_image_url'=> esc_url('https://themehunk.com/wp-content/uploads/sites-demo/oneline-lite/dark/thumb.png'),
|
21 |
'import_notice' => __( 'Before importing the demo data, Install & Activate the recommended plugins.', 'oneline-lite' ),
|
22 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
)
|
24 |
);
|
25 |
}
|
20 |
'import_preview_image_url'=> esc_url('https://themehunk.com/wp-content/uploads/sites-demo/oneline-lite/dark/thumb.png'),
|
21 |
'import_notice' => __( 'Before importing the demo data, Install & Activate the recommended plugins.', 'oneline-lite' ),
|
22 |
),
|
23 |
+
array(
|
24 |
+
'import_file_name' => esc_html__('Coffee Shop','oneline-lite'),
|
25 |
+
'import_file_url'=> esc_url('https://themehunk.com/wp-content/uploads/sites-demo/oneline-lite/coffee/blogs.xml'),
|
26 |
+
'import_customizer_file_url'=> esc_url('https://themehunk.com/wp-content/uploads/sites-demo/oneline-lite/coffee/customizer.dat'),
|
27 |
+
'import_widget_file_url'=> esc_url('https://themehunk.com/wp-content/uploads/sites-demo/oneline-lite/coffee/widgets.wie'),
|
28 |
+
'import_preview_image_url'=> esc_url('https://themehunk.com/wp-content/uploads/sites-demo/oneline-lite/coffee/thumb.png'),
|
29 |
+
'import_notice' => __( 'Before importing the demo data, Install & Activate the recommended plugins.', 'oneline-lite' ),
|
30 |
+
),
|
31 |
)
|
32 |
);
|
33 |
}
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Author URI: : https://www.themehunk.com/
|
|
4 |
Tags: themehunk, customizer, oneline-lite,Testimonial,Team, service
|
5 |
Requires at least: 5.5
|
6 |
Tested up to: 5.9.2
|
7 |
-
Stable tag: 2.7.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -30,6 +30,9 @@ Just upload the `themehunk-customizer.zip` to the `/wp-content/plugins/` directo
|
|
30 |
|
31 |
== Changelog ==
|
32 |
|
|
|
|
|
|
|
33 |
= 2.7.3 =
|
34 |
* M-Shop Translation issue fixed.
|
35 |
|
4 |
Tags: themehunk, customizer, oneline-lite,Testimonial,Team, service
|
5 |
Requires at least: 5.5
|
6 |
Tested up to: 5.9.2
|
7 |
+
Stable tag: 2.7.4
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
30 |
|
31 |
== Changelog ==
|
32 |
|
33 |
+
= 2.7.4 =
|
34 |
+
* Oneline Coffee Shop Demo Added.
|
35 |
+
|
36 |
= 2.7.3 =
|
37 |
* M-Shop Translation issue fixed.
|
38 |
|
themehunk-customizer.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
/*
|
3 |
Plugin Name: ThemeHunk Customizer
|
4 |
Description: With the help of ThemeHunk unlimited addon you can add unlimited number of columns for services, Testimonial, and Team with color options for each.
|
5 |
-
Version: 2.7.
|
6 |
Author: ThemeHunk
|
7 |
Text Domain: themehunk-customizer
|
8 |
Author URI: http://www.themehunk.com/
|
2 |
/*
|
3 |
Plugin Name: ThemeHunk Customizer
|
4 |
Description: With the help of ThemeHunk unlimited addon you can add unlimited number of columns for services, Testimonial, and Team with color options for each.
|
5 |
+
Version: 2.7.4
|
6 |
Author: ThemeHunk
|
7 |
Text Domain: themehunk-customizer
|
8 |
Author URI: http://www.themehunk.com/
|