Premium Addons for Elementor - Version 2.2.7

Version Description

  • Fix: Fatal error: Class 'PremiumAddons\Helper_Functions' not found.
Download this release

Release Info

Developer leap13
Plugin Icon 128x128 Premium Addons for Elementor
Version 2.2.7
Comparing to
See all releases

Code changes from version 2.2.6 to 2.2.7

premium-addons-for-elementor.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Premium Addons for Elementor
4
  Description: Premium Addons Plugin Includes 20 premium widgets for Elementor Page Builder.
5
  Plugin URI: https://premiumaddons.com
6
- Version: 2.2.6
7
  Author: Leap13
8
  Author URI: http://leap13.com/
9
  Text Domain: premium-addons-for-elementor
@@ -22,7 +22,7 @@ if( !function_exists('add_action') ) {
22
 
23
  if( !defined( 'ABSPATH' ) ) exit; // No access of directly access
24
 
25
- define( 'PREMIUM_ADDONS_VERSION', '2.2.6' );
26
  define( 'PREMIUM_ADDONS_URL', plugins_url('/', __FILE__ ) );
27
  define( 'PREMIUM_ADDONS_PATH', plugin_dir_path( __FILE__ ) );
28
  define( 'PREMIUM_ADDONS_FILE', __FILE__ );
3
  Plugin Name: Premium Addons for Elementor
4
  Description: Premium Addons Plugin Includes 20 premium widgets for Elementor Page Builder.
5
  Plugin URI: https://premiumaddons.com
6
+ Version: 2.2.7
7
  Author: Leap13
8
  Author URI: http://leap13.com/
9
  Text Domain: premium-addons-for-elementor
22
 
23
  if( !defined( 'ABSPATH' ) ) exit; // No access of directly access
24
 
25
+ define( 'PREMIUM_ADDONS_VERSION', '2.2.7' );
26
  define( 'PREMIUM_ADDONS_URL', plugins_url('/', __FILE__ ) );
27
  define( 'PREMIUM_ADDONS_PATH', plugin_dir_path( __FILE__ ) );
28
  define( 'PREMIUM_ADDONS_FILE', __FILE__ );
readme.txt CHANGED
@@ -5,7 +5,7 @@ Donate link: http://premiumaddons.com
5
  Requires at least: 4.5
6
  Tested up to: 4.9.6
7
  Requires PHP: 5.4
8
- Stable tag: 2.2.6
9
  License: GPL v3.0
10
  License URI: https://opensource.org/licenses/GPL-3.0
11
 
@@ -99,6 +99,11 @@ Premium Addons for Elementor is light weight and we also gave you the control to
99
 
100
  == Changelog ==
101
 
 
 
 
 
 
102
  = 2.2.6 =
103
 
104
  - Tweak: Changed all existing page link option to SELECT2 to get/search in all posts.
5
  Requires at least: 4.5
6
  Tested up to: 4.9.6
7
  Requires PHP: 5.4
8
+ Stable tag: 2.2.7
9
  License: GPL v3.0
10
  License URI: https://opensource.org/licenses/GPL-3.0
11
 
99
 
100
  == Changelog ==
101
 
102
+
103
+ = 2.2.7 =
104
+
105
+ - Fix: Fatal error: Class 'PremiumAddons\Helper_Functions' not found.
106
+
107
  = 2.2.6 =
108
 
109
  - Tweak: Changed all existing page link option to SELECT2 to get/search in all posts.
widgets/premium-banner.php CHANGED
@@ -15,6 +15,10 @@ class Premium_Banner_Widget extends Widget_Base {
15
  public function get_name() {
16
  return 'premium-addon-banner';
17
  }
 
 
 
 
18
 
19
  public function get_icon() {
20
  return 'pa-banner';
15
  public function get_name() {
16
  return 'premium-addon-banner';
17
  }
18
+
19
+ public function get_title(){
20
+ return esc_html__('Premium Banner', 'premium-addons-for-elementor');
21
+ }
22
 
23
  public function get_icon() {
24
  return 'pa-banner';
widgets/premium-blog.php CHANGED
@@ -9,6 +9,10 @@ class Premium_Blog_Widget extends Widget_Base
9
  return 'premium-addon-blog';
10
  }
11
 
 
 
 
 
12
  public function is_reload_preview_required(){
13
  return true;
14
  }
9
  return 'premium-addon-blog';
10
  }
11
 
12
+ public function get_title(){
13
+ return esc_html__('Premium Blog', 'premium-addons-for-elementor');
14
+ }
15
+
16
  public function is_reload_preview_required(){
17
  return true;
18
  }
widgets/premium-button.php CHANGED
@@ -16,6 +16,10 @@ class Premium_Button_Widget extends Widget_Base
16
  public function getTemplateInstance() {
17
  return $this->templateInstance = premium_Template_Tags::getInstance();
18
  }
 
 
 
 
19
 
20
  public function get_icon() {
21
  return 'pa-button';
16
  public function getTemplateInstance() {
17
  return $this->templateInstance = premium_Template_Tags::getInstance();
18
  }
19
+
20
+ public function get_title(){
21
+ return esc_html__('Premium Button', 'premium-addons-for-elementor');
22
+ }
23
 
24
  public function get_icon() {
25
  return 'pa-button';
widgets/premium-dual-header.php CHANGED
@@ -15,6 +15,10 @@ class Premium_Dual_Header_Widget extends Widget_Base
15
  return 'premium-addon-dual-header';
16
  }
17
 
 
 
 
 
18
  public function get_icon() {
19
  return 'pa-dual-header';
20
  }
15
  return 'premium-addon-dual-header';
16
  }
17
 
18
+ public function get_title(){
19
+ return esc_html__('Premium Dual Heading', 'premium-addons-for-elementor');
20
+ }
21
+
22
  public function get_icon() {
23
  return 'pa-dual-header';
24
  }
widgets/premium-grid.php CHANGED
@@ -17,6 +17,10 @@ class Premium_Image_Gallery_Widget extends Widget_Base {
17
  public function get_icon(){
18
  return 'pa-grid-icon';
19
  }
 
 
 
 
20
 
21
  public function get_script_depends(){
22
  return ['premium-addons-js','prettyPhoto-js','isotope-js'];
17
  public function get_icon(){
18
  return 'pa-grid-icon';
19
  }
20
+
21
+ public function get_title(){
22
+ return esc_html__('Premium Grid', 'premium-addons-for-elementor');
23
+ }
24
 
25
  public function get_script_depends(){
26
  return ['premium-addons-js','prettyPhoto-js','isotope-js'];
widgets/premium-image-button.php CHANGED
@@ -16,6 +16,10 @@ class Premium_Image_Button_Widget extends Widget_Base
16
  public function get_icon() {
17
  return 'pa-image-button';
18
  }
 
 
 
 
19
 
20
  public function get_categories() {
21
  return [ 'premium-elements' ];
16
  public function get_icon() {
17
  return 'pa-image-button';
18
  }
19
+
20
+ public function get_title(){
21
+ return esc_html__('Premium Image Button', 'premium-addons-for-elementor');
22
+ }
23
 
24
  public function get_categories() {
25
  return [ 'premium-elements' ];
widgets/premium-image-separator.php CHANGED
@@ -18,6 +18,10 @@ class Premium_Image_Separator_Widget extends Widget_Base
18
  public function get_icon() {
19
  return 'pa-image-separator';
20
  }
 
 
 
 
21
 
22
  public function get_categories() {
23
  return [ 'premium-elements' ];
18
  public function get_icon() {
19
  return 'pa-image-separator';
20
  }
21
+
22
+ public function get_title(){
23
+ return esc_html__('Premium Image Separator', 'premium-addons-for-elementor');
24
+ }
25
 
26
  public function get_categories() {
27
  return [ 'premium-elements' ];
widgets/premium-pricing-table.php CHANGED
@@ -11,6 +11,10 @@ class Premium_Pricing_Table_Widget extends Widget_Base
11
  return $this->templateInstance = premium_Template_Tags::getInstance();
12
  }
13
 
 
 
 
 
14
  public function get_name() {
15
  return 'premium-addon-pricing-table';
16
  }
11
  return $this->templateInstance = premium_Template_Tags::getInstance();
12
  }
13
 
14
+ public function get_title(){
15
+ return esc_html__('Premium Pricing Table', 'premium-addons-for-elementor');
16
+ }
17
+
18
  public function get_name() {
19
  return 'premium-addon-pricing-table';
20
  }