diff --git a/add-class-to-elementor-image.php b/add-class-to-elementor-image.php index eb7056c..3d20ccf 100644 --- a/add-class-to-elementor-image.php +++ b/add-class-to-elementor-image.php @@ -5,7 +5,7 @@ * Description: Simple plugin to add custom CSS class to Elementor image. * Author: EduardoVillao.me * Author URI: https://eduardovillao.me/ - * Version: 1.3.1 + * Version: 1.3.2 * Requires at least: 5.5 * Requires PHP: 7.0 * Text Domain: add-class-to-elementor-image @@ -81,7 +81,7 @@ public static function instance() { * @since 1.6 */ public function __clone() { - _doing_it_wrong( __FUNCTION__, esc_html__( 'Something went wrong.', 'add-class-to-elementor-image' ), '1.3.1' ); + _doing_it_wrong( __FUNCTION__, esc_html__( 'Something went wrong.', 'add-class-to-elementor-image' ), '1.3.2' ); } /** @@ -91,7 +91,7 @@ public function __clone() { * @since 1.6 */ public function __wakeup() { - _doing_it_wrong( __FUNCTION__, esc_html__( 'Something went wrong.', 'add-class-to-elementor-image' ), '1.3.1' ); + _doing_it_wrong( __FUNCTION__, esc_html__( 'Something went wrong.', 'add-class-to-elementor-image' ), '1.3.2' ); } /** diff --git a/readme.txt b/readme.txt index 3364e50..1817803 100755 --- a/readme.txt +++ b/readme.txt @@ -3,8 +3,8 @@ Contributors: EVCODE Donate link: https://eduardovillao.me/ Tags: elementor, custom class, elementor pro, image class, lazy load Requires at least: 5.5 -Tested up to: 6.5 -Stable tag: 1.3.1 +Tested up to: 6.7 +Stable tag: 1.3.2 Requires PHP: 7.0 License: GPLv2License URI:https://www.gnu.org/licenses/gpl-2.0.html @@ -43,6 +43,10 @@ Please, send to me: [plugins@eduardovillao.me](mailto:plugins@eduardovillao.me) == Changelog == += 1.3.2 = +* Changed: compatibility with WordPress 6.7. +* Changed: code improvements. + = 1.3.1 = * Changed: compatibility with WordPress 6.5. * Changed: code improvements.