Skip to content

Commit d7ef595

Browse files
Bump version to 1.9.2
Also, bumps "Tested up to" to WP 6.8.
1 parent 4599d14 commit d7ef595

File tree

9 files changed

+33
-15
lines changed

9 files changed

+33
-15
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
55

66
## [Unreleased]
77

8+
## [1.9.2](https://github.com/thebrandonallen/edit-author-slug/tree/1.9.2) - 2025-05-27
9+
### Changed
10+
* Bumps "Tested up to" version to 6.8
11+
* Fixes issue where `load_plugin_textdomain` was called too early.
12+
* Update dependency package versions
13+
814
## [1.9.1](https://github.com/thebrandonallen/edit-author-slug/tree/1.9.1) - 2024-10-14
915
### Changed
1016
* Bumps "Tested up to" version to 6.6

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
**Contributors:** [thebrandonallen](https://profiles.wordpress.org/thebrandonallen/)
33
**Tags:** author, author base, author slug, user nicename, nicename, permalink, permalinks, slug, users, user, role, roles
44
**Requires at least:** 5.8
5-
**Tested up to:** 6.6
5+
**Tested up to:** 6.8
66
**Requires PHP:** 7.4
7-
**Stable tag:** 1.9.1
7+
**Stable tag:** 1.9.2
88
**License:** GPLv2 or later
99
**License URI:** https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
1010

@@ -67,6 +67,12 @@ If this doesn't work, make sure you don't have any slug conflicts from other pos
6767

6868
## Changelog ##
6969

70+
### 1.9.2 ###
71+
* Release date: 2025-05-27
72+
* Bumps "Tested up to" version to 6.8
73+
* Fixes issue where `load_plugin_textdomain` was called too early.
74+
* Update dependency package versions
75+
7076
### 1.9.1 ###
7177
* Release date: 2024-10-14
7278
* Bumps "Tested up to" version to 6.6

edit-author-slug.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
* Author URI: https://github.com/thebrandonallen/
88
* Text Domain: edit-author-slug
99
* Domain Path: /languages
10-
* Version: 1.9.1
10+
* Version: 1.9.2
1111
* Requires at least: 5.8
1212
* Requires PHP: 7.4
1313
* License: GPLv2 or later
1414
* License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
1515
*
16-
* Copyright (C) 2009-2024 Brandon Allen (https://github.com/thebrandonallen)
16+
* Copyright (C) 2009-2025 Brandon Allen (https://github.com/thebrandonallen)
1717
*
1818
* This program is free software; you can redistribute it and/or modify
1919
* it under the terms of the GNU General Public License as published by
@@ -32,7 +32,7 @@
3232
* @package Edit_Author_Slug
3333
* @subpackage Main
3434
* @author Brandon Allen
35-
* @version 1.9.1
35+
* @version 1.9.2
3636
*/
3737

3838
// Exit if accessed directly.

includes/classes/class-ba-edit-author-slug.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class BA_Edit_Author_Slug {
2727
* @since 1.4.0
2828
* @var string
2929
*/
30-
const VERSION = '1.9.1';
30+
const VERSION = '1.9.2';
3131

3232
/**
3333
* The plugin version.

js/edit-author-slug.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

languages/edit-author-slug.pot

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
# Copyright (C) 2009-2024 Brandon Allen
1+
# Copyright (C) 2009-2025 Brandon Allen
22
# This file is distributed under the same license as the Edit Author Slug package.
33
# Submit translations to https://translate.wordpress.org/projects/wp-plugins/edit-author-slug.
44
msgid ""
55
msgstr ""
6-
"Project-Id-Version: Edit Author Slug 1.9.1\n"
6+
"Project-Id-Version: Edit Author Slug 1.9.2\n"
77
"Report-Msgid-Bugs-To: https://github.com/thebrandonallen/edit-author-slug/issues\n"
88
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
99
"Language-Team: LANGUAGE <LL@li.org>\n"
1010
"MIME-Version: 1.0\n"
1111
"Content-Type: text/plain; charset=UTF-8\n"
1212
"Content-Transfer-Encoding: 8bit\n"
13-
"POT-Creation-Date: 2024-10-14T05:00:36+00:00\n"
13+
"POT-Creation-Date: 2025-05-27T03:32:00+00:00\n"
1414
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1515
"X-Generator: WP-CLI 2.11.0\n"
1616
"X-Poedit-KeywordsList: __:1,2d;_e:1,2d;_x:1,2c,3d;_n:1,2,4d;_ex:1,2c,3d;_nx:1,2,4c,5d;esc_attr__:1,2d;esc_attr_e:1,2d;esc_attr_x:1,2c,3d;esc_html__:1,2d;esc_html_e:1,2d;esc_html_x:1,2c,3d;_n_noop:1,2,3d;_nx_noop:1,2,3c,4d\n"

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "edit-author-slug",
3-
"version": "1.9.1",
3+
"version": "1.9.2",
44
"main": "Gruntfile.js",
55
"author": "Brandon Allen",
66
"description": "Allows an admin (or capable user) to edit the author slug of a user, and change the author base.",

readme.txt

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
Contributors: thebrandonallen
33
Tags: author, author base, author slug, user nicename, nicename, permalink, permalinks, slug, users, user, role, roles
44
Requires at least: 5.8
5-
Tested up to: 6.6
5+
Tested up to: 6.8
66
Requires PHP: 7.4
7-
Stable tag: 1.9.1
7+
Stable tag: 1.9.2
88
License: GPLv2 or later
99
License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
1010

@@ -67,6 +67,12 @@ If this doesn't work, make sure you don't have any slug conflicts from other pos
6767

6868
== Changelog ==
6969

70+
= 1.9.2 =
71+
* Release date: 2025-05-27
72+
* Bumps "Tested up to" version to 6.8
73+
* Fixes issue where `load_plugin_textdomain` was called too early.
74+
* Update dependency package versions
75+
7076
= 1.9.1 =
7177
* Release date: 2024-10-14
7278
* Bumps "Tested up to" version to 6.6

0 commit comments

Comments
 (0)