Skip to content

Commit 0dbc509

Browse files
authored
WP6.7 - Fix load_plugin_textdomain (#604)
* resolves #603 * update version for testing * update version and readme
1 parent e68b475 commit 0dbc509

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

boldgrid-backup.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* Plugin Name: Total Upkeep
1717
* Plugin URI: https://www.boldgrid.com/boldgrid-backup/
1818
* Description: Automated backups, remote backup to Amazon S3 and Google Drive, stop website crashes before they happen and more. Total Upkeep is the backup solution you need.
19-
* Version: 1.16.5
19+
* Version: 1.16.6
2020
* Author: BoldGrid
2121
* Author URI: https://www.boldgrid.com/
2222
* License: GPL-2.0+

includes/class-boldgrid-backup.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ private function load_dependencies() {
349349
private function set_locale() {
350350
$plugin_i18n = new Boldgrid_Backup_I18n();
351351

352-
$this->loader->add_action( 'plugins_loaded', $plugin_i18n, 'load_plugin_textdomain' );
352+
$this->loader->add_action( 'after_setup_theme', $plugin_i18n, 'load_plugin_textdomain' );
353353
}
354354

355355
/**

readme.txt

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
Contributors: boldgrid, joemoto, imh_brad, rramo012, bgnicolepaschen, jamesros161, joe9663, weaponx13, jessecowens
33
Tags: backup, cloud backup, database backup, restore, wordpress backup
44
Requires at least: 5.0
5-
Tested up to: 6.6
5+
Tested up to: 6.7
66
Requires PHP: 5.4
7-
Stable tag: 1.16.5
7+
Stable tag: 1.16.6
88
License: GPLv2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010

@@ -132,6 +132,10 @@ Have a problem? First, take a look at our [Getting Started](https://www.boldgrid
132132

133133
== Changelog ==
134134

135+
= 1.16.6 =
136+
Release Date: Nov 7, 2024
137+
* Bug Fix: WP 6.7 - Function load_plugin_textdomain was called incorrectly [#603](https://github.com/BoldGrid/boldgrid-backup/issues/603)
138+
135139
= 1.16.5 =
136140
Release Date: Sept 25th, 2024
137141
* Bug Fix: Total Upkeep Disables Buttons in AIOSEO admin pages [#598](https://github.com/BoldGrid/boldgrid-backup/issues/598)

0 commit comments

Comments
 (0)