Version Description
- Tweak: Added
Size
option for social icons in Persons widget. - Fixed: Linkedin icon not showing in Persons widget.
Download this release
Release Info
Developer | leap13 |
Plugin | Premium Addons for Elementor |
Version | 3.10.7 |
Comparing to | |
See all releases |
Code changes from version 3.10.6 to 3.10.7
- assets/frontend/css/premium-addons.css +1 -1
- premium-addons-for-elementor.php +3 -3
- readme.txt +6 -1
- widgets/premium-person.php +14 -6
assets/frontend/css/premium-addons.css
CHANGED
@@ -1462,7 +1462,6 @@ button.premium-modal-box-modal-close {
|
|
1462 |
.premium-title-style7:before {
|
1463 |
display: none;
|
1464 |
}
|
1465 |
-
/*Stripe Style*/
|
1466 |
/**************** Premium Video Box ************/
|
1467 |
/***********************************************/
|
1468 |
.premium-video-box-container {
|
@@ -1555,6 +1554,7 @@ button.premium-modal-box-modal-close {
|
|
1555 |
border: none;
|
1556 |
}
|
1557 |
.premium-video-box-video-container video {
|
|
|
1558 |
-o-object-fit: contain;
|
1559 |
object-fit: contain;
|
1560 |
}
|
1462 |
.premium-title-style7:before {
|
1463 |
display: none;
|
1464 |
}
|
|
|
1465 |
/**************** Premium Video Box ************/
|
1466 |
/***********************************************/
|
1467 |
.premium-video-box-container {
|
1554 |
border: none;
|
1555 |
}
|
1556 |
.premium-video-box-video-container video {
|
1557 |
+
background-color: #000;
|
1558 |
-o-object-fit: contain;
|
1559 |
object-fit: contain;
|
1560 |
}
|
premium-addons-for-elementor.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Premium Addons for Elementor
|
4 |
Description: Premium Addons Plugin Includes 22+ premium widgets for Elementor Page Builder.
|
5 |
Plugin URI: https://premiumaddons.com
|
6 |
-
Version: 3.10.
|
7 |
Author: Leap13
|
8 |
Author URI: https://leap13.com/
|
9 |
Text Domain: premium-addons-for-elementor
|
@@ -14,12 +14,12 @@ License: GNU General Public License v3.0
|
|
14 |
if ( ! defined('ABSPATH') ) exit; // No access of directly access
|
15 |
|
16 |
// Define Constants
|
17 |
-
define('PREMIUM_ADDONS_VERSION', '3.10.
|
18 |
define('PREMIUM_ADDONS_URL', plugins_url( '/', __FILE__ ) );
|
19 |
define('PREMIUM_ADDONS_PATH', plugin_dir_path( __FILE__ ) );
|
20 |
define('PREMIUM_ADDONS_FILE', __FILE__);
|
21 |
define('PREMIUM_ADDONS_BASENAME', plugin_basename( PREMIUM_ADDONS_FILE ) );
|
22 |
-
define('PREMIUM_ADDONS_STABLE_VERSION', '3.10.
|
23 |
|
24 |
if( ! class_exists('Premium_Addons_Elementor') ) {
|
25 |
|
3 |
Plugin Name: Premium Addons for Elementor
|
4 |
Description: Premium Addons Plugin Includes 22+ premium widgets for Elementor Page Builder.
|
5 |
Plugin URI: https://premiumaddons.com
|
6 |
+
Version: 3.10.7
|
7 |
Author: Leap13
|
8 |
Author URI: https://leap13.com/
|
9 |
Text Domain: premium-addons-for-elementor
|
14 |
if ( ! defined('ABSPATH') ) exit; // No access of directly access
|
15 |
|
16 |
// Define Constants
|
17 |
+
define('PREMIUM_ADDONS_VERSION', '3.10.7');
|
18 |
define('PREMIUM_ADDONS_URL', plugins_url( '/', __FILE__ ) );
|
19 |
define('PREMIUM_ADDONS_PATH', plugin_dir_path( __FILE__ ) );
|
20 |
define('PREMIUM_ADDONS_FILE', __FILE__);
|
21 |
define('PREMIUM_ADDONS_BASENAME', plugin_basename( PREMIUM_ADDONS_FILE ) );
|
22 |
+
define('PREMIUM_ADDONS_STABLE_VERSION', '3.10.6');
|
23 |
|
24 |
if( ! class_exists('Premium_Addons_Elementor') ) {
|
25 |
|
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: 4.5
|
6 |
Tested Up To: 5.3
|
7 |
Requires PHP: 5.4
|
8 |
-
Stable Tag: 3.10.
|
9 |
License: GPL v3.0
|
10 |
License URI: https://opensource.org/licenses/GPL-3.0
|
11 |
|
@@ -175,6 +175,11 @@ Premium Addons for Elementor is 100% Ads Free, Ads can only be detected from You
|
|
175 |
|
176 |
== Changelog ==
|
177 |
|
|
|
|
|
|
|
|
|
|
|
178 |
= 3.10.6 =
|
179 |
|
180 |
- Tweak: Added Whatsapp and Telagram for social icons in Persons widget.
|
5 |
Requires at Least: 4.5
|
6 |
Tested Up To: 5.3
|
7 |
Requires PHP: 5.4
|
8 |
+
Stable Tag: 3.10.7
|
9 |
License: GPL v3.0
|
10 |
License URI: https://opensource.org/licenses/GPL-3.0
|
11 |
|
175 |
|
176 |
== Changelog ==
|
177 |
|
178 |
+
= 3.10.7 =
|
179 |
+
|
180 |
+
- Tweak: Added `Size` option for social icons in Persons widget.
|
181 |
+
- Fixed: Linkedin icon not showing in Persons widget.
|
182 |
+
|
183 |
= 3.10.6 =
|
184 |
|
185 |
- Tweak: Added Whatsapp and Telagram for social icons in Persons widget.
|
widgets/premium-person.php
CHANGED
@@ -966,7 +966,18 @@ class Premium_Person extends Widget_Base {
|
|
966 |
]
|
967 |
);
|
968 |
|
969 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
970 |
$this->add_control('premium_person_social_color',
|
971 |
[
|
972 |
'label' => __('Color', 'premium-addons-for-elementor'),
|
@@ -981,7 +992,6 @@ class Premium_Person extends Widget_Base {
|
|
981 |
]
|
982 |
);
|
983 |
|
984 |
-
/*Social Hover Color*/
|
985 |
$this->add_control('premium_person_social_hover_color',
|
986 |
[
|
987 |
'label' => __('Hover Color', 'premium-addons-for-elementor'),
|
@@ -1068,10 +1078,8 @@ class Premium_Person extends Widget_Base {
|
|
1068 |
]
|
1069 |
);
|
1070 |
|
1071 |
-
/*End Description Style Section*/
|
1072 |
$this->end_controls_section();
|
1073 |
|
1074 |
-
/*Start Content Style Section*/
|
1075 |
$this->start_controls_section('premium_person_general_style',
|
1076 |
[
|
1077 |
'label' => __('Content', 'premium-addons-for-elementor'),
|
@@ -1312,7 +1320,7 @@ class Premium_Person extends Widget_Base {
|
|
1312 |
$socialIcons = [
|
1313 |
'facebook' => $settings['premium_person_facebook'],
|
1314 |
'twitter' => $settings['premium_person_twitter'],
|
1315 |
-
'linkedin' => $settings['
|
1316 |
'google' => $settings['premium_person_google'],
|
1317 |
'youtube' => $settings['premium_person_youtube'],
|
1318 |
'instagram' => $settings['premium_person_instagram'],
|
@@ -1455,7 +1463,7 @@ class Premium_Person extends Widget_Base {
|
|
1455 |
socialIcons = {
|
1456 |
facebook: settings.premium_person_facebook,
|
1457 |
twitter: settings.premium_person_twitter,
|
1458 |
-
linkedin: settings.
|
1459 |
google: settings.premium_person_google,
|
1460 |
youtube: settings.premium_person_youtube,
|
1461 |
instagram: settings.premium_person_instagram,
|
966 |
]
|
967 |
);
|
968 |
|
969 |
+
$this->add_responsive_control('premium_person_social_size',
|
970 |
+
[
|
971 |
+
'label' => __('Size', 'premium-addons-for-elementor'),
|
972 |
+
'type' => Controls_Manager::SLIDER,
|
973 |
+
'size_units' => ['px', 'em', '%'],
|
974 |
+
'label_block' => true,
|
975 |
+
'selectors' => [
|
976 |
+
'{{WRAPPER}} .premium-person-list-item i' => 'font-size: {{SIZE}}{{UNIT}};',
|
977 |
+
]
|
978 |
+
]
|
979 |
+
);
|
980 |
+
|
981 |
$this->add_control('premium_person_social_color',
|
982 |
[
|
983 |
'label' => __('Color', 'premium-addons-for-elementor'),
|
992 |
]
|
993 |
);
|
994 |
|
|
|
995 |
$this->add_control('premium_person_social_hover_color',
|
996 |
[
|
997 |
'label' => __('Hover Color', 'premium-addons-for-elementor'),
|
1078 |
]
|
1079 |
);
|
1080 |
|
|
|
1081 |
$this->end_controls_section();
|
1082 |
|
|
|
1083 |
$this->start_controls_section('premium_person_general_style',
|
1084 |
[
|
1085 |
'label' => __('Content', 'premium-addons-for-elementor'),
|
1320 |
$socialIcons = [
|
1321 |
'facebook' => $settings['premium_person_facebook'],
|
1322 |
'twitter' => $settings['premium_person_twitter'],
|
1323 |
+
'linkedin' => $settings['premium_person_linkedin'],
|
1324 |
'google' => $settings['premium_person_google'],
|
1325 |
'youtube' => $settings['premium_person_youtube'],
|
1326 |
'instagram' => $settings['premium_person_instagram'],
|
1463 |
socialIcons = {
|
1464 |
facebook: settings.premium_person_facebook,
|
1465 |
twitter: settings.premium_person_twitter,
|
1466 |
+
linkedin: settings.premium_person_linkedin,
|
1467 |
google: settings.premium_person_google,
|
1468 |
youtube: settings.premium_person_youtube,
|
1469 |
instagram: settings.premium_person_instagram,
|