Premium Addons for Elementor - Version 2.8.9

Version Description

  • Fixed: Notice: Undefined property: PremiumAddons\Plugin::$settings
Download this release

Release Info

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

Code changes from version 2.8.8 to 2.8.9

Files changed (3) hide show
  1. plugin.php +1 -1
  2. premium-addons-for-elementor.php +2 -2
  3. readme.txt +5 -1
plugin.php CHANGED
@@ -26,7 +26,7 @@ class Plugin {
26
  new PA_Version_Control();
27
  new PA_System_Info();
28
  new PA_admin_settings();
29
- new Pro_Settings();
30
  }
31
 
32
  private function __construct() {
26
  new PA_Version_Control();
27
  new PA_System_Info();
28
  new PA_admin_settings();
29
+ $this->settings = new Pro_Settings();
30
  }
31
 
32
  private function __construct() {
premium-addons-for-elementor.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Premium Addons for Elementor
4
  Description: Premium Addons Plugin Includes 21+ premium widgets for Elementor Page Builder.
5
  Plugin URI: https://premiumaddons.com
6
- Version: 2.8.8
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
  if ( ! defined('ABSPATH') ) exit; // No access of directly access
23
 
24
 
25
- define('PREMIUM_ADDONS_VERSION', '2.8.8');
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 21+ premium widgets for Elementor Page Builder.
5
  Plugin URI: https://premiumaddons.com
6
+ Version: 2.8.9
7
  Author: Leap13
8
  Author URI: http://leap13.com/
9
  Text Domain: premium-addons-for-elementor
22
  if ( ! defined('ABSPATH') ) exit; // No access of directly access
23
 
24
 
25
+ define('PREMIUM_ADDONS_VERSION', '2.8.9');
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: 5.0.0
7
  Requires PHP: 5.4
8
- Stable tag: 2.8.8
9
  License: GPL v3.0
10
  License URI: https://opensource.org/licenses/GPL-3.0
11
 
@@ -137,6 +137,10 @@ Premium Addons for Elementor is 100% Ads Free, Ads can only be detected from You
137
 
138
  == Changelog ==
139
 
 
 
 
 
140
  = 2.8.8 =
141
 
142
  - Tweak: Vertical Scroll JS separated from the main JS file to enhance plugin performance.
5
  Requires at least: 4.5
6
  Tested up to: 5.0.0
7
  Requires PHP: 5.4
8
+ Stable tag: 2.8.9
9
  License: GPL v3.0
10
  License URI: https://opensource.org/licenses/GPL-3.0
11
 
137
 
138
  == Changelog ==
139
 
140
+ = 2.8.9 =
141
+
142
+ - Fixed: Notice: Undefined property: PremiumAddons\Plugin::$settings
143
+
144
  = 2.8.8 =
145
 
146
  - Tweak: Vertical Scroll JS separated from the main JS file to enhance plugin performance.