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) diff --git a/README.md b/README.md index 78e62ea..90b94df 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 +Stable tag: 0.3.0 +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. @@ -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 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/