Skip to content

Commit c5e8710

Browse files
Update field dependencies version
1 parent 2db62fe commit c5e8710

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: src/form-fields/field-dependencies.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ class Elementor_Test_Field extends \ElementorPro\Modules\Forms\Fields\Field_Base
8686

8787
## Backwards Compatibility
8888

89-
Until Elementor 3.29, dependency declaration done using `$depended_scripts` and `$depended_styles` properties:
89+
Until Elementor 3.28, dependency declaration done using `$depended_scripts` and `$depended_styles` properties:
9090

9191
```php
9292
class Elementor_Test_Field extends \ElementorPro\Modules\Forms\Fields\Field_Base {
@@ -98,4 +98,4 @@ class Elementor_Test_Field extends \ElementorPro\Modules\Forms\Fields\Field_Base
9898
}
9999
```
100100

101-
If you need to support Elementor versions prior to 3.29, add these properties to the form field class with the required script/style handles.
101+
If you need to support Elementor versions prior to 3.28, add these properties to the form field class with the required script/style handles.

0 commit comments

Comments
 (0)