Jeg Elementor Kit - Version 1.8.1

Version Description

  • 2021-04-30 =
  • Fix inline style mailchimp form and button width
Download this release

Release Info

Developer jegstudio
Plugin Icon 128x128 Jeg Elementor Kit
Version 1.8.1
Comparing to
See all releases

Code changes from version 1.8.0 to 1.8.1

class/elements/options/class-mailchimp-option.php CHANGED
@@ -924,7 +924,7 @@ class Mailchimp_Option extends Option_Abstract {
924
  'responsive' => true,
925
  'selectors' => array(
926
  'custom' => array(
927
- '{{WRAPPER}} .jeg-elementor-kit.jkit-mailchimp .jkit-mailchimp-submit' => 'width: {{SIZE}}{{UNIT}};',
928
  '{{WRAPPER}} .jeg-elementor-kit.jkit-mailchimp.style-inline .jkit-submit-input-holder' => '-webkit-box-flex: {{SIZE}}{{UNIT}}; -ms-flex: 0 0 {{SIZE}}{{UNIT}}; flex: 0 0 {{SIZE}}{{UNIT}};',
929
  ),
930
  ),
924
  'responsive' => true,
925
  'selectors' => array(
926
  'custom' => array(
927
+ '{{WRAPPER}} .jeg-elementor-kit.jkit-mailchimp.style-full .jkit-mailchimp-submit' => 'width: {{SIZE}}{{UNIT}};',
928
  '{{WRAPPER}} .jeg-elementor-kit.jkit-mailchimp.style-inline .jkit-submit-input-holder' => '-webkit-box-flex: {{SIZE}}{{UNIT}}; -ms-flex: 0 0 {{SIZE}}{{UNIT}}; flex: 0 0 {{SIZE}}{{UNIT}};',
929
  ),
930
  ),
jeg-elementor-kit.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: Jeg Elementor Kit
4
  * Plugin URI: http://jegtheme.com/
5
  * Description: Additional highly customizable widgets for Elementor page builder
6
- * Version: 1.8.0
7
  * Author: JegStudio
8
  * Author URI: http://jegtheme.com
9
  * License: GPLv3
@@ -25,7 +25,7 @@ add_action(
25
  function() {
26
  defined( 'JEG_ELEMENTOR_KIT' ) || define( 'JEG_ELEMENTOR_KIT', 'jeg-elementor-kit' );
27
  defined( 'JEG_ELEMENTOR_KIT_NAME' ) || define( 'JEG_ELEMENTOR_KIT_NAME', 'Jeg Elementor Kit' );
28
- defined( 'JEG_ELEMENTOR_KIT_VERSION' ) || define( 'JEG_ELEMENTOR_KIT_VERSION', '1.8.0' );
29
  defined( 'JEG_ELEMENTOR_KIT_URL' ) || define( 'JEG_ELEMENTOR_KIT_URL', plugins_url( JEG_ELEMENTOR_KIT ) );
30
  defined( 'JEG_ELEMENTOR_KIT_FILE' ) || define( 'JEG_ELEMENTOR_KIT_FILE', __FILE__ );
31
  defined( 'JEG_ELEMENTOR_KIT_DIR' ) || define( 'JEG_ELEMENTOR_KIT_DIR', plugin_dir_path( __FILE__ ) );
3
  * Plugin Name: Jeg Elementor Kit
4
  * Plugin URI: http://jegtheme.com/
5
  * Description: Additional highly customizable widgets for Elementor page builder
6
+ * Version: 1.8.1
7
  * Author: JegStudio
8
  * Author URI: http://jegtheme.com
9
  * License: GPLv3
25
  function() {
26
  defined( 'JEG_ELEMENTOR_KIT' ) || define( 'JEG_ELEMENTOR_KIT', 'jeg-elementor-kit' );
27
  defined( 'JEG_ELEMENTOR_KIT_NAME' ) || define( 'JEG_ELEMENTOR_KIT_NAME', 'Jeg Elementor Kit' );
28
+ defined( 'JEG_ELEMENTOR_KIT_VERSION' ) || define( 'JEG_ELEMENTOR_KIT_VERSION', '1.8.1' );
29
  defined( 'JEG_ELEMENTOR_KIT_URL' ) || define( 'JEG_ELEMENTOR_KIT_URL', plugins_url( JEG_ELEMENTOR_KIT ) );
30
  defined( 'JEG_ELEMENTOR_KIT_FILE' ) || define( 'JEG_ELEMENTOR_KIT_FILE', __FILE__ );
31
  defined( 'JEG_ELEMENTOR_KIT_DIR' ) || define( 'JEG_ELEMENTOR_KIT_DIR', plugin_dir_path( __FILE__ ) );
readme.txt CHANGED
@@ -4,7 +4,7 @@ Tags: elementor, element, addon, widget, extension, blog, post, elementor addon,
4
  Requires at least: 5.0
5
  Tested up to: 5.7
6
  Requires PHP: 7.0
7
- Stable tag: 1.8.0
8
  License: GPLv3
9
  License URI: https://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -67,6 +67,9 @@ Please try to regenerate CSS via Elementor > Tools > Regenerate CSS option on ad
67
 
68
  == Changelog ==
69
 
 
 
 
70
  = 1.8.0 - 2021-04-30 =
71
  * Add new widget: Tabs
72
  * Improvement: Add title inline background option in heading widget
4
  Requires at least: 5.0
5
  Tested up to: 5.7
6
  Requires PHP: 7.0
7
+ Stable tag: 1.8.1
8
  License: GPLv3
9
  License URI: https://www.gnu.org/licenses/gpl-3.0.html
10
 
67
 
68
  == Changelog ==
69
 
70
+ = 1.8.1 - 2021-04-30 =
71
+ * Fix inline style mailchimp form and button width
72
+
73
  = 1.8.0 - 2021-04-30 =
74
  * Add new widget: Tabs
75
  * Improvement: Add title inline background option in heading widget