Skip to content

Commit f32dbae

Browse files
committed
Updated version and readme 📄
1 parent e109182 commit f32dbae

3 files changed

Lines changed: 16 additions & 4 deletions

File tree

README.md

Lines changed: 7 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.8
8+
Stable Tag: 1.4.9
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,12 @@ Create an issue on the desired product or maybe give us a ⭐. 😀
178178

179179
## Changelog
180180

181+
### 1.4.9
182+
* Added: Link Effects for applying cool effects on links
183+
* Added: Spacers for applying quick margin/padding on elements [PRO]
184+
* Fixed: Progress Bar issue with elementor update
185+
* Fixed: Removed unused widget assets loading for optimization
186+
181187
### 1.4.8
182188
* Removed: User ID field from Instagram's integration options
183189

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.8
6+
* Version: 1.4.9
77
* Author: MightyThemes
88
* Author URI: https://mightythemes.com/
99
* Text Domain: mighty
@@ -17,7 +17,7 @@
1717

1818
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
1919

20-
define( 'MIGHTY_ADDONS_VERSION', '1.4.8' );
20+
define( 'MIGHTY_ADDONS_VERSION', '1.4.9' );
2121
define( 'MIGHTY_ADDONS_DIR_PATH', plugin_dir_path( __FILE__ ) );
2222
define( 'MIGHTY_ADDONS_PLG_URL', plugin_dir_url( __FILE__ ) );
2323
define( 'MIGHTY_ADDONS_PLG_BASENAME', plugin_basename( __FILE__ ) );

readme.txt

Lines changed: 7 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.8
9+
Stable Tag: 1.4.9
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,12 @@ Create an issue on the desired product or maybe give us a ⭐. 😀
179179

180180
## Changelog
181181

182+
### 1.4.9
183+
* Added: Link Effects for applying cool effects on links
184+
* Added: Spacers for applying quick margin/padding on elements [PRO]
185+
* Fixed: Progress Bar issue with elementor update
186+
* Fixed: Removed unused widget assets loading for optimization
187+
182188
### 1.4.8
183189
* Removed: User ID field from Instagram's integration options
184190

0 commit comments

Comments
 (0)