diff --git a/src/addons/addon-example.md b/src/addons/addon-example.md index e4fd959..ebf842b 100644 --- a/src/addons/addon-example.md +++ b/src/addons/addon-example.md @@ -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' ) ) { diff --git a/src/addons/load.md b/src/addons/load.md index 35c7788..fefbc40 100644 --- a/src/addons/load.md +++ b/src/addons/load.md @@ -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() { diff --git a/src/addons/namespaces.md b/src/addons/namespaces.md index 1047a36..798e556 100644 --- a/src/addons/namespaces.md +++ b/src/addons/namespaces.md @@ -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() { diff --git a/src/cli/composer.md b/src/cli/composer.md index 645a7b8..049deae 100644 --- a/src/cli/composer.md +++ b/src/cli/composer.md @@ -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 @@ -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 diff --git a/src/context-menu/advanced-example.md b/src/context-menu/advanced-example.md index e14ec75..91d7831 100644 --- a/src/context-menu/advanced-example.md +++ b/src/context-menu/advanced-example.md @@ -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' ) ) { diff --git a/src/context-menu/simple-example.md b/src/context-menu/simple-example.md index 2fb6ff1..76c541d 100644 --- a/src/context-menu/simple-example.md +++ b/src/context-menu/simple-example.md @@ -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' ) ) { diff --git a/src/controls/complex-example.md b/src/controls/complex-example.md index 6e836ec..59c3a69 100644 --- a/src/controls/complex-example.md +++ b/src/controls/complex-example.md @@ -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' ) ) { diff --git a/src/controls/simple-example.md b/src/controls/simple-example.md index 300cf39..0880c90 100644 --- a/src/controls/simple-example.md +++ b/src/controls/simple-example.md @@ -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' ) ) { diff --git a/src/dynamic-tags/advanced-example.md b/src/dynamic-tags/advanced-example.md index 4d510cd..dde0af6 100644 --- a/src/dynamic-tags/advanced-example.md +++ b/src/dynamic-tags/advanced-example.md @@ -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' ) ) { diff --git a/src/dynamic-tags/complex-example.md b/src/dynamic-tags/complex-example.md index a1a39f8..274ded6 100644 --- a/src/dynamic-tags/complex-example.md +++ b/src/dynamic-tags/complex-example.md @@ -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' ) ) { diff --git a/src/dynamic-tags/simple-example.md b/src/dynamic-tags/simple-example.md index 47c2102..ba4a3fb 100644 --- a/src/dynamic-tags/simple-example.md +++ b/src/dynamic-tags/simple-example.md @@ -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' ) ) { diff --git a/src/finder/advanced-example.md b/src/finder/advanced-example.md index 39f46bf..cf3ab7c 100644 --- a/src/finder/advanced-example.md +++ b/src/finder/advanced-example.md @@ -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' ) ) { diff --git a/src/finder/simple-example.md b/src/finder/simple-example.md index 30f93fa..73f42cb 100644 --- a/src/finder/simple-example.md +++ b/src/finder/simple-example.md @@ -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' ) ) { diff --git a/src/form-actions/advanced-example.md b/src/form-actions/advanced-example.md index 59c36af..76b5e2c 100644 --- a/src/form-actions/advanced-example.md +++ b/src/form-actions/advanced-example.md @@ -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' ) ) { diff --git a/src/form-actions/simple-example.md b/src/form-actions/simple-example.md index 394a4ac..6ea6622 100644 --- a/src/form-actions/simple-example.md +++ b/src/form-actions/simple-example.md @@ -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' ) ) { diff --git a/src/form-fields/advanced-example.md b/src/form-fields/advanced-example.md index 0bff0a1..ff32805 100644 --- a/src/form-fields/advanced-example.md +++ b/src/form-fields/advanced-example.md @@ -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' ) ) { diff --git a/src/form-fields/simple-example.md b/src/form-fields/simple-example.md index de15e4e..5f8d9f4 100644 --- a/src/form-fields/simple-example.md +++ b/src/form-fields/simple-example.md @@ -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' ) ) { diff --git a/src/getting-started/first-addon.md b/src/getting-started/first-addon.md index 40ed36e..ca035c2 100644 --- a/src/getting-started/first-addon.md +++ b/src/getting-started/first-addon.md @@ -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 ) { diff --git a/src/theme-conditions/advanced-example.md b/src/theme-conditions/advanced-example.md index fb8c491..cb52324 100644 --- a/src/theme-conditions/advanced-example.md +++ b/src/theme-conditions/advanced-example.md @@ -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' ) ) { diff --git a/src/theme-conditions/simple-example.md b/src/theme-conditions/simple-example.md index 3bc74a9..98cdc2f 100644 --- a/src/theme-conditions/simple-example.md +++ b/src/theme-conditions/simple-example.md @@ -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' ) ) { diff --git a/src/widgets/advanced-example.md b/src/widgets/advanced-example.md index bfef107..1bec9b9 100644 --- a/src/widgets/advanced-example.md +++ b/src/widgets/advanced-example.md @@ -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' ) ) { diff --git a/src/widgets/simple-example.md b/src/widgets/simple-example.md index 7652fe1..7ca4b66 100644 --- a/src/widgets/simple-example.md +++ b/src/widgets/simple-example.md @@ -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' ) ) {