-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4 from eduardovillao/wp-6.5-compatibility
Support to wp 6.5
- Loading branch information
Showing
2 changed files
with
16 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,9 +2,9 @@ | |
Contributors: EVCODE | ||
Donate link: https://eduardovillao.me/ | ||
Tags: elementor, custom class, elementor pro, image class, lazy load | ||
Requires at least: 5.4 | ||
Tested up to: 6.3 | ||
Stable tag: 1.3 | ||
Requires at least: 5.5 | ||
Tested up to: 6.5 | ||
Stable tag: 1.3.1 | ||
Requires PHP: 7.0 | ||
License: GPLv2License | ||
URI:https://www.gnu.org/licenses/gpl-2.0.html | ||
|
@@ -43,18 +43,22 @@ Please, send to me: [[email protected]](mailto:[email protected]) | |
|
||
== Changelog == | ||
|
||
= 1.3.1 = | ||
* Changed: compatibility with WordPress 6.5. | ||
* Changed: code improvements. | ||
|
||
= 1.3 = | ||
Fix: do not workin on the latest versions of Elementor. | ||
Changed: Compatibility with WordPress 6.3. | ||
* Fix: do not working on the latest versions of Elementor. | ||
* Changed: Compatibility with WordPress 6.3. | ||
|
||
= 1.2.4 = | ||
Changed: Compatibility with WordPress 6.2. | ||
* Changed: Compatibility with WordPress 6.2. | ||
|
||
= 1.2.3 = | ||
Changed: Compatibility with WordPress 6.1. | ||
* Changed: Compatibility with WordPress 6.1. | ||
|
||
= 1.2.2 = | ||
Changed: Compatibility with WordPress 6.0. | ||
* Changed: Compatibility with WordPress 6.0. | ||
|
||
= 1.2.1 = | ||
* Fix php notice "Undefined index: cei_image_custom_class" in some cases. | ||
|