Skip to content

Commit

Permalink
chore: compatibility with wp 6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardovillao committed Nov 5, 2024
1 parent eed630c commit 013a125
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
6 changes: 3 additions & 3 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.3.1
* Version: 1.3.2
* Requires at least: 5.5
* Requires PHP: 7.0
* Text Domain: add-class-to-elementor-image
Expand Down Expand Up @@ -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' );
}

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

/**
Expand Down
8 changes: 6 additions & 2 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.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
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 013a125

Please sign in to comment.