Skip to content

Commit

Permalink
Update Elementor versions (#272)
Browse files Browse the repository at this point in the history
  • Loading branch information
rami-elementor authored Apr 15, 2024
1 parent a4b7d03 commit 1e56f37
Show file tree
Hide file tree
Showing 24 changed files with 48 additions and 48 deletions.
6 changes: 3 additions & 3 deletions src/addons/addon-example.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ The addon code should look as follows:
* Text Domain: elementor-test-addon
*
* Requires Plugins: elementor
* Elementor tested up to: 3.20.0
* Elementor Pro tested up to: 3.20.0
* Elementor tested up to: 3.21.0
* Elementor Pro tested up to: 3.21.0
*/

if ( ! defined( 'ABSPATH' ) ) {
Expand Down Expand Up @@ -96,7 +96,7 @@ final class Plugin {
* @since 1.0.0
* @var string Minimum Elementor version required to run the addon.
*/
const MINIMUM_ELEMENTOR_VERSION = '3.20.0';
const MINIMUM_ELEMENTOR_VERSION = '3.21.0';

/**
* Minimum PHP Version
Expand Down
2 changes: 1 addition & 1 deletion src/addons/compatibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ final class Plugin {
* @since 1.0.0
* @var string Minimum Elementor version required to run the addon.
*/
const MINIMUM_ELEMENTOR_VERSION = '3.20.0';
const MINIMUM_ELEMENTOR_VERSION = '3.21.0';

/**
* Minimum PHP Version
Expand Down
4 changes: 2 additions & 2 deletions src/addons/load.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ The main `elementor-test-addon.php` file loads the functionality:
* Text Domain: elementor-test-addon
*
* Requires Plugins: elementor
* Elementor tested up to: 3.20.0
* Elementor Pro tested up to: 3.20.0
* Elementor tested up to: 3.21.0
* Elementor Pro tested up to: 3.21.0
*/

function elementor_test_addon() {
Expand Down
4 changes: 2 additions & 2 deletions src/addons/namespaces.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ The main `elementor-test-addon.php` file loads the functionality:
* Text Domain: elementor-test-addon
*
* Requires Plugins: elementor
* Elementor tested up to: 3.20.0
* Elementor Pro tested up to: 3.20.0
* Elementor tested up to: 3.21.0
* Elementor Pro tested up to: 3.21.0
*/

function elementor_test_addon() {
Expand Down
4 changes: 2 additions & 2 deletions src/cli/composer.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ composer require wpackagist-plugin/elementor
Or choose a specific version:

```bash
composer require wpackagist-plugin/elementor:3.20.0
composer require wpackagist-plugin/elementor:3.21.0
```

## Install Elementor Pro
Expand Down Expand Up @@ -81,7 +81,7 @@ composer require elementor/elementor-pro
Or choose a specific version:

```bash
composer require elementor/elementor-pro:3.20.0
composer require elementor/elementor-pro:3.21.0
```

## Activation
Expand Down
4 changes: 2 additions & 2 deletions src/context-menu/advanced-example.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ elementor-page-speed-context-menu/
* Text Domain: elementor-page-speed-context-menu
*
* Requires Plugins: elementor
* Elementor tested up to: 3.20.0
* Elementor Pro tested up to: 3.20.0
* Elementor tested up to: 3.21.0
* Elementor Pro tested up to: 3.21.0
*/

if ( ! defined( 'ABSPATH' ) ) {
Expand Down
4 changes: 2 additions & 2 deletions src/context-menu/simple-example.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ elementor-context-menus/
* Text Domain: elementor-context-menus
*
* Requires Plugins: elementor
* Elementor tested up to: 3.20.0
* Elementor Pro tested up to: 3.20.0
* Elementor tested up to: 3.21.0
* Elementor Pro tested up to: 3.21.0
*/

if ( ! defined( 'ABSPATH' ) ) {
Expand Down
4 changes: 2 additions & 2 deletions src/controls/complex-example.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ elementor-emojionearea-control/
* Text Domain: elementor-emojionearea-control
*
* Requires Plugins: elementor
* Elementor tested up to: 3.20.0
* Elementor Pro tested up to: 3.20.0
* Elementor tested up to: 3.21.0
* Elementor Pro tested up to: 3.21.0
*/

if ( ! defined( 'ABSPATH' ) ) {
Expand Down
4 changes: 2 additions & 2 deletions src/controls/simple-example.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ elementor-currency-control/
* Text Domain: elementor-currency-control
*
* Requires Plugins: elementor
* Elementor tested up to: 3.20.0
* Elementor Pro tested up to: 3.20.0
* Elementor tested up to: 3.21.0
* Elementor Pro tested up to: 3.21.0
*/

if ( ! defined( 'ABSPATH' ) ) {
Expand Down
4 changes: 2 additions & 2 deletions src/dynamic-tags/advanced-example.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ elementor-acf-average-dynamic-tag/
* Text Domain: elementor-acf-average-dynamic-tag
*
* Requires Plugins: elementor
* Elementor tested up to: 3.20.0
* Elementor Pro tested up to: 3.20.0
* Elementor tested up to: 3.21.0
* Elementor Pro tested up to: 3.21.0
*/

if ( ! defined( 'ABSPATH' ) ) {
Expand Down
4 changes: 2 additions & 2 deletions src/dynamic-tags/complex-example.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ elementor-server-variable-dynamic-tag/
* Text Domain: elementor-server-variable-dynamic-tag
*
* Requires Plugins: elementor
* Elementor tested up to: 3.20.0
* Elementor Pro tested up to: 3.20.0
* Elementor tested up to: 3.21.0
* Elementor Pro tested up to: 3.21.0
*/

if ( ! defined( 'ABSPATH' ) ) {
Expand Down
4 changes: 2 additions & 2 deletions src/dynamic-tags/simple-example.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ elementor-random-number-dynamic-tag/
* Text Domain: elementor-random-number-dynamic-tag
*
* Requires Plugins: elementor
* Elementor tested up to: 3.20.0
* Elementor Pro tested up to: 3.20.0
* Elementor tested up to: 3.21.0
* Elementor Pro tested up to: 3.21.0
*/

if ( ! defined( 'ABSPATH' ) ) {
Expand Down
4 changes: 2 additions & 2 deletions src/editor-controls/control-deprecated-notice.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ class Elementor_Test_Widget extends \Elementor\Widget_Base {
'type' => \Elementor\Controls_Manager::DEPRECATED_NOTICE,
'widget' => 'your-old-widget',
'since' => '3.16.0',
'last' => '3.20.0',
'last' => '3.21.0',
'plugin' => 'Your Great Plugin',
'replacement' => 'your-new-widget',
'content_classes' => 'your-class',
Expand Down Expand Up @@ -152,7 +152,7 @@ class Elementor_Test_Widget extends \Elementor\Widget_Base {
$this->deprecated_notice(
'Your Great Plugin',
'3.16.0',
'3.20.0',
'3.21.0',
'your-new-widget'
);

Expand Down
4 changes: 2 additions & 2 deletions src/finder/advanced-example.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ elementor-finder-wordpress-settings/
* Text Domain: elementor-finder-wordpress-settings
*
* Requires Plugins: elementor
* Elementor tested up to: 3.20.0
* Elementor Pro tested up to: 3.20.0
* Elementor tested up to: 3.21.0
* Elementor Pro tested up to: 3.21.0
*/

if ( ! defined( 'ABSPATH' ) ) {
Expand Down
4 changes: 2 additions & 2 deletions src/finder/simple-example.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ elementor-finder-social-media/
* Text Domain: elementor-finder-social-media
*
* Requires Plugins: elementor
* Elementor tested up to: 3.20.0
* Elementor Pro tested up to: 3.20.0
* Elementor tested up to: 3.21.0
* Elementor Pro tested up to: 3.21.0
*/

if ( ! defined( 'ABSPATH' ) ) {
Expand Down
4 changes: 2 additions & 2 deletions src/form-actions/advanced-example.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ elementor-forms-sendy-action/
* Text Domain: elementor-forms-sendy-action
*
* Requires Plugins: elementor
* Elementor tested up to: 3.20.0
* Elementor Pro tested up to: 3.20.0
* Elementor tested up to: 3.21.0
* Elementor Pro tested up to: 3.21.0
*/

if ( ! defined( 'ABSPATH' ) ) {
Expand Down
4 changes: 2 additions & 2 deletions src/form-actions/simple-example.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ elementor-forms-ping-action/
* Text Domain: elementor-forms-ping-action
*
* Requires Plugins: elementor
* Elementor tested up to: 3.20.0
* Elementor Pro tested up to: 3.20.0
* Elementor tested up to: 3.21.0
* Elementor Pro tested up to: 3.21.0
*/

if ( ! defined( 'ABSPATH' ) ) {
Expand Down
4 changes: 2 additions & 2 deletions src/form-fields/advanced-example.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ elementor-form-credit-card-number-field/
* Text Domain: elementor-form-credit-card-number-field
*
* Requires Plugins: elementor
* Elementor tested up to: 3.20.0
* Elementor Pro tested up to: 3.20.0
* Elementor tested up to: 3.21.0
* Elementor Pro tested up to: 3.21.0
*/

if ( ! defined( 'ABSPATH' ) ) {
Expand Down
4 changes: 2 additions & 2 deletions src/form-fields/simple-example.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ elementor-form-local-tel-field/
* Text Domain: elementor-form-local-tel-field
*
* Requires Plugins: elementor
* Elementor tested up to: 3.20.0
* Elementor Pro tested up to: 3.20.0
* Elementor tested up to: 3.21.0
* Elementor Pro tested up to: 3.21.0
*/

if ( ! defined( 'ABSPATH' ) ) {
Expand Down
4 changes: 2 additions & 2 deletions src/getting-started/first-addon.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ These widgets will require several files. The main file `elementor-addon.php` wi
* Text Domain: elementor-addon
*
* Requires Plugins: elementor
* Elementor tested up to: 3.20.0
* Elementor Pro tested up to: 3.20.0
* Elementor tested up to: 3.21.0
* Elementor Pro tested up to: 3.21.0
*/

function register_hello_world_widget( $widgets_manager ) {
Expand Down
4 changes: 2 additions & 2 deletions src/theme-conditions/advanced-example.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ elementor-user-role-conditions/
* Text Domain: elementor-user-role-conditions
*
* Requires Plugins: elementor
* Elementor tested up to: 3.20.0
* Elementor Pro tested up to: 3.20.0
* Elementor tested up to: 3.21.0
* Elementor Pro tested up to: 3.21.0
*/

if ( ! defined( 'ABSPATH' ) ) {
Expand Down
4 changes: 2 additions & 2 deletions src/theme-conditions/simple-example.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ elementor-logged-in-user-condition/
* Text Domain: elementor-logged-in-user-condition
*
* Requires Plugins: elementor
* Elementor tested up to: 3.20.0
* Elementor Pro tested up to: 3.20.0
* Elementor tested up to: 3.21.0
* Elementor Pro tested up to: 3.21.0
*/

if ( ! defined( 'ABSPATH' ) ) {
Expand Down
4 changes: 2 additions & 2 deletions src/widgets/advanced-example.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ elementor-list-widget/
* Text Domain: elementor-list-widget
*
* Requires Plugins: elementor
* Elementor tested up to: 3.20.0
* Elementor Pro tested up to: 3.20.0
* Elementor tested up to: 3.21.0
* Elementor Pro tested up to: 3.21.0
*/

if ( ! defined( 'ABSPATH' ) ) {
Expand Down
4 changes: 2 additions & 2 deletions src/widgets/simple-example.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ elementor-oembed-widget/
* Text Domain: elementor-oembed-widget
*
* Requires Plugins: elementor
* Elementor tested up to: 3.20.0
* Elementor Pro tested up to: 3.20.0
* Elementor tested up to: 3.21.0
* Elementor Pro tested up to: 3.21.0
*/

if ( ! defined( 'ABSPATH' ) ) {
Expand Down

0 comments on commit 1e56f37

Please sign in to comment.