Skip to content

Commit

Permalink
Version 5.9.11
Browse files Browse the repository at this point in the history
  • Loading branch information
khan-rafin-ahmed committed Mar 13, 2024
1 parent e13518a commit 3453322
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1,853 deletions.
10 changes: 5 additions & 5 deletions essential_adons_elementor.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
* Description: The Essential plugin you install after Elementor! Packed with 40+ stunning free elements including Advanced Data Table, Event Calendar, Filterable Gallery, WooCommerce, and many more.
* Plugin URI: https://essential-addons.com/elementor/
* Author: WPDeveloper
* Version: 5.9.10
* Version: 5.9.11
* Author URI: https://wpdeveloper.com/
* Text Domain: essential-addons-for-elementor-lite
* Domain Path: /languages
*
* WC tested up to: 8.5
* Elementor tested up to: 3.19
* Elementor Pro tested up to: 3.19
* WC tested up to: 8.6
* Elementor tested up to: 3.20
* Elementor Pro tested up to: 3.20
*/

if (!defined('ABSPATH')) {
Expand All @@ -27,7 +27,7 @@
define('EAEL_PLUGIN_BASENAME', plugin_basename(__FILE__));
define('EAEL_PLUGIN_PATH', trailingslashit(plugin_dir_path(__FILE__)));
define('EAEL_PLUGIN_URL', trailingslashit(plugins_url('/', __FILE__)));
define('EAEL_PLUGIN_VERSION', '5.9.10');
define('EAEL_PLUGIN_VERSION', '5.9.11');
define('EAEL_ASSET_PATH', wp_upload_dir()['basedir'] . '/essential-addons-elementor');
define('EAEL_ASSET_URL', wp_upload_dir()['baseurl'] . '/essential-addons-elementor');
/**
Expand Down
Loading

0 comments on commit 3453322

Please sign in to comment.