HT Mega – Addons for Elementor Page Builder ( Elementor Addons, Post Grid, Post Slider, Post Carousel, Mega Menu, Elementor Widgets, Elementor Templates, Accordion, Forms, Tables) - Version 1.6.2

Version Description

Download this release

Release Info

Developer devitemsllc
Plugin Icon 128x128 HT Mega – Addons for Elementor Page Builder ( Elementor Addons, Post Grid, Post Slider, Post Carousel, Mega Menu, Elementor Widgets, Elementor Templates, Accordion, Forms, Tables)
Version 1.6.2
Comparing to
See all releases

Code changes from version 1.6.1 to 1.6.2

htmega_addons_elementor.php CHANGED
@@ -5,17 +5,17 @@
5
  * Plugin URI: http://demo.wphash.com/htmega/
6
  * Author: HasThemes
7
  * Author URI: https://hasthemes.com/
8
- * Version: 1.6.1
9
  * License: GPL2
10
  * License URI: https://www.gnu.org/licenses/gpl-2.0.html
11
  * Text Domain: htmega-addons
12
  * Domain Path: /languages
13
- * Elementor tested up to: 3.3.0
14
- * Elementor Pro tested up to: 3.3.1
15
  */
16
 
17
  if( ! defined( 'ABSPATH' ) ) exit(); // Exit if accessed directly
18
- define( 'HTMEGA_VERSION', '1.6.1' );
19
  define( 'HTMEGA_ADDONS_PL_ROOT', __FILE__ );
20
  define( 'HTMEGA_ADDONS_PL_URL', plugins_url( '/', HTMEGA_ADDONS_PL_ROOT ) );
21
  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.6.2
9
  * License: GPL2
10
  * License URI: https://www.gnu.org/licenses/gpl-2.0.html
11
  * Text Domain: htmega-addons
12
  * Domain Path: /languages
13
+ * Elementor tested up to: 3.3.1
14
+ * Elementor Pro tested up to: 3.3.4
15
  */
16
 
17
  if( ! defined( 'ABSPATH' ) ) exit(); // Exit if accessed directly
18
+ define( 'HTMEGA_VERSION', '1.6.2' );
19
  define( 'HTMEGA_ADDONS_PL_ROOT', __FILE__ );
20
  define( 'HTMEGA_ADDONS_PL_URL', plugins_url( '/', HTMEGA_ADDONS_PL_ROOT ) );
21
  define( 'HTMEGA_ADDONS_PL_PATH', plugin_dir_path( HTMEGA_ADDONS_PL_ROOT ) );
