Version Description
Download this release
Release Info
Developer | themehunk |
Plugin | ThemeHunk Customizer |
Version | 1.2.9 |
Comparing to | |
See all releases |
Code changes from version 1.2.8 to 1.2.9
- readme.txt +4 -1
- shopline/woo/woo-inc.php +1 -1
- themehunk-customizer.php +1 -1
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: 4.5
|
6 |
Tested up to: 5.3.2
|
7 |
-
Stable tag: 2.2.
|
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.2.8 =
|
34 |
* shopline - woocommerce issue fixed.
|
35 |
|
4 |
Tags: themehunk, customizer, oneline-lite,Testimonial,Team, service
|
5 |
Requires at least: 4.5
|
6 |
Tested up to: 5.3.2
|
7 |
+
Stable tag: 2.2.9
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
30 |
|
31 |
== Changelog ==
|
32 |
|
33 |
+
= 2.2.9 =
|
34 |
+
* shopline - woocommerce issue fixed.
|
35 |
+
|
36 |
= 2.2.8 =
|
37 |
* shopline - woocommerce issue fixed.
|
38 |
|
shopline/woo/woo-inc.php
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
<?php
|
2 |
-
|
3 |
require_once( plugin_dir_path(__FILE__) . '/filter-woocommerce.php' );
|
4 |
require_once( plugin_dir_path(__FILE__) . '/hooks-function.php' );
|
5 |
require_once( plugin_dir_path(__FILE__) . '/hooks.php' );
|
1 |
<?php
|
2 |
+
|
3 |
require_once( plugin_dir_path(__FILE__) . '/filter-woocommerce.php' );
|
4 |
require_once( plugin_dir_path(__FILE__) . '/hooks-function.php' );
|
5 |
require_once( plugin_dir_path(__FILE__) . '/hooks.php' );
|
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.2.
|
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.2.9
|
6 |
Author: ThemeHunk
|
7 |
Text Domain: themehunk-customizer
|
8 |
Author URI: http://www.themehunk.com/
|