Skip to content

Commit

Permalink
Revert "Revert "update to v2.9.6""
Browse files Browse the repository at this point in the history
This reverts commit 1f65fe2.
  • Loading branch information
priyomukul committed Feb 18, 2019
1 parent 1f65fe2 commit 2cbc2b8
Show file tree
Hide file tree
Showing 2 changed files with 9 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.5
* Version: 2.9.6
* 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.5' );
define( 'ESSENTIAL_ADDONS_STABLE_VERSION', '2.9.5' );
define( 'ESSENTIAL_ADDONS_VERSION', '2.9.6' );
define( 'ESSENTIAL_ADDONS_STABLE_VERSION', '2.9.6' );
define( 'ESSENTIAL_ADDONS_BASENAME', plugin_basename( __FILE__ ) );


Expand Down
7 changes: 6 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.0.3
Requires PHP: 5.4
Stable tag: 2.9.5
Stable tag: 2.9.6
License: GPLv3
License URI: https://opensource.org/licenses/GPL-3.0

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

== Changelog ==

= 2.9.6 =

- Admin side performance improved
- Few minor bugfix and improvements

= 2.9.5 =

- Fixed: Product grid featured products loop not working
Expand Down

0 comments on commit 2cbc2b8

Please sign in to comment.