Version Description
Download this release
Release Info
Code changes from version 1.4.1 to 1.4.2
- admin/admin-init.php +1 -2
- htmega_addons_elementor.php +2 -2
- includes/class.assests.php +1 -0
- readme.txt +5 -1
admin/admin-init.php
CHANGED
@@ -50,8 +50,7 @@ class HTMega_Admin_Setting{
|
|
50 |
* Enqueue admin scripts
|
51 |
*/
|
52 |
public function htmega_enqueue_admin_scripts( $hook ){
|
53 |
-
|
54 |
-
if( $hook === 'htmega-addons_page_htmega_addons_templates_library' || $hook === 'htmega-addons_page_htmega_addons_options' ){
|
55 |
// wp core styles
|
56 |
wp_enqueue_style( 'wp-jquery-ui-dialog' );
|
57 |
wp_enqueue_style( 'htmega-admin' );
|
50 |
* Enqueue admin scripts
|
51 |
*/
|
52 |
public function htmega_enqueue_admin_scripts( $hook ){
|
53 |
+
if( $hook === 'htmega-addons_page_htmega_addons_templates_library' || $hook === 'htmega-addons_page_htmega_addons_options' || $hook === 'htmega-addons_page_htmeganotification' || $hook === 'htmega-addons_page_htmegamenubl' ){
|
|
|
54 |
// wp core styles
|
55 |
wp_enqueue_style( 'wp-jquery-ui-dialog' );
|
56 |
wp_enqueue_style( 'htmega-admin' );
|
htmega_addons_elementor.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
* Plugin URI: http://demo.wphash.com/htmega/
|
6 |
* Author: HasThemes
|
7 |
* Author URI: https://hasthemes.com/
|
8 |
-
* Version: 1.4.
|
9 |
* License: GPL2
|
10 |
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
11 |
* Text Domain: htmega-addons
|
@@ -13,7 +13,7 @@
|
|
13 |
*/
|
14 |
|
15 |
if( ! defined( 'ABSPATH' ) ) exit(); // Exit if accessed directly
|
16 |
-
define( 'HTMEGA_VERSION', '1.4.
|
17 |
define( 'HTMEGA_ADDONS_PL_ROOT', __FILE__ );
|
18 |
define( 'HTMEGA_ADDONS_PL_URL', plugins_url( '/', HTMEGA_ADDONS_PL_ROOT ) );
|
19 |
define( 'HTMEGA_ADDONS_PL_PATH', plugin_dir_path( HTMEGA_ADDONS_PL_ROOT ) );
|
5 |
* Plugin URI: http://demo.wphash.com/htmega/
|
6 |
* Author: HasThemes
|
7 |
* Author URI: https://hasthemes.com/
|
8 |
+
* Version: 1.4.2
|
9 |
* License: GPL2
|
10 |
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
11 |
* Text Domain: htmega-addons
|
13 |
*/
|
14 |
|
15 |
if( ! defined( 'ABSPATH' ) ) exit(); // Exit if accessed directly
|
16 |
+
define( 'HTMEGA_VERSION', '1.4.2' );
|
17 |
define( 'HTMEGA_ADDONS_PL_ROOT', __FILE__ );
|
18 |
define( 'HTMEGA_ADDONS_PL_URL', plugins_url( '/', HTMEGA_ADDONS_PL_ROOT ) );
|
19 |
define( 'HTMEGA_ADDONS_PL_PATH', plugin_dir_path( HTMEGA_ADDONS_PL_ROOT ) );
|
includes/class.assests.php
CHANGED
@@ -320,6 +320,7 @@ if ( !class_exists( 'HTMega_Elementor_Addons_Assests' ) ) {
|
|
320 |
$scripts = $this->get_scripts();
|
321 |
$styles = $this->get_styles();
|
322 |
|
|
|
323 |
// Register Scripts
|
324 |
foreach ( $scripts as $handle => $script ) {
|
325 |
$deps = ( isset( $script['deps'] ) ? $script['deps'] : false );
|
320 |
$scripts = $this->get_scripts();
|
321 |
$styles = $this->get_styles();
|
322 |
|
323 |
+
wp_deregister_script( 'swiper' );
|
324 |
// Register Scripts
|
325 |
foreach ( $scripts as $handle => $script ) {
|
326 |
$deps = ( isset( $script['deps'] ) ? $script['deps'] : false );
|
readme.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: hasthemes, htplugins, devitemsllc
|
|
3 |
Tags: Elementor, Elementor Addons, Elementor Widgets, elementor page builder, Elementor Blocks
|
4 |
Requires at least: 4.7
|
5 |
Tested up to: 5.4.1
|
6 |
-
Stable tag: 1.4.
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
@@ -190,6 +190,10 @@ Visit [HasThemes](https://hasthemes.com/) for more details about HTML, Shopify a
|
|
190 |
|
191 |
== Changelog ==
|
192 |
|
|
|
|
|
|
|
|
|
193 |
= Version: 1.4.1 - Date: 2020-05-11 =
|
194 |
* Working process Icon style Option added.
|
195 |
* Template library blocks search problem solved.
|
3 |
Tags: Elementor, Elementor Addons, Elementor Widgets, elementor page builder, Elementor Blocks
|
4 |
Requires at least: 4.7
|
5 |
Tested up to: 5.4.1
|
6 |
+
Stable tag: 1.4.2
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
190 |
|
191 |
== Changelog ==
|
192 |
|
193 |
+
= Version: 1.4.2 - Date: 2020-06-02 =
|
194 |
+
* Scroll Navigation addon Scoring issue has been solved.
|
195 |
+
* Admin popup console error issue has been solved.
|
196 |
+
|
197 |
= Version: 1.4.1 - Date: 2020-05-11 =
|
198 |
* Working process Icon style Option added.
|
199 |
* Template library blocks search problem solved.
|