File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
9292class 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.
You can’t perform that action at this time.
0 commit comments