Skip to content

Commit

Permalink
update to v2.9.8
Browse files Browse the repository at this point in the history
  • Loading branch information
rupok committed Feb 28, 2019
1 parent cccdd21 commit ddae5fd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
6 changes: 3 additions & 3 deletions essential_adons_elementor.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Description: The ultimate elements library for Elementor page builder plugin for WordPress.
* Plugin URI: https://essential-addons.com/elementor/
* Author: WPDeveloper
* Version: 2.9.7
* Version: 2.9.8
* Author URI: https://wpdeveloper.net/
*
* Text Domain: essential-addons-elementor
Expand All @@ -16,8 +16,8 @@
define( 'ESSENTIAL_ADDONS_EL_URL', plugins_url( '/', __FILE__ ) );
define( 'ESSENTIAL_ADDONS_EL_PATH', plugin_dir_path( __FILE__ ) );
define( 'ESSENTIAL_ADDONS_EL_ROOT', __FILE__ );
define( 'ESSENTIAL_ADDONS_VERSION', '2.9.7' );
define( 'ESSENTIAL_ADDONS_STABLE_VERSION', '2.9.7' );
define( 'ESSENTIAL_ADDONS_VERSION', '2.9.8' );
define( 'ESSENTIAL_ADDONS_STABLE_VERSION', '2.9.8' );
define( 'ESSENTIAL_ADDONS_BASENAME', plugin_basename( __FILE__ ) );


Expand Down
8 changes: 7 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: elementor, elements, addons, elementor addon, elementor widget, page build
Requires at least: 4.0
Tested up to: 5.1
Requires PHP: 5.4
Stable tag: 2.9.7
Stable tag: 2.9.8
License: GPLv3
License URI: https://opensource.org/licenses/GPL-3.0

Expand Down Expand Up @@ -167,6 +167,12 @@ Your existing elements/content will work with premium version. So you won't lose

== Changelog ==

= 2.9.8 - 28/02/2019 =

- Facebook Feed removed as it doesn't work with new API
- Version rollback feature removed
- Few minor bugfix and improvements

= 2.9.7 - 25/02/2019 =

- Particles extension revamped
Expand Down

0 comments on commit ddae5fd

Please sign in to comment.