Skip to content

Commit

Permalink
Update 'tested up to' values (#305)
Browse files Browse the repository at this point in the history
  • Loading branch information
rami-elementor authored Dec 23, 2024
1 parent 982f182 commit 90b129f
Show file tree
Hide file tree
Showing 22 changed files with 44 additions and 44 deletions.
4 changes: 2 additions & 2 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.24.0
* Elementor Pro tested up to: 3.24.0
* Elementor tested up to: 3.25.0
* Elementor Pro tested up to: 3.25.0
*/

if ( ! defined( 'ABSPATH' ) ) {
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.24.0
* Elementor Pro tested up to: 3.24.0
* Elementor tested up to: 3.25.0
* Elementor Pro tested up to: 3.25.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.24.0
* Elementor Pro tested up to: 3.24.0
* Elementor tested up to: 3.25.0
* Elementor Pro tested up to: 3.25.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.24.0
composer require wpackagist-plugin/elementor:3.25.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.24.0
composer require elementor/elementor-pro:3.25.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.24.0
* Elementor Pro tested up to: 3.24.0
* Elementor tested up to: 3.25.0
* Elementor Pro tested up to: 3.25.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.24.0
* Elementor Pro tested up to: 3.24.0
* Elementor tested up to: 3.25.0
* Elementor Pro tested up to: 3.25.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.24.0
* Elementor Pro tested up to: 3.24.0
* Elementor tested up to: 3.25.0
* Elementor Pro tested up to: 3.25.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.24.0
* Elementor Pro tested up to: 3.24.0
* Elementor tested up to: 3.25.0
* Elementor Pro tested up to: 3.25.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.24.0
* Elementor Pro tested up to: 3.24.0
* Elementor tested up to: 3.25.0
* Elementor Pro tested up to: 3.25.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.24.0
* Elementor Pro tested up to: 3.24.0
* Elementor tested up to: 3.25.0
* Elementor Pro tested up to: 3.25.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.24.0
* Elementor Pro tested up to: 3.24.0
* Elementor tested up to: 3.25.0
* Elementor Pro tested up to: 3.25.0
*/

if ( ! defined( 'ABSPATH' ) ) {
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.24.0
* Elementor Pro tested up to: 3.24.0
* Elementor tested up to: 3.25.0
* Elementor Pro tested up to: 3.25.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.24.0
* Elementor Pro tested up to: 3.24.0
* Elementor tested up to: 3.25.0
* Elementor Pro tested up to: 3.25.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.24.0
* Elementor Pro tested up to: 3.24.0
* Elementor tested up to: 3.25.0
* Elementor Pro tested up to: 3.25.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.24.0
* Elementor Pro tested up to: 3.24.0
* Elementor tested up to: 3.25.0
* Elementor Pro tested up to: 3.25.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.24.0
* Elementor Pro tested up to: 3.24.0
* Elementor tested up to: 3.25.0
* Elementor Pro tested up to: 3.25.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.24.0
* Elementor Pro tested up to: 3.24.0
* Elementor tested up to: 3.25.0
* Elementor Pro tested up to: 3.25.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.24.0
* Elementor Pro tested up to: 3.24.0
* Elementor tested up to: 3.25.0
* Elementor Pro tested up to: 3.25.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.24.0
* Elementor Pro tested up to: 3.24.0
* Elementor tested up to: 3.25.0
* Elementor Pro tested up to: 3.25.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.24.0
* Elementor Pro tested up to: 3.24.0
* Elementor tested up to: 3.25.0
* Elementor Pro tested up to: 3.25.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.24.0
* Elementor Pro tested up to: 3.24.0
* Elementor tested up to: 3.25.0
* Elementor Pro tested up to: 3.25.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.24.0
* Elementor Pro tested up to: 3.24.0
* Elementor tested up to: 3.25.0
* Elementor Pro tested up to: 3.25.0
*/

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

0 comments on commit 90b129f

Please sign in to comment.