Skip to content

Commit 3605ce0

Browse files
committed
Updated Version
1 parent bb6f170 commit 3605ce0

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Contributors: mightythemes1
66
Tags: elementor, elementor extensions, progress bar, elementor addons, elementor modules,testimonials, page builder
77
Requires at least: 4.5
88
Tested up to: 5.2
9-
Stable Tag: 1.0.0
9+
Stable Tag: 1.1.0
1010
License: GPLv2 or later
1111
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1212

@@ -28,6 +28,8 @@ The plugin is loaded with the following Elementor addons.
2828
<li>MT Progress Bar</li>
2929
<li>MT Button Group</li>
3030
<li>MT Before After</li>
31+
<li>MT Gradient Heading</li>
32+
<li>MT Flip Box Widget</li>
3133
</ul>
3234

3335
== Installation ==
@@ -49,5 +51,14 @@ Create an issue on the desired product or maybe give us a ⭐. 😀
4951

5052
== Changelog ==
5153

54+
= 1.1.0 =
55+
* Added: MT Gradient Heading Widget
56+
* Added: MT Flip Box Widget
57+
* Added: MT Opening Hours Widget
58+
* Added: Mighty Icons
59+
* Fixed: Schema for accordion
60+
* Fixed: MT Testimonial Widget
61+
* Updated: Widget Icons
62+
5263
= 1.0.0 =
5364
* Initial release.

controls/gradient.php

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
<?php
2-
2+
/**
3+
* Class Gradient
4+
*
5+
* @since 1.1.0
6+
*/
37
namespace Mighty_Addons\Controls;
48

59
if ( ! defined( 'ABSPATH' ) ) {

0 commit comments

Comments
 (0)