File tree 1 file changed +2
-2
lines changed
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
86
86
87
87
## Backwards Compatibility
88
88
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:
90
90
91
91
``` php
92
92
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
98
98
}
99
99
```
100
100
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