Skip to content

Commit 758e290

Browse files
committed
Updated version and readme 📃
1 parent 63bbc18 commit 758e290

3 files changed

Lines changed: 10 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.3
8+
Stable Tag: 1.4.4
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.4
182+
* Fixed: Copy/paste Issue with Special Characters
183+
181184
### 1.4.3
182185
* Added: Advance Gradient Extension [PRO]
183186
* Added: Wrapper Link Extension

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.3
6+
* Version: 1.4.4
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.3' );
18+
define( 'MIGHTY_ADDONS_VERSION', '1.4.4' );
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.3
9+
Stable Tag: 1.4.4
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.4
183+
* Fixed: Copy/paste Issue with Special Characters
184+
182185
### 1.4.3
183186
* Added: Advance Gradient Extension [PRO]
184187
* Added: Wrapper Link Extension

0 commit comments

Comments
 (0)