Version Description
- Fixed: WPML errors with Premium Carousel widget.
Download this release
Release Info
Developer | leap13 |
Plugin | Premium Addons for Elementor |
Version | 4.1.4 |
Comparing to | |
See all releases |
Code changes from version 4.1.3 to 4.1.4
- includes/compatibility/widgets/carousel.php +2 -2
- includes/compatibility/widgets/fancy-text.php +2 -2
- includes/compatibility/widgets/pricing-table.php +2 -2
- includes/compatibility/widgets/progress-bar.php +2 -2
- includes/compatibility/widgets/vertical-scroll.php +2 -2
- premium-addons-for-elementor.php +2 -2
- readme.txt +5 -1
includes/compatibility/widgets/carousel.php
CHANGED
@@ -50,7 +50,7 @@ class Carousel extends WPML_Elementor_Module_With_Items {
|
|
50 |
*
|
51 |
* @return string
|
52 |
*/
|
53 |
-
protected function get_title() {
|
54 |
|
55 |
return __( 'Carousel: Template', 'premium-addons-for-elementor' );
|
56 |
|
@@ -63,7 +63,7 @@ class Carousel extends WPML_Elementor_Module_With_Items {
|
|
63 |
*
|
64 |
* @return string field type
|
65 |
*/
|
66 |
-
protected function get_editor_type() {
|
67 |
|
68 |
return 'LINE';
|
69 |
}
|
50 |
*
|
51 |
* @return string
|
52 |
*/
|
53 |
+
protected function get_title( $field ) {
|
54 |
|
55 |
return __( 'Carousel: Template', 'premium-addons-for-elementor' );
|
56 |
|
63 |
*
|
64 |
* @return string field type
|
65 |
*/
|
66 |
+
protected function get_editor_type( $field ) {
|
67 |
|
68 |
return 'LINE';
|
69 |
}
|
includes/compatibility/widgets/fancy-text.php
CHANGED
@@ -50,7 +50,7 @@ class FancyText extends WPML_Elementor_Module_With_Items {
|
|
50 |
*
|
51 |
* @return string
|
52 |
*/
|
53 |
-
protected function get_title() {
|
54 |
|
55 |
return __( 'Fancy Text: String', 'premium-addons-for-elementor' );
|
56 |
|
@@ -63,7 +63,7 @@ class FancyText extends WPML_Elementor_Module_With_Items {
|
|
63 |
*
|
64 |
* @return string
|
65 |
*/
|
66 |
-
protected function get_editor_type() {
|
67 |
|
68 |
return 'LINE';
|
69 |
}
|
50 |
*
|
51 |
* @return string
|
52 |
*/
|
53 |
+
protected function get_title( $field ) {
|
54 |
|
55 |
return __( 'Fancy Text: String', 'premium-addons-for-elementor' );
|
56 |
|
63 |
*
|
64 |
* @return string
|
65 |
*/
|
66 |
+
protected function get_editor_type( $field ) {
|
67 |
|
68 |
return 'LINE';
|
69 |
}
|
includes/compatibility/widgets/pricing-table.php
CHANGED
@@ -50,7 +50,7 @@ class Pricing_Table extends WPML_Elementor_Module_With_Items {
|
|
50 |
*
|
51 |
* @return string
|
52 |
*/
|
53 |
-
protected function get_title() {
|
54 |
|
55 |
return __( 'Pricing Table: Item Text', 'premium-addons-for-elementor' );
|
56 |
|
@@ -63,7 +63,7 @@ class Pricing_Table extends WPML_Elementor_Module_With_Items {
|
|
63 |
*
|
64 |
* @return string
|
65 |
*/
|
66 |
-
protected function get_editor_type() {
|
67 |
|
68 |
return 'LINE';
|
69 |
|
50 |
*
|
51 |
* @return string
|
52 |
*/
|
53 |
+
protected function get_title( $field ) {
|
54 |
|
55 |
return __( 'Pricing Table: Item Text', 'premium-addons-for-elementor' );
|
56 |
|
63 |
*
|
64 |
* @return string
|
65 |
*/
|
66 |
+
protected function get_editor_type( $field ) {
|
67 |
|
68 |
return 'LINE';
|
69 |
|
includes/compatibility/widgets/progress-bar.php
CHANGED
@@ -50,7 +50,7 @@ class Progress_Bar extends WPML_Elementor_Module_With_Items {
|
|
50 |
*
|
51 |
* @return string
|
52 |
*/
|
53 |
-
protected function get_title() {
|
54 |
|
55 |
return __( 'Progress Bar: Label Text', 'premium-addons-for-elementor' );
|
56 |
|
@@ -63,7 +63,7 @@ class Progress_Bar extends WPML_Elementor_Module_With_Items {
|
|
63 |
*
|
64 |
* @return string
|
65 |
*/
|
66 |
-
protected function get_editor_type() {
|
67 |
|
68 |
return 'LINE';
|
69 |
|
50 |
*
|
51 |
* @return string
|
52 |
*/
|
53 |
+
protected function get_title( $field ) {
|
54 |
|
55 |
return __( 'Progress Bar: Label Text', 'premium-addons-for-elementor' );
|
56 |
|
63 |
*
|
64 |
* @return string
|
65 |
*/
|
66 |
+
protected function get_editor_type( $field ) {
|
67 |
|
68 |
return 'LINE';
|
69 |
|
includes/compatibility/widgets/vertical-scroll.php
CHANGED
@@ -50,7 +50,7 @@ class Vertical_Scroll extends WPML_Elementor_Module_With_Items {
|
|
50 |
*
|
51 |
* @return string
|
52 |
*/
|
53 |
-
protected function get_title() {
|
54 |
|
55 |
return __( 'Vertical Scroll: Section ID', 'premium-addons-for-elementor' );
|
56 |
|
@@ -63,7 +63,7 @@ class Vertical_Scroll extends WPML_Elementor_Module_With_Items {
|
|
63 |
*
|
64 |
* @return string
|
65 |
*/
|
66 |
-
protected function get_editor_type() {
|
67 |
|
68 |
return 'LINE';
|
69 |
}
|
50 |
*
|
51 |
* @return string
|
52 |
*/
|
53 |
+
protected function get_title( $field ) {
|
54 |
|
55 |
return __( 'Vertical Scroll: Section ID', 'premium-addons-for-elementor' );
|
56 |
|
63 |
*
|
64 |
* @return string
|
65 |
*/
|
66 |
+
protected function get_editor_type( $field ) {
|
67 |
|
68 |
return 'LINE';
|
69 |
}
|
premium-addons-for-elementor.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Premium Addons for Elementor
|
4 |
Description: Premium Addons for Elementor plugin includes widgets and addons like Blog Post Grid, Gallery, Carousel, Modal Popup, Google Maps, Pricing Tables, Lottie Animations, Countdown, Testimonials.
|
5 |
Plugin URI: https://premiumaddons.com
|
6 |
-
Version: 4.1.
|
7 |
Author: Leap13
|
8 |
Author URI: https://leap13.com/
|
9 |
Text Domain: premium-addons-for-elementor
|
@@ -16,7 +16,7 @@ if (! defined('ABSPATH') ) {
|
|
16 |
}
|
17 |
|
18 |
// Define Constants.
|
19 |
-
define('PREMIUM_ADDONS_VERSION', '4.1.
|
20 |
define('PREMIUM_ADDONS_URL', plugins_url('/', __FILE__));
|
21 |
define('PREMIUM_ADDONS_PATH', plugin_dir_path(__FILE__));
|
22 |
define('PREMIUM_ADDONS_FILE', __FILE__);
|
3 |
Plugin Name: Premium Addons for Elementor
|
4 |
Description: Premium Addons for Elementor plugin includes widgets and addons like Blog Post Grid, Gallery, Carousel, Modal Popup, Google Maps, Pricing Tables, Lottie Animations, Countdown, Testimonials.
|
5 |
Plugin URI: https://premiumaddons.com
|
6 |
+
Version: 4.1.4
|
7 |
Author: Leap13
|
8 |
Author URI: https://leap13.com/
|
9 |
Text Domain: premium-addons-for-elementor
|
16 |
}
|
17 |
|
18 |
// Define Constants.
|
19 |
+
define('PREMIUM_ADDONS_VERSION', '4.1.4');
|
20 |
define('PREMIUM_ADDONS_URL', plugins_url('/', __FILE__));
|
21 |
define('PREMIUM_ADDONS_PATH', plugin_dir_path(__FILE__));
|
22 |
define('PREMIUM_ADDONS_FILE', __FILE__);
|
readme.txt
CHANGED
@@ -5,7 +5,7 @@ Donate Link: https://premiumaddons.com/?utm_source=wp-repo&utm_medium=link&utm_c
|
|
5 |
Requires at least: 5.0
|
6 |
Tested Up To: 5.6
|
7 |
Requires PHP: 5.4
|
8 |
-
Stable Tag: 4.1.
|
9 |
License: GPL v3.0
|
10 |
License URI: https://opensource.org/licenses/GPL-3.0
|
11 |
|
@@ -185,6 +185,10 @@ Premium Addons for Elementor is 100% Ads Free, Ads can only be detected from You
|
|
185 |
|
186 |
== Changelog ==
|
187 |
|
|
|
|
|
|
|
|
|
188 |
= 4.1.3 =
|
189 |
|
190 |
- Tweak: Added Custom Icons options for Navigation Arrows/Dots in Carousel widget.
|
5 |
Requires at least: 5.0
|
6 |
Tested Up To: 5.6
|
7 |
Requires PHP: 5.4
|
8 |
+
Stable Tag: 4.1.4
|
9 |
License: GPL v3.0
|
10 |
License URI: https://opensource.org/licenses/GPL-3.0
|
11 |
|
185 |
|
186 |
== Changelog ==
|
187 |
|
188 |
+
= 4.1.4 =
|
189 |
+
|
190 |
+
- Fixed: WPML errors with Premium Carousel widget.
|
191 |
+
|
192 |
= 4.1.3 =
|
193 |
|
194 |
- Tweak: Added Custom Icons options for Navigation Arrows/Dots in Carousel widget.
|