Version Description
Fixed : in the customizer, the contextualizer select was not properly initialized.
=
Download this release
Release Info
Developer | nikeo |
Plugin | Hueman Addons |
Version | 2.2.1 |
Comparing to | |
See all releases |
Code changes from version 2.2.0 to 2.2.1
- contextualizer/assets/czr/js/contextualizer-control.js +1 -1
- ha-fire.php +1 -1
- lang/en_US.po +1 -1
- readme.txt +6 -3
contextualizer/assets/czr/js/contextualizer-control.js
CHANGED
@@ -747,7 +747,7 @@ CZRContextualizerModuleMths.CZRFlatSkopeItemInputCtor = CZRContextualizerModuleM
|
|
747 |
});
|
748 |
|
749 |
//$( 'select[data-czrtype="' + input.id + '"]', input.container ).append( _html_ ).selecter();
|
750 |
-
$( 'select[data-czrtype="' + input.id + '"]', input.container ).
|
751 |
//minimumResultsForSearch: -1, //no search box needed
|
752 |
//templateResult: paintFontOptionElement,
|
753 |
//templateSelection: paintFontOptionElement,
|
747 |
});
|
748 |
|
749 |
//$( 'select[data-czrtype="' + input.id + '"]', input.container ).append( _html_ ).selecter();
|
750 |
+
$( 'select[data-czrtype="' + input.id + '"]', input.container ).czrSelect2( {
|
751 |
//minimumResultsForSearch: -1, //no search box needed
|
752 |
//templateResult: paintFontOptionElement,
|
753 |
//templateSelection: paintFontOptionElement,
|
ha-fire.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: Hueman Addons
|
4 |
* Plugin URI: https://presscustomizr.com
|
5 |
* Description: Hueman Theme Addons
|
6 |
-
* Version: 2.2.
|
7 |
* Text Domain: hueman-addons
|
8 |
* Author: Press Customizr
|
9 |
* Author URI: https://presscustomizr.com
|
3 |
* Plugin Name: Hueman Addons
|
4 |
* Plugin URI: https://presscustomizr.com
|
5 |
* Description: Hueman Theme Addons
|
6 |
+
* Version: 2.2.1
|
7 |
* Text Domain: hueman-addons
|
8 |
* Author: Press Customizr
|
9 |
* Author URI: https://presscustomizr.com
|
lang/en_US.po
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
-
"Project-Id-Version: Hueman Addons v2.2.
|
4 |
"POT-Creation-Date: 2016-12-19 18:13+0100\n"
|
5 |
"PO-Revision-Date: 2016-12-19 18:14+0100\n"
|
6 |
"Last-Translator: \n"
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
+
"Project-Id-Version: Hueman Addons v2.2.1\n"
|
4 |
"POT-Creation-Date: 2016-12-19 18:13+0100\n"
|
5 |
"PO-Revision-Date: 2016-12-19 18:14+0100\n"
|
6 |
"Last-Translator: \n"
|
readme.txt
CHANGED
@@ -6,7 +6,7 @@ Tags: hueman theme, hueman, customizer, contextualizer
|
|
6 |
Requires at least: 4.7
|
7 |
Requires PHP: 5.4
|
8 |
Tested up to: 5.0.1
|
9 |
-
Stable tag: 2.2.
|
10 |
License: GPLv3
|
11 |
License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
12 |
|
@@ -37,10 +37,13 @@ The plugin has been designed specifically for the Hueman WordPress theme. Lightw
|
|
37 |
[Documentation here](http://docs.presscustomizr.com/article/242-hueman-addons-how-to-set-the-share-bar-options)
|
38 |
|
39 |
== Upgrade Notice ==
|
40 |
-
= 2.2.
|
41 |
-
|
42 |
|
43 |
== Changelog ==
|
|
|
|
|
|
|
44 |
= 2.2.0 December 16th, 2018 =
|
45 |
* improved : compatibility with multilanguage plugins. Deprecation of theme mod 'skp__post_page_home' to allow the creation of a home page by language.
|
46 |
|
6 |
Requires at least: 4.7
|
7 |
Requires PHP: 5.4
|
8 |
Tested up to: 5.0.1
|
9 |
+
Stable tag: 2.2.1
|
10 |
License: GPLv3
|
11 |
License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
12 |
|
37 |
[Documentation here](http://docs.presscustomizr.com/article/242-hueman-addons-how-to-set-the-share-bar-options)
|
38 |
|
39 |
== Upgrade Notice ==
|
40 |
+
= 2.2.1 =
|
41 |
+
Fixed : in the customizer, the contextualizer select was not properly initialized.
|
42 |
|
43 |
== Changelog ==
|
44 |
+
= 2.2.1 December 17th, 2018 =
|
45 |
+
* fixed : the contextualizer select is not properly initialized
|
46 |
+
|
47 |
= 2.2.0 December 16th, 2018 =
|
48 |
* improved : compatibility with multilanguage plugins. Deprecation of theme mod 'skp__post_page_home' to allow the creation of a home page by language.
|
49 |
|