includes/recommended-plugins/class.recommended-plugins.php CHANGED
@@ -223,10 +223,10 @@ class HTRP_Recommended_Plugins {
223
  }else{
224
  $plugins_type = 'pro';
225
  $image_url = $this->plugin_icon( $plugins_type, $plugin['slug'] );
226
- $description = $plugin['description'];
227
  $author_name = esc_html__( 'HasTheme', $this->text_domain );
228
- $author_link = $plugin['author_link'];
229
- $details_link = $plugin['link'];
230
  $button_text = esc_html__('Buy Now', $this->text_domain );
231
  $button_classes = 'button button-primary';
232
  $target = '_blank';
223
  }else{
224
  $plugins_type = 'pro';
225
  $image_url = $this->plugin_icon( $plugins_type, $plugin['slug'] );
226
+ $description = isset( $plugin['description'] ) ? $plugin['description'] : '';
227
  $author_name = esc_html__( 'HasTheme', $this->text_domain );
228
+ $author_link = isset( $plugin['author_link'] ) ? $plugin['author_link'] : '';
229
+ $details_link = isset( $plugin['link'] ) ? $plugin['link'] : '';
230
  $button_text = esc_html__('Buy Now', $this->text_domain );
231
  $button_classes = 'button button-primary';
232
  $target = '_blank';
includes/recommended-plugins/recommended-plugins.php CHANGED
@@ -26,7 +26,6 @@ if( class_exists('Hasthemes\HTMega_Builder\HTRP_Recommended_Plugins') ){
26
 
27
  $recommendations->add_new_tab(array(
28
  'title' => esc_html__( 'Recommended Plugins', 'htmega-addons' ),
29
- 'plugins_type' => 'free',
30
  'active' => true,
31
  'plugins' => array(
32
  array(
@@ -34,38 +33,73 @@ if( class_exists('Hasthemes\HTMega_Builder\HTRP_Recommended_Plugins') ){
34
  'location' => 'move-addons.php',
35
  'name' => esc_html__( 'Move Addons for Elementor', 'htmega-addons' )
36
  ),
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
37
  array(
38
  'slug' => 'woolentor-addons',
39
  'location' => 'woolentor_addons_elementor.php',
40
  'name' => esc_html__( 'WooLentor – WooCommerce Elementor Addons + Builder', 'htmega-addons' )
41
  ),
42
  array(
43
- 'slug' => 'hashbar-wp-notification-bar',
44
- 'location' => 'init.php',
45
- 'name' => esc_html__( 'Notification Bar for WordPress', 'htmega-addons' )
 
 
 
 
 
46
  ),
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
47
  )
 
48
  ));
49
 
50
  $recommendations->add_new_tab(array(
51
  'title' => esc_html__( 'Other Plugins', 'htmega-addons' ),
52
- 'plugins_type' => 'free',
53
  'plugins' => array(
54
  array(
55
- 'slug' => 'extensions-for-cf7',
56
- 'location' => 'extensions-for-cf7.php',
57
- 'name' => esc_html__( 'Contact form 7 Extensions', 'htmega-addons' )
58
  ),
59
  array(
60
  'slug' => 'ht-easy-google-analytics',
61
  'location' => 'ht-easy-google-analytics.php',
62
  'name' => esc_html__( 'HT Easy GA4 ( Google Analytics 4 )', 'htmega-addons' )
63
  ),
64
- array(
65
- 'slug' => 'wp-plugin-manager',
66
- 'location' => 'plugin-main.php',
67
- 'name' => esc_html__( 'WP Plugin Manager', 'htmega-addons' )
68
- ),
69
  array(
70
  'slug' => 'ht-contactform',
71
  'location' => 'contact-form-widget-elementor.php',
@@ -77,10 +111,16 @@ if( class_exists('Hasthemes\HTMega_Builder\HTRP_Recommended_Plugins') ){
77
  'name' => esc_html__( 'HT WPForms', 'htmega-addons' )
78
  ),
79
  array(
80
- 'slug' => 'wishsuite',
81
- 'location' => 'wishsuite.php',
82
- 'name' => esc_html__( 'WishSuite', 'htmega-addons' )
83
  ),
 
 
 
 
 
 
84
  )
85
  ));
86
  }
26
 
27
  $recommendations->add_new_tab(array(
28
  'title' => esc_html__( 'Recommended Plugins', 'htmega-addons' ),
 
29
  'active' => true,
30
  'plugins' => array(
31
  array(
33
  'location' => 'move-addons.php',
34
  'name' => esc_html__( 'Move Addons for Elementor', 'htmega-addons' )
35
  ),
36
+ array(
37
+ 'slug' => 'hashbar-wp-notification-bar',
38
+ 'location' => 'init.php',
39
+ 'name' => esc_html__( 'Notification Bar for WordPress', 'htmega-addons' )
40
+ ),
41
+ array(
42
+ 'slug' => 'insert-headers-and-footers-script',
43
+ 'location' => 'init.php',
44
+ 'name' => esc_html__( 'Insert Headers and Footers Code', 'htmega-addons' )
45
+ )
46
+
47
+ )
48
+ ));
49
+
50
+ $recommendations->add_new_tab(array(
51
+ 'title' => esc_html__( 'WooCommerce', 'htmega-addons' ),
52
+
53
+ 'plugins' => array(
54
+
55
  array(
56
  'slug' => 'woolentor-addons',
57
  'location' => 'woolentor_addons_elementor.php',
58
  'name' => esc_html__( 'WooLentor – WooCommerce Elementor Addons + Builder', 'htmega-addons' )
59
  ),
60
  array(
61
+ 'slug' => 'wishsuite',
62
+ 'location' => 'wishsuite.php',
63
+ 'name' => esc_html__( 'WishSuite', 'htmega-addons' )
64
+ ),
65
+ array(
66
+ 'slug' => 'ever-compare',
67
+ 'location' => 'ever-compare.php',
68
+ 'name' => esc_html__( 'EverCompare', 'htmega-addons' )
69
  ),
70
+ array(
71
+ 'slug' => 'quickswish',
72
+ 'location' => 'quickswish.php',
73
+ 'name' => esc_html__( 'QuickSwish', 'htmega-addons' )
74
+ ),
75
+ array(
76
+ 'slug' => 'just-tables',
77
+ 'location' => 'just-tables.php',
78
+ 'name' => esc_html__( 'JustTables', 'htmega-addons' )
79
+ ),
80
+ array(
81
+ 'slug' => 'whols',
82
+ 'location' => 'whols.php',
83
+ 'name' => esc_html__( 'Whols', 'htmega-addons' )
84
+ ),
85
+
86
  )
87
+
88
  ));
89
 
90
  $recommendations->add_new_tab(array(
91
  'title' => esc_html__( 'Other Plugins', 'htmega-addons' ),
 
92
  'plugins' => array(
93
  array(
94
+ 'slug' => 'wp-plugin-manager',
95
+ 'location' => 'plugin-main.php',
96
+ 'name' => esc_html__( 'WP Plugin Manager', 'htmega-addons' )
97
  ),
98
  array(
99
  'slug' => 'ht-easy-google-analytics',
100
  'location' => 'ht-easy-google-analytics.php',
101
  'name' => esc_html__( 'HT Easy GA4 ( Google Analytics 4 )', 'htmega-addons' )
102
  ),
 
 
 
 
 
103
  array(
104
  'slug' => 'ht-contactform',
105
  'location' => 'contact-form-widget-elementor.php',
111
  'name' => esc_html__( 'HT WPForms', 'htmega-addons' )
112
  ),
113
  array(
114
+ 'slug' => 'docus',
115
+ 'location' => 'docus.php',
116
+ 'name' => esc_html__( 'Docus', 'htmega-addons' )
117
  ),
118
+ array(
119
+ 'slug' => 'data-captia',
120
+ 'location' => 'data-captia.php',
121
+ 'name' => esc_html__( 'DataCaptia', 'htmega-addons' )
122
+ )
123
+
124
  )
125
  ));
126
  }
readme.txt CHANGED
@@ -2,8 +2,8 @@
2
  Contributors: hasthemes, htplugins, devitemsllc, tarekht
3
  Tags: Elementor, Elementor Addons, Elementor Widgets, elementor page builder, Elementor Blocks
4
  Requires at least: 4.7
5
- Tested up to: 5.7.1
6
- Stable tag: trunk
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
@@ -170,6 +170,11 @@ Feel free to [Contact us](https://htplugins.com/contact-us/)
170
  Visit [HasThemes](https://hasthemes.com/) for more details about HTML, Shopify and WordPress products and services.
171
 
172
  == Changelog ==
 
 
 
 
 
173
  = Version: 1.6.1 - Date: 2021-07-17 =
174
  * Added recommended plugin
175
  * Added RTL support for all slick carousel
2
  Contributors: hasthemes, htplugins, devitemsllc, tarekht
3
  Tags: Elementor, Elementor Addons, Elementor Widgets, elementor page builder, Elementor Blocks
4
  Requires at least: 4.7
5
+ Tested up to: 5.8
6
+ Stable tag: 1.6.2
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
170
  Visit [HasThemes](https://hasthemes.com/) for more details about HTML, Shopify and WordPress products and services.
171
 
172
  == Changelog ==
173
+
174
+ = Version: 1.6.2 - Date: 2021-07-24 =
175
+ * Compatibility With WordPress Latest Version
176
+ * Compatibility With Elementor Latest Version
177
+
178
  = Version: 1.6.1 - Date: 2021-07-17 =
179
  * Added recommended plugin
180
  * Added RTL support for all slick carousel