Skip to content

Commit

Permalink
Bump version to 1.9.1
Browse files Browse the repository at this point in the history
* Bumps "Tested up to" version to 6.6
* Bumps minimum required PHP version to 7.4
* Bumps minimum required WP version to 5.8
* Update dependency package versions
  • Loading branch information
thebrandonallen committed Oct 14, 2024
1 parent 86c2e89 commit 14309cc
Show file tree
Hide file tree
Showing 9 changed files with 48 additions and 22 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).

## [Unreleased]

## [1.9.1](https://github.com/thebrandonallen/edit-author-slug/tree/1.9.1) - 2024-10-14
### Changed
* Bumps "Tested up to" version to 6.6
* Bumps minimum required PHP version to 7.4
* Bumps minimum required WP version to 5.8
* Update dependency package versions

## [1.9.0](https://github.com/thebrandonallen/edit-author-slug/tree/1.9.0) - 2023-10-17
### Changed
* Bumps "Tested up to" version to 6.4
Expand Down
15 changes: 11 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Edit Author Slug ![Build Status](https://github.com/thebrandonallen/edit-author-slug/actions/workflows/phpunit-tests.yml/badge.svg) #
**Contributors:** [thebrandonallen](https://profiles.wordpress.org/thebrandonallen/)
**Tags:** author, author base, author slug, user nicename, nicename, permalink, permalinks, slug, users, user, role, roles
**Requires at least:** 5.5
**Tested up to:** 6.4
**Requires PHP:** 7.0
**Stable tag:** 1.9.0
**Requires at least:** 5.8
**Tested up to:** 6.6
**Requires PHP:** 7.4
**Stable tag:** 1.9.1
**License:** GPLv2 or later
**License URI:** https://www.gnu.org/licenses/old-licenses/gpl-2.0.html

Expand Down Expand Up @@ -67,6 +67,13 @@ If this doesn't work, make sure you don't have any slug conflicts from other pos

## Changelog ##

### 1.9.1 ###
* Release date: 2024-10-14
* Bumps "Tested up to" version to 6.6
* Bumps minimum required PHP version to 7.4
* Bumps minimum required WP version to 5.8
* Update dependency package versions

### 1.9.0 ###
* Release date: 2023-10-17
* Bumps "Tested up to" version to 6.4
Expand Down
10 changes: 5 additions & 5 deletions edit-author-slug.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
* Author URI: https://github.com/thebrandonallen/
* Text Domain: edit-author-slug
* Domain Path: /languages
* Version: 1.9.0
* Requires at least: 5.5
* Requires PHP: 7.0
* Version: 1.9.1
* Requires at least: 5.8
* Requires PHP: 7.4
* License: GPLv2 or later
* License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
*
* Copyright (C) 2009-2023 Brandon Allen (https://github.com/thebrandonallen)
* Copyright (C) 2009-2024 Brandon Allen (https://github.com/thebrandonallen)
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand All @@ -32,7 +32,7 @@
* @package Edit_Author_Slug
* @subpackage Main
* @author Brandon Allen
* @version 1.9.0
* @version 1.9.1
*/

// Exit if accessed directly.
Expand Down
2 changes: 1 addition & 1 deletion includes/classes/class-ba-edit-author-slug.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class BA_Edit_Author_Slug {
* @since 1.4.0
* @var string
*/
const VERSION = '1.5.2';
const VERSION = '1.9.1';

/**
* The plugin version.
Expand Down
2 changes: 1 addition & 1 deletion js/edit-author-slug.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 9 additions & 4 deletions languages/edit-author-slug.pot
Original file line number Diff line number Diff line change
@@ -1,38 +1,43 @@
# Copyright (C) 2009-2023 Brandon Allen
# Copyright (C) 2009-2024 Brandon Allen
# This file is distributed under the same license as the Edit Author Slug package.
# Submit translations to https://translate.wordpress.org/projects/wp-plugins/edit-author-slug.
msgid ""
msgstr ""
"Project-Id-Version: Edit Author Slug 1.9.0\n"
"Project-Id-Version: Edit Author Slug 1.9.1\n"
"Report-Msgid-Bugs-To: https://github.com/thebrandonallen/edit-author-slug/issues\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2023-10-17T05:02:18+00:00\n"
"POT-Creation-Date: 2024-10-14T05:00:36+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.8.1\n"
"X-Generator: WP-CLI 2.11.0\n"
"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"
"X-Domain: edit-author-slug\n"

#. Plugin Name of the plugin
#: edit-author-slug.php
msgid "Edit Author Slug"
msgstr ""

#. Plugin URI of the plugin
#: edit-author-slug.php
msgid "https://github.com/thebrandonallen/edit-author-slug/"
msgstr ""

#. Description of the plugin
#: edit-author-slug.php
msgid "Allows an Admin (or capable user) to edit the author slug of a user, and change the Author Base. <em>i.e. - (WordPress default structure) http://example.com/author/username/ (Plugin allows) http://example.com/ninja/master-ninja/</em>"
msgstr ""

#. Author of the plugin
#: edit-author-slug.php
msgid "Brandon Allen"
msgstr ""

#. Author URI of the plugin
#: edit-author-slug.php
msgid "https://github.com/thebrandonallen/"
msgstr ""

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "edit-author-slug",
"version": "1.9.0",
"version": "1.9.1",
"main": "Gruntfile.js",
"author": "Brandon Allen",
"description": "Allows an admin (or capable user) to edit the author slug of a user, and change the author base.",
Expand Down
15 changes: 11 additions & 4 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
=== Edit Author Slug ===
Contributors: thebrandonallen
Tags: author, author base, author slug, user nicename, nicename, permalink, permalinks, slug, users, user, role, roles
Requires at least: 5.5
Tested up to: 6.4
Requires PHP: 7.0
Stable tag: 1.9.0
Requires at least: 5.8
Tested up to: 6.6
Requires PHP: 7.4
Stable tag: 1.9.1
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html

Expand Down Expand Up @@ -67,6 +67,13 @@ If this doesn't work, make sure you don't have any slug conflicts from other pos

== Changelog ==

= 1.9.1 =
* Release date: 2024-10-14
* Bumps "Tested up to" version to 6.6
* Bumps minimum required PHP version to 7.4
* Bumps minimum required WP version to 5.8
* Update dependency package versions

= 1.9.0 =
* Release date: 2023-10-17
* Bumps "Tested up to" version to 6.4
Expand Down

0 comments on commit 14309cc

Please sign in to comment.