Skip to content

Commit

Permalink
Merge pull request #190 from rupok/development
Browse files Browse the repository at this point in the history
update to v2.9.7
  • Loading branch information
rupok authored Feb 25, 2019
2 parents 3b79314 + c4b7695 commit 291b621
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 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.6
* Version: 2.9.7
* 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.6' );
define( 'ESSENTIAL_ADDONS_STABLE_VERSION', '2.9.6' );
define( 'ESSENTIAL_ADDONS_VERSION', '2.9.7' );
define( 'ESSENTIAL_ADDONS_STABLE_VERSION', '2.9.7' );
define( 'ESSENTIAL_ADDONS_BASENAME', plugin_basename( __FILE__ ) );


Expand Down
8 changes: 6 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
Contributors: wpdevteam, Codetic, re_enter_rupok, Asif2BD, robicse11128, priyomukul, mahfuz01, mdsabuz, manik08cse
Tags: elementor, elements, addons, elementor addon, elementor widget, page builder, builder, visual editor, wordpress page builder, elementor form
Requires at least: 4.0
Tested up to: 5.0.3
Tested up to: 5.1
Requires PHP: 5.4
Stable tag: 2.9.6
Stable tag: 2.9.7
License: GPLv3
License URI: https://opensource.org/licenses/GPL-3.0

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

== Changelog ==

= 2.9.7 =

- Particles extension revamped

= 2.9.6 =

- Admin side performance improved
Expand Down

0 comments on commit 291b621

Please sign in to comment.