Skip to content

Commit b00d4fd

Browse files
committed
Updated version and changelog 📃
1 parent 508ccc1 commit b00d4fd

4 files changed

Lines changed: 14 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Plugin URI: https://mightythemes.com/products/mighty-addons
55
Requires at least: 4.0 or higher
66
Tested up to: 5.5
77
Requires PHP: 5.6
8-
Stable Tag: 1.4.4
8+
Stable Tag: 1.4.5
99
License: GPLv2 or later
1010
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1111
Tags: elementor, elementor extensions, progress bar, elementor addons, elementor modules,testimonials, page builder, elementor widgets, elements
@@ -178,6 +178,9 @@ Create an issue on the desired product or maybe give us a ⭐. 😀
178178

179179
## Changelog
180180

181+
### 1.4.5
182+
* Fixed: Contact Form 7 Styler bugs
183+
181184
### 1.4.4
182185
* Fixed: Copy/paste Issue with Special Characters
183186
* Fixed: Duplicate section pasting on Copy/Paste All

assets/css/cf7-styler.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,10 @@
134134
font-size: 15px;
135135
}
136136

137+
.mighty-cf7-wrapper .wpcf7-form-control {
138+
border: none;
139+
}
140+
137141
/* Stacking */
138142
.mighty-cf7-wrapper .control-stack-desktop .wpcf7-form-control-wrap .wpcf7-radio > span,
139143
.mighty-cf7-wrapper .control-stack-desktop .wpcf7-form-control-wrap .wpcf7-checkbox > span {

mighty-addons.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: Mighty Addons
44
* Description: <a href="https://mightythemes.com/products/mighty-addons/">Mighty Addons</a> is a Powerful Elementor Widget Plugin that comes with advanced & flexible features powering up your Elementor website and increasing your designing experience.
55
* Plugin URI: https://mightythemes.com/products/mighty-addons/
6-
* Version: 1.4.4
6+
* Version: 1.4.5
77
* Author: MightyThemes
88
* Author URI: https://mightythemes.com/
99
* Text Domain: mighty
@@ -15,7 +15,7 @@
1515

1616
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
1717

18-
define( 'MIGHTY_ADDONS_VERSION', '1.4.4' );
18+
define( 'MIGHTY_ADDONS_VERSION', '1.4.5' );
1919
define( 'MIGHTY_ADDONS_DIR_PATH', plugin_dir_path( __FILE__ ) );
2020
define( 'MIGHTY_ADDONS_PLG_URL', plugin_dir_url( __FILE__ ) );
2121
define( 'MIGHTY_ADDONS_PLG_BASENAME', plugin_basename( __FILE__ ) );

readme.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Plugin URI: https://mightythemes.com/products/mighty-addons
66
Requires at least: 4.0 or higher
77
Tested up to: 5.5
88
Requires PHP: 5.6
9-
Stable Tag: 1.4.4
9+
Stable Tag: 1.4.5
1010
License: GPLv2 or later
1111
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1212
Tags: elementor, elementor extensions, progress bar, elementor addons, elementor modules,testimonials, page builder, elementor widgets, elements
@@ -179,6 +179,9 @@ Create an issue on the desired product or maybe give us a ⭐. 😀
179179

180180
## Changelog
181181

182+
### 1.4.5
183+
* Fixed: Contact Form 7 Styler bugs
184+
182185
### 1.4.4
183186
* Fixed: Copy/paste Issue with Special Characters
184187
* Fixed: Duplicate section pasting on Copy/Paste All

0 commit comments

Comments
 (0)