Skip to content

Commit 0b7e80d

Browse files
Update versions (#287)
1 parent d1ffeba commit 0b7e80d

25 files changed

+51
-51
lines changed

src/addons/addon-example.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ The addon code should look as follows:
4444
* Text Domain: elementor-test-addon
4545
*
4646
* Requires Plugins: elementor
47-
* Elementor tested up to: 3.21.0
48-
* Elementor Pro tested up to: 3.21.0
47+
* Elementor tested up to: 3.24.0
48+
* Elementor Pro tested up to: 3.24.0
4949
*/
5050

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

101101
/**
102102
* Minimum PHP Version

src/addons/compatibility.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ final class Plugin {
1717
* @since 1.0.0
1818
* @var string Minimum Elementor version required to run the addon.
1919
*/
20-
const MINIMUM_ELEMENTOR_VERSION = '3.21.0';
20+
const MINIMUM_ELEMENTOR_VERSION = '3.20.0';
2121

2222
/**
2323
* Minimum PHP Version

src/addons/load.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ The main `elementor-test-addon.php` file loads the functionality:
5555
* Text Domain: elementor-test-addon
5656
*
5757
* Requires Plugins: elementor
58-
* Elementor tested up to: 3.21.0
59-
* Elementor Pro tested up to: 3.21.0
58+
* Elementor tested up to: 3.24.0
59+
* Elementor Pro tested up to: 3.24.0
6060
*/
6161

6262
function elementor_test_addon() {

src/addons/namespaces.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ The main `elementor-test-addon.php` file loads the functionality:
5858
* Text Domain: elementor-test-addon
5959
*
6060
* Requires Plugins: elementor
61-
* Elementor tested up to: 3.21.0
62-
* Elementor Pro tested up to: 3.21.0
61+
* Elementor tested up to: 3.24.0
62+
* Elementor Pro tested up to: 3.24.0
6363
*/
6464

6565
function elementor_test_addon() {

src/cli/composer.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ composer require wpackagist-plugin/elementor
3838
Or choose a specific version:
3939

4040
```bash
41-
composer require wpackagist-plugin/elementor:3.21.0
41+
composer require wpackagist-plugin/elementor:3.24.0
4242
```
4343

4444
## Install Elementor Pro
@@ -81,7 +81,7 @@ composer require elementor/elementor-pro
8181
Or choose a specific version:
8282

8383
```bash
84-
composer require elementor/elementor-pro:3.21.0
84+
composer require elementor/elementor-pro:3.24.0
8585
```
8686

8787
## Activation

src/context-menu/advanced-example.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ elementor-page-speed-context-menu/
3333
* Text Domain: elementor-page-speed-context-menu
3434
*
3535
* Requires Plugins: elementor
36-
* Elementor tested up to: 3.21.0
37-
* Elementor Pro tested up to: 3.21.0
36+
* Elementor tested up to: 3.24.0
37+
* Elementor Pro tested up to: 3.24.0
3838
*/
3939

4040
if ( ! defined( 'ABSPATH' ) ) {

src/context-menu/simple-example.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ elementor-context-menus/
3333
* Text Domain: elementor-context-menus
3434
*
3535
* Requires Plugins: elementor
36-
* Elementor tested up to: 3.21.0
37-
* Elementor Pro tested up to: 3.21.0
36+
* Elementor tested up to: 3.24.0
37+
* Elementor Pro tested up to: 3.24.0
3838
*/
3939

4040
if ( ! defined( 'ABSPATH' ) ) {

src/controls/complex-example.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ elementor-emojionearea-control/
3939
* Text Domain: elementor-emojionearea-control
4040
*
4141
* Requires Plugins: elementor
42-
* Elementor tested up to: 3.21.0
43-
* Elementor Pro tested up to: 3.21.0
42+
* Elementor tested up to: 3.24.0
43+
* Elementor Pro tested up to: 3.24.0
4444
*/
4545

4646
if ( ! defined( 'ABSPATH' ) ) {

src/controls/simple-example.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ elementor-currency-control/
3636
* Text Domain: elementor-currency-control
3737
*
3838
* Requires Plugins: elementor
39-
* Elementor tested up to: 3.21.0
40-
* Elementor Pro tested up to: 3.21.0
39+
* Elementor tested up to: 3.24.0
40+
* Elementor Pro tested up to: 3.24.0
4141
*/
4242

4343
if ( ! defined( 'ABSPATH' ) ) {

src/deprecations/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ As an example, if code is deprecated in Elementor 3.1.0, it will start throwing
3232

3333
<img :src="$withBase('/assets/img/elementor-deprecation-period.png')" alt="Elementor Deprecation Period">
3434

35-
The old deprecated code will be available until its final deletion. The new replacement code will be available from the deprecation poin. Between the deprecated and the deletion, the old code and the new code are both available for use.
35+
The old deprecated code will be available until its final deletion. The new replacement code will be available from the deprecation point. Between the deprecated and the deletion, the old code and the new code are both available for use.
3636

3737
## Debugging Deprecated Code
3838

0 commit comments

Comments
 (0)