From 20cfed176fb3133915cb12c92229a62bd5118a9e Mon Sep 17 00:00:00 2001 From: "K. Adam White" Date: Mon, 13 Apr 2026 10:26:47 -0500 Subject: [PATCH 1/4] README: Fix CONTRIBUTING.md link after base branch name change --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 78e62ea..6d217cf 100644 --- a/README.md +++ b/README.md @@ -261,7 +261,7 @@ The following custom user capabilities are used by Authorship. These can be gran ## Contributing -Code contributions, feedback, and feature suggestions are very welcome. See [CONTRIBUTING.md](https://github.com/humanmade/authorship/blob/master/CONTRIBUTING.md) for more details. +Code contributions, feedback, and feature suggestions are very welcome. See [CONTRIBUTING.md](./CONTRIBUTING.md) for more details. ## Team From 973373b16ea9234215cd62ce621ce4a76d1de34c Mon Sep 17 00:00:00 2001 From: "K. Adam White" Date: Mon, 13 Apr 2026 10:34:02 -0500 Subject: [PATCH 2/4] README: Restore and normalize line-ending space in README header This is necessary to keep the line breaks displaying properly --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6d217cf..5b40c6d 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ # Authorship Stable tag: 0.2.17 -Requires at least: 5.4 -Tested up to: 6.9 +Requires at least: 5.4 +Tested up to: 6.9 Requires PHP: 8.2 License: GPL v3 or later -Contributors: johnbillion, humanmade +Contributors: johnbillion, humanmade A modern approach to author attribution in WordPress. From b367f6952a1c64007b4360f826df5ad21bed1d8c Mon Sep 17 00:00:00 2001 From: "K. Adam White" Date: Mon, 13 Apr 2026 10:36:52 -0500 Subject: [PATCH 3/4] CONTRIBUTING.md: Fix typo in version bump instructions --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4d6a079..7e7f685 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -78,7 +78,7 @@ These are the steps to take to release a new version of Authorship (for contribu ### For Release -1. Bump and commit the plugin version number using `npm run bump:{INCEMENTOR}`, eg: `npm run bump:patch`, `npm run bump:minor`, or `npm run bump:major` +1. Bump and commit the plugin version number using `npm run bump:{INCREMENTOR}`, eg: `npm run bump:patch`, `npm run bump:minor`, or `npm run bump:major` 1. Push to a new release branch, eg: `git checkout -b release-vxxx` and then `git push` 1. Create a new pull-request from that branch, eg: `hub pull-request` 1. Wait until (and ensure that) [the build passes](https://github.com/humanmade/authorship/actions) From 87a662ae057874cfd6b3c2dbd73c57a4f3514ff0 Mon Sep 17 00:00:00 2001 From: "K. Adam White" Date: Mon, 13 Apr 2026 10:37:07 -0500 Subject: [PATCH 4/4] The v0.3.0 release --- README.md | 2 +- package-lock.json | 2 +- package.json | 2 +- plugin.php | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5b40c6d..90b94df 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Authorship -Stable tag: 0.2.17 +Stable tag: 0.3.0 Requires at least: 5.4 Tested up to: 6.9 Requires PHP: 8.2 diff --git a/package-lock.json b/package-lock.json index fa6e0b9..aba6aa0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@humanmade/authorship", - "version": "0.2.17", + "version": "0.3.0", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index 6cd5c01..31dd9a9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@humanmade/authorship", - "version": "0.2.17", + "version": "0.3.0", "description": "Authorship", "private": true, "main": "src/index.tsx", diff --git a/plugin.php b/plugin.php index f8d952f..5141ae9 100644 --- a/plugin.php +++ b/plugin.php @@ -9,7 +9,7 @@ * * Plugin Name: Authorship * Description: Authorship plugin for WordPress. - * Version: 0.2.17 + * Version: 0.3.0 * Plugin URI: https://github.com/humanmade/authorship * Author: Human Made, initially funded by Siemens. * Author URI: https://humanmade.com/