Version Description
- December 1, 2021 =
- Fixed: Settings panel navigation issue in PowerPack admin
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.6.2 |
Comparing to | |
See all releases |
Code changes from version 2.6.1 to 2.6.2
- changelog.txt +4 -0
- classes/class-pp-admin-settings.php +1 -1
- includes/admin/admin-settings.php +3 -2
- modules/logos/widgets/logo-grid.php +2 -2
- package.json +1 -1
- powerpack-lite-elementor.php +2 -2
- readme.txt +4 -1
changelog.txt
CHANGED
@@ -1,3 +1,7 @@
|
|
|
|
|
|
|
|
|
|
1 |
== 2.6.1 ==
|
2 |
Release date: November 24, 2021
|
3 |
* Added: Display Conditions - Option to show Display conditions on columns
|
1 |
+
== 2.6.2 ==
|
2 |
+
Release date: December 1, 2021
|
3 |
+
* Fixed: Settings panel navigation issue in PowerPack admin
|
4 |
+
|
5 |
== 2.6.1 ==
|
6 |
Release date: November 24, 2021
|
7 |
* Added: Display Conditions - Option to show Display conditions on columns
|
classes/class-pp-admin-settings.php
CHANGED
@@ -202,7 +202,7 @@ final class PP_Admin_Settings {
|
|
202 |
continue;
|
203 |
}
|
204 |
?>
|
205 |
-
<a href="<?php echo
|
206 |
<?php
|
207 |
}
|
208 |
}
|
202 |
continue;
|
203 |
}
|
204 |
?>
|
205 |
+
<a href="<?php echo self::get_form_action( '&tab=' . esc_attr( $data['key'] ) ); ?>" class="nav-tab<?php echo ( $current_tab == $data['key'] ? ' nav-tab-active' : '' ); ?>"><span><?php echo $data['title']; ?></span></a>
|
206 |
<?php
|
207 |
}
|
208 |
}
|
includes/admin/admin-settings.php
CHANGED
@@ -1,7 +1,8 @@
|
|
1 |
<?php
|
|
|
2 |
|
3 |
-
$current_tab = isset( $_REQUEST['tab'] ) ? $_REQUEST['tab'] : '
|
4 |
-
$settings =
|
5 |
|
6 |
?>
|
7 |
|
1 |
<?php
|
2 |
+
use PowerpackElements\Classes\PP_Admin_Settings;
|
3 |
|
4 |
+
$current_tab = isset( $_REQUEST['tab'] ) ? esc_attr( $_REQUEST['tab'] ) : 'general';
|
5 |
+
$settings = PP_Admin_Settings::get_settings();
|
6 |
|
7 |
?>
|
8 |
|
modules/logos/widgets/logo-grid.php
CHANGED
@@ -761,7 +761,7 @@ class Logo_Grid extends Powerpack_Widget {
|
|
761 |
protected function render() {
|
762 |
$settings = $this->get_settings_for_display();
|
763 |
|
764 |
-
$this->add_render_attribute( 'logo-grid', 'class', 'pp-logo-grid elementor-grid
|
765 |
|
766 |
if ( 'yes' === $settings['grayscale_normal'] ) {
|
767 |
$this->add_render_attribute( 'logo-grid', 'class', 'grayscale-normal' );
|
@@ -889,7 +889,7 @@ class Logo_Grid extends Powerpack_Widget {
|
|
889 |
var i = 1;
|
890 |
|
891 |
view.addRenderAttribute( 'logo-grid', {
|
892 |
-
'class': 'pp-logo-grid elementor-grid
|
893 |
});
|
894 |
|
895 |
if ( settings.grayscale_normal == 'yes' ) {
|
761 |
protected function render() {
|
762 |
$settings = $this->get_settings_for_display();
|
763 |
|
764 |
+
$this->add_render_attribute( 'logo-grid', 'class', 'pp-logo-grid elementor-grid' );
|
765 |
|
766 |
if ( 'yes' === $settings['grayscale_normal'] ) {
|
767 |
$this->add_render_attribute( 'logo-grid', 'class', 'grayscale-normal' );
|
889 |
var i = 1;
|
890 |
|
891 |
view.addRenderAttribute( 'logo-grid', {
|
892 |
+
'class': 'pp-logo-grid elementor-grid',
|
893 |
});
|
894 |
|
895 |
if ( settings.grayscale_normal == 'yes' ) {
|
package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
{
|
2 |
"name": "powerpack-lite-for-elementor",
|
3 |
-
"version": "2.6.
|
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.6.2",
|
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.6.
|
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.6.
|
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.6.2
|
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.6.2' );
|
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
@@ -11,7 +11,7 @@ A collection of 30+ Free Elementor addons widgets. Take Elementor to the next le
|
|
11 |
|
12 |
== Description ==
|
13 |
|
14 |
-
Extend Elementor with 60+ Creative Elementor Widgets and extensions with [PowerPack Elementor
|
15 |
|
16 |
PowerPack Elementor addon is built by [IdeaBox Creations](https://ideabox.io/?utm_medium=powerpack-lite&utm_source=repo-readme&utm_campaign=repo-demo-link).
|
17 |
|
@@ -228,6 +228,9 @@ Not at all! All the widgets and settings are easy to use with drag & drop interf
|
|
228 |
|
229 |
== Changelog ==
|
230 |
|
|
|
|
|
|
|
231 |
= 2.6.1 - November 24, 2021 =
|
232 |
* Added: Display Conditions - Option to show Display conditions on columns
|
233 |
* Added: Display Conditions - Output HTML option for sections
|
11 |
|
12 |
== Description ==
|
13 |
|
14 |
+
Extend Elementor with 60+ Creative Elementor Widgets and extensions with [PowerPack Addons for Elementor](https://powerpackelements.com/?utm_medium=powerpack-lite&utm_source=repo-readme&utm_campaign=repo-demo-link) - The fastest-growing Elementor addon. Get 30+ Free Elementor widgets with PowerPack Lite. These Elementor widgets are designed with a focus on creativity and usability. With PowerPack, building Elementor websites will be faster than ever!
|
15 |
|
16 |
PowerPack Elementor addon is built by [IdeaBox Creations](https://ideabox.io/?utm_medium=powerpack-lite&utm_source=repo-readme&utm_campaign=repo-demo-link).
|
17 |
|
228 |
|
229 |
== Changelog ==
|
230 |
|
231 |
+
= 2.6.2 - December 1, 2021 =
|
232 |
+
* Fixed: Settings panel navigation issue in PowerPack admin
|
233 |
+
|
234 |
= 2.6.1 - November 24, 2021 =
|
235 |
* Added: Display Conditions - Option to show Display conditions on columns
|
236 |
* Added: Display Conditions - Output HTML option for sections
|