Version Description
- July 21, 2021 =
- Fixed: PHP error in Buttons widget
Download this release
Release Info
Developer | ideaboxcreations |
Plugin | PowerPack Addons for Elementor (Instagram Feed, Pricing Table, Forms Stylers, Display Conditions, Free Elementor Widgets and Elementor Templates) |
Version | 2.5.1 |
Comparing to | |
See all releases |
Code changes from version 2.5.0 to 2.5.1
- changelog.txt +4 -0
- modules/buttons/widgets/buttons.php +1 -0
- package.json +1 -1
- powerpack-lite-elementor.php +2 -2
- readme.txt +3 -0
changelog.txt
CHANGED
@@ -1,3 +1,7 @@
|
|
|
|
|
|
|
|
|
|
1 |
== 2.5.0 ==
|
2 |
Release date: July 21, 2021
|
3 |
* New: Content Reveal Widget
|
1 |
+
== 2.5.1 ==
|
2 |
+
Release date: July 21, 2021
|
3 |
+
* Fixed: PHP error in Buttons widget
|
4 |
+
|
5 |
== 2.5.0 ==
|
6 |
Release date: July 21, 2021
|
7 |
* New: Content Reveal Widget
|
modules/buttons/widgets/buttons.php
CHANGED
@@ -12,6 +12,7 @@ use Elementor\Group_Control_Image_Size;
|
|
12 |
use Elementor\Group_Control_Box_Shadow;
|
13 |
use Elementor\Group_Control_Border;
|
14 |
use Elementor\Group_Control_Typography;
|
|
|
15 |
use Elementor\Core\Schemes\Color as Scheme_Color;
|
16 |
use Elementor\Core\Schemes\Typography as Scheme_Typography;
|
17 |
|
12 |
use Elementor\Group_Control_Box_Shadow;
|
13 |
use Elementor\Group_Control_Border;
|
14 |
use Elementor\Group_Control_Typography;
|
15 |
+
use Elementor\Group_Control_Text_Shadow;
|
16 |
use Elementor\Core\Schemes\Color as Scheme_Color;
|
17 |
use Elementor\Core\Schemes\Typography as Scheme_Typography;
|
18 |
|
package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
{
|
2 |
"name": "powerpack-lite-for-elementor",
|
3 |
-
"version": "2.5.
|
4 |
"description": "Extend Elementor Page Builder with 50+ Creative Widgets.",
|
5 |
"keywords": [],
|
6 |
"author": "IdeaBox Creations",
|
1 |
{
|
2 |
"name": "powerpack-lite-for-elementor",
|
3 |
+
"version": "2.5.1",
|
4 |
"description": "Extend Elementor Page Builder with 50+ Creative Widgets.",
|
5 |
"keywords": [],
|
6 |
"author": "IdeaBox Creations",
|
powerpack-lite-elementor.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: PowerPack Lite for Elementor
|
4 |
* Plugin URI: https://powerpackelements.com
|
5 |
* Description: Extend Elementor Page Builder with 30+ Creative Widgets and exciting extensions.
|
6 |
-
* Version: 2.5.
|
7 |
* Author: IdeaBox Creations
|
8 |
* Author URI: http://ideabox.io/
|
9 |
* License: GNU General Public License v2.0
|
@@ -20,7 +20,7 @@ if ( defined( 'POWERPACK_ELEMENTS_VER' ) ) {
|
|
20 |
return;
|
21 |
}
|
22 |
|
23 |
-
define( 'POWERPACK_ELEMENTS_LITE_VER', '2.5.
|
24 |
define( 'POWERPACK_ELEMENTS_LITE_PATH', plugin_dir_path( __FILE__ ) );
|
25 |
define( 'POWERPACK_ELEMENTS_LITE_BASE', plugin_basename( __FILE__ ) );
|
26 |
define( 'POWERPACK_ELEMENTS_LITE_URL', plugins_url( '/', __FILE__ ) );
|
3 |
* Plugin Name: PowerPack Lite for Elementor
|
4 |
* Plugin URI: https://powerpackelements.com
|
5 |
* Description: Extend Elementor Page Builder with 30+ Creative Widgets and exciting extensions.
|
6 |
+
* Version: 2.5.1
|
7 |
* Author: IdeaBox Creations
|
8 |
* Author URI: http://ideabox.io/
|
9 |
* License: GNU General Public License v2.0
|
20 |
return;
|
21 |
}
|
22 |
|
23 |
+
define( 'POWERPACK_ELEMENTS_LITE_VER', '2.5.1' );
|
24 |
define( 'POWERPACK_ELEMENTS_LITE_PATH', plugin_dir_path( __FILE__ ) );
|
25 |
define( 'POWERPACK_ELEMENTS_LITE_BASE', plugin_basename( __FILE__ ) );
|
26 |
define( 'POWERPACK_ELEMENTS_LITE_URL', plugins_url( '/', __FILE__ ) );
|
readme.txt
CHANGED
@@ -218,6 +218,9 @@ Not at all! All the widgets and settings are easy to use with drag & drop interf
|
|
218 |
|
219 |
== Changelog ==
|
220 |
|
|
|
|
|
|
|
221 |
= 2.5.0 - July 21, 2021 =
|
222 |
* New: Content Reveal Widget
|
223 |
* Added: Pricing Table - Options to change HTML tag for title and subtitle
|
218 |
|
219 |
== Changelog ==
|
220 |
|
221 |
+
= 2.5.1 - July 21, 2021 =
|
222 |
+
* Fixed: PHP error in Buttons widget
|
223 |
+
|
224 |
= 2.5.0 - July 21, 2021 =
|
225 |
* New: Content Reveal Widget
|
226 |
* Added: Pricing Table - Options to change HTML tag for title and subtitle
|