Skip to content

Commit

Permalink
v1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardovillao committed Nov 4, 2022
1 parent 601540c commit de9203d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
8 changes: 4 additions & 4 deletions add-class-to-elementor-image.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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' );
}

/**
Expand All @@ -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' );
}

/**
Expand Down Expand Up @@ -192,4 +192,4 @@ public function add_custom_class( $html, $settings, $image_size_key, $image_key
}
}

ACEI_Init::instance();
ACEI_Init::instance();
9 changes: 6 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -43,6 +43,9 @@ Please, send to me: [[email protected]](mailto:[email protected])

== Changelog ==

= 1.2.3 =
Changed: Compatibility with WordPress 6.1.

= 1.2.2 =
Changed: Compatibility with WordPress 6.0.

Expand All @@ -60,4 +63,4 @@ Changed: Compatibility with WordPress 6.0.
* Add support to "Image Box" Widget.

= 1.0 =
* Initial release.
* Initial release.

0 comments on commit de9203d

Please sign in to comment.