Hey all! We are getting ready to release version 3.7.
If you are a developer who extends Elementor please review the below changes to keep your plugin up and running.
Here are the planned deprecations:
PHP
Functions & Methods
Deletion
When a function/method is on deletion phase, it means that the function/method will not work anymore, and will most likely throw a Fatal Error when it’s called.
Function / Method Name | Changes made |
License\Admin::is_license_about_to_expire() Pro Plugin | Replaced by: License\Api::is_license_about_to_expire() Located in: license/admin.php Soft deprecation version: 2.9.0 Hard deprecation version: 3.3.0 |