Skip to content

Commit

Permalink
Tweak: Added Required Plugins header support for Elementor dependenci…
Browse files Browse the repository at this point in the history
…es [ED-14072]
  • Loading branch information
KingYes committed Mar 18, 2024
1 parent efe0019 commit c1c3fa0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
6 changes: 4 additions & 2 deletions elementor-beta.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@
* Plugin Name: Elementor Beta (Developer Edition)
* Plugin URI: https://elementor.com
* Description: Elementor Developer Edition gives you direct access into Elementor’s development process, and lets you take an active part in perfecting our product. Each Developer Edition release will contain experimental functionalities that developers will be able to use to get familiar with the next releases before they are published.
* Version: 1.1.2
* Version: 1.1.3
* Author: Elementor.com
* Author URI: https://elementor.com/?utm_source=wp-plugins&utm_campaign=dev-author-uri&utm_medium=wp-dash
* Text Domain: elementor-beta
*
* Requires Plugins: elementor
*
* @package elementor-beta
*/

Expand Down Expand Up @@ -41,7 +43,7 @@
}

if ( ! defined( 'ELEMENTOR_BETA_VERSION' ) ) {
define( 'ELEMENTOR_BETA_VERSION', '1.1.2' );
define( 'ELEMENTOR_BETA_VERSION', '1.1.3' );
}

// Run autoloader
Expand Down
7 changes: 5 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
Contributors: nevog, elemntor, KingYes, ariel.k
Tags: elementor, website builder, beta, developer, bleeding edge, testing, landing page, drag-and-drop, visual editor
Requires at least: 5.8
Tested up to: 6.4
Tested up to: 6.5
Requires PHP: 5.6
Stable tag: 1.1.2
Stable tag: 1.1.3
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html

Expand Down Expand Up @@ -76,6 +76,9 @@ Beta versions are the designated version for release. Developer Edition versions

== Changelog ==

= 1.1.3 - 2024-03-18 =
* Tweak: Added Required Plugins header support for Elementor dependencies

= 1.1.2 - 2023-11-01 =
* Tweak: Added compatibility with the new color scheme

Expand Down

0 comments on commit c1c3fa0

Please sign in to comment.