Skip to content

Commit 5867bd3

Browse files
committed
Release new version 2.7.5
= 2.7.5 - 2025/06/19 = * This maintenance release has 1 bug fix * Fix - Make the _load_textdomain_just_in_time is called correctly
1 parent a6e0a8a commit 5867bd3

File tree

4 files changed

+15
-8
lines changed

4 files changed

+15
-8
lines changed

a3-lazy-load.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/*
33
Plugin Name: a3 Lazy Load
44
Description: Speed up your site and enhance frontend user's visual experience in PC's, Tablets and mobile with a3 Lazy Load.
5-
Version: 2.7.4
5+
Version: 2.7.5
66
Author: a3rev Software
77
Author URI: https://a3rev.com/
88
Requires at least: 6.0
@@ -31,7 +31,7 @@
3131

3232
define( 'A3_LAZY_LOAD_KEY', 'a3_lazy_load' );
3333
define( 'A3_LAZY_LOAD_PREFIX', 'a3_lazy_load_' );
34-
define( 'A3_LAZY_VERSION', '2.7.4' );
34+
define( 'A3_LAZY_VERSION', '2.7.5' );
3535
define( 'A3_LAZY_LOAD_G_FONTS', false );
3636

3737
use \A3Rev\LazyLoad\FrameWork;

admin/admin-pages/admin-settings-page.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ public function page_data() {
6363
$page_data = array(
6464
'type' => 'submenu',
6565
'parent_slug' => 'options-general.php',
66-
'page_title' => __('a3 Lazy Load','a3-lazy-load' ),
67-
'menu_title' => __('a3 Lazy Load','a3-lazy-load' ),
66+
'page_title' => __('a3 Lazy Load'),
67+
'menu_title' => __('a3 Lazy Load'),
6868
'capability' => 'manage_options',
6969
'menu_slug' => $this->menu_slug,
7070
'function' => 'a3_lazy_load_settings_page_show',

admin/settings/template-settings/global-settings.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,9 @@ public function __construct() {
8484
$this->subtab_init();
8585

8686
$this->form_messages = array(
87-
'success_message' => __( 'Settings successfully saved.', 'a3-lazy-load' ),
88-
'error_message' => __( 'Error: Settings can not save.', 'a3-lazy-load' ),
89-
'reset_message' => __( 'Settings successfully reseted.', 'a3-lazy-load' ),
87+
'success_message' => __( 'Settings successfully saved.' ),
88+
'error_message' => __( 'Error: Settings can not save.' ),
89+
'reset_message' => __( 'Settings successfully reseted.' ),
9090
);
9191

9292
add_action( $this->plugin_name . '-' . $this->form_key . '_settings_end', array( $this, 'include_script' ) );

readme.txt

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: a3rev, a3rev Software, nguyencongtuan
33
Tags: a3 lazy load, Lazy Loading, image lazy load, lazyload
44
Requires at least: 6.0
55
Tested up to: 6.8.1
6-
Stable tag: 2.7.4
6+
Stable tag: 2.7.5
77
License: GPLv3
88
License URI: http://www.gnu.org/licenses/gpl-3.0.html
99

@@ -202,6 +202,10 @@ Filter tags to add to class name of theme to exclude lazy load on images or vide
202202

203203
== Changelog ==
204204

205+
= 2.7.5 - 2025/06/19 =
206+
* This maintenance release has 1 bug fix
207+
* Fix - Make the _load_textdomain_just_in_time is called correctly
208+
205209
= 2.7.4 - 2025/06/17 =
206210
* This maintenance release has 1 bug fix and compatibility with WordPress 6.8.1
207211
* Tweak - Tested for compatibility with WordPress 6.8.1
@@ -646,6 +650,9 @@ Filter tags to add to class name of theme to exclude lazy load on images or vide
646650

647651
== Upgrade Notice ==
648652

653+
= 2.7.5 =
654+
* This maintenance release has 1 bug fix
655+
649656
= 2.7.4 =
650657
This maintenance release has 1 bug fix and compatibility with WordPress 6.8.1
651658

0 commit comments

Comments
 (0)