diff --git a/add-class-to-elementor-image.php b/add-class-to-elementor-image.php index 20724a0..14bd5d9 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.2.2 + * Version: 1.2.3 * Requires at least: 5.4 * Requires PHP: 7.0 * Text Domain: add-class-to-elementor-image @@ -82,7 +82,7 @@ public static function instance() { */ public function __clone() { // Cloning instances of the class is forbidden. - _doing_it_wrong( __FUNCTION__, esc_html__( 'Something went wrong.', 'add-class-to-elementor-image' ), '1.2.2' ); + _doing_it_wrong( __FUNCTION__, esc_html__( 'Something went wrong.', 'add-class-to-elementor-image' ), '1.2.3' ); } /** @@ -93,7 +93,7 @@ public function __clone() { */ public function __wakeup() { // Unserializing instances of the class is forbidden. - _doing_it_wrong( __FUNCTION__, esc_html__( 'Something went wrong.', 'add-class-to-elementor-image' ), '1.2.2' ); + _doing_it_wrong( __FUNCTION__, esc_html__( 'Something went wrong.', 'add-class-to-elementor-image' ), '1.2.3' ); } /** @@ -192,4 +192,4 @@ public function add_custom_class( $html, $settings, $image_size_key, $image_key } } -ACEI_Init::instance(); \ No newline at end of file +ACEI_Init::instance(); diff --git a/readme.txt b/readme.txt index e62f81c..e093d53 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.4 -Tested up to: 6.0 -Stable tag: 1.2.2 +Tested up to: 6.1 +Stable tag: 1.2.3 Requires PHP: 7.0 License: GPLv2License URI:https://www.gnu.org/licenses/gpl-2.0.html @@ -43,6 +43,9 @@ Please, send to me: [plugins@eduardovillao.me](mailto:plugins@eduardovillao.me) == Changelog == += 1.2.3 = +Changed: Compatibility with WordPress 6.1. + = 1.2.2 = Changed: Compatibility with WordPress 6.0. @@ -60,4 +63,4 @@ Changed: Compatibility with WordPress 6.0. * Add support to "Image Box" Widget. = 1.0 = -* Initial release. \ No newline at end of file +* Initial release.