Skip to content

Commit

Permalink
Set Elementor version to 3.20.0 (#257)
Browse files Browse the repository at this point in the history
* Set Elementor version to 3.20.0

* revert
  • Loading branch information
rami-elementor authored Mar 16, 2024
1 parent c9381a2 commit 47d845b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/addons/addon-example.md
Original file line number Diff line number Diff line change
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.16.0';
const MINIMUM_ELEMENTOR_VERSION = '3.20.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.16.0';
const MINIMUM_ELEMENTOR_VERSION = '3.20.0';

/**
* Minimum PHP Version
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.16.0
composer require wpackagist-plugin/elementor:3.20.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.16.0
composer require elementor/elementor-pro:3.20.0
```

## Activation
Expand Down

0 comments on commit 47d845b

Please sign in to comment.