Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
KingYes committed Feb 11, 2020
1 parent 7cd725b commit 3a62f94
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
**Requires at least:** 5.0
**Tested up to:** 5.3
**Requires PHP:** 5.6
**Stable tag:** 2.8.6
**Stable tag:** 2.8.5
**Beta tag:** 2.9.0-beta5
**License:** GPLv3
**License URI:** https://www.gnu.org/licenses/gpl-3.0.html
Expand Down Expand Up @@ -224,7 +224,7 @@ No. Elementor supports WordPress 5.0 or greater, and is compatible with PHP 5.6

## Changelog ##

### 2.9.0 - 2020-02-10 ###
### 2.9.0 (Beta) - 2020-02-10 - [Become a beta tester!](https://my.elementor.com/beta/) ###
* New: Introducing Theme Style - set your default HTML tags styling using Elementor ([#534](https://github.com/elementor/elementor/issues/534))
* New: Added Custom Link Attributes to Link Options to allow adding custom attributes to `<a>` tags ([#5716](https://github.com/elementor/elementor/issues/5716), [#3642](https://github.com/elementor/elementor/issues/3642), [#9225](https://github.com/elementor/elementor/issues/9225), [#9079](https://github.com/elementor/elementor/issues/9079))
* Tweak: Added Title & Description to Lightbox ([#9826](https://github.com/elementor/elementor/issues/9826), [#2502](https://github.com/elementor/elementor/issues/2502))
Expand Down Expand Up @@ -270,6 +270,7 @@ No. Elementor supports WordPress 5.0 or greater, and is compatible with PHP 5.6
* Fix: Beta sign-up modal closes unexpectedly ([#10355](https://github.com/elementor/elementor/issues/10355))
* Fix: "Slides to Show" option doesn't work on Tablet view in Image Carousel widget ([#10227](https://github.com/elementor/elementor/issues/10227))
* Fix: Previous and Next buttons are not displaying on Safari in Media Carousel's Cube mode ([#9725](https://github.com/elementor/elementor/issues/9725))
* Fix: Form style being reset adding MailChimp/Getresponse action in Form widget ([#9313](https://github.com/elementor/elementor/issues/9313))
* Fix: Post Title and Archive Excerpt wrong values in edge cases
* Fix: Wrong `<select>` field width in "Add New" dialog
* Fix: Gap created by the "Add Media" button in Text Editor widget
Expand Down
4 changes: 2 additions & 2 deletions elementor.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Description: The most advanced frontend drag & drop page builder. Create high-end, pixel perfect websites at record speeds. Any theme, any page, any design.
* Plugin URI: https://elementor.com/?utm_source=wp-plugins&utm_campaign=plugin-uri&utm_medium=wp-dash
* Author: Elementor.com
* Version: 2.9.0-beta5
* Version: 2.9.0
* Author URI: https://elementor.com/?utm_source=wp-plugins&utm_campaign=author-uri&utm_medium=wp-dash
*
* Text Domain: elementor
Expand All @@ -28,7 +28,7 @@
}

define( 'ELEMENTOR_VERSION', '2.9.0' );
define( 'ELEMENTOR_PREVIOUS_STABLE_VERSION', '2.8.6' );
define( 'ELEMENTOR_PREVIOUS_STABLE_VERSION', '2.8.5' );

define( 'ELEMENTOR__FILE__', __FILE__ );
define( 'ELEMENTOR_PLUGIN_BASE', plugin_basename( ELEMENTOR__FILE__ ) );
Expand Down
5 changes: 3 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: page builder, editor, landing page, drag-and-drop, elementor, visual edito
Requires at least: 5.0
Tested up to: 5.3
Requires PHP: 5.6
Stable tag: 2.9.0
Stable tag: 2.8.5
Beta tag: 2.9.0-beta5
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Expand Down Expand Up @@ -222,7 +222,7 @@ No. Elementor supports WordPress 5.0 or greater, and is compatible with PHP 5.6

== Changelog ==

= 2.9.0 - 2020-02-10 =
= 2.9.0 (Beta) - 2020-02-10 - [Become a beta tester!](https://my.elementor.com/beta/) =
* New: Introducing Theme Style - set your default HTML tags styling using Elementor ([#534](https://github.com/elementor/elementor/issues/534))
* New: Added Custom Link Attributes to Link Options to allow adding custom attributes to `<a>` tags ([#5716](https://github.com/elementor/elementor/issues/5716), [#3642](https://github.com/elementor/elementor/issues/3642), [#9225](https://github.com/elementor/elementor/issues/9225), [#9079](https://github.com/elementor/elementor/issues/9079))
* Tweak: Added Title & Description to Lightbox ([#9826](https://github.com/elementor/elementor/issues/9826), [#2502](https://github.com/elementor/elementor/issues/2502))
Expand Down Expand Up @@ -268,6 +268,7 @@ No. Elementor supports WordPress 5.0 or greater, and is compatible with PHP 5.6
* Fix: Beta sign-up modal closes unexpectedly ([#10355](https://github.com/elementor/elementor/issues/10355))
* Fix: "Slides to Show" option doesn't work on Tablet view in Image Carousel widget ([#10227](https://github.com/elementor/elementor/issues/10227))
* Fix: Previous and Next buttons are not displaying on Safari in Media Carousel's Cube mode ([#9725](https://github.com/elementor/elementor/issues/9725))
* Fix: Form style being reset adding MailChimp/Getresponse action in Form widget ([#9313](https://github.com/elementor/elementor/issues/9313))
* Fix: Post Title and Archive Excerpt wrong values in edge cases
* Fix: Wrong `<select>` field width in "Add New" dialog
* Fix: Gap created by the "Add Media" button in Text Editor widget
Expand Down

0 comments on commit 3a62f94

Please sign in to comment.