Skip to content

Commit 059fb85

Browse files
authored
Merge pull request #183 from humanmade/release-v0.3.0
The v0.3.0 Release
2 parents 00591da + 87a662a commit 059fb85

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ These are the steps to take to release a new version of Authorship (for contribu
7878

7979
### For Release
8080

81-
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`
81+
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`
8282
1. Push to a new release branch, eg: `git checkout -b release-vxxx` and then `git push`
8383
1. Create a new pull-request from that branch, eg: `hub pull-request`
8484
1. Wait until (and ensure that) [the build passes](https://github.com/humanmade/authorship/actions)

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Authorship
22

3-
Stable tag: 0.2.17
4-
Requires at least: 5.4
5-
Tested up to: 6.9
3+
Stable tag: 0.3.0
4+
Requires at least: 5.4
5+
Tested up to: 6.9
66
Requires PHP: 8.2
77
License: GPL v3 or later
8-
Contributors: johnbillion, humanmade
8+
Contributors: johnbillion, humanmade
99

1010
A modern approach to author attribution in WordPress.
1111

@@ -261,7 +261,7 @@ The following custom user capabilities are used by Authorship. These can be gran
261261

262262
## Contributing
263263

264-
Code contributions, feedback, and feature suggestions are very welcome. See [CONTRIBUTING.md](https://github.com/humanmade/authorship/blob/master/CONTRIBUTING.md) for more details.
264+
Code contributions, feedback, and feature suggestions are very welcome. See [CONTRIBUTING.md](./CONTRIBUTING.md) for more details.
265265

266266
## Team
267267

package-lock.json

Lines changed: 1 addition & 1 deletion
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": "@humanmade/authorship",
3-
"version": "0.2.17",
3+
"version": "0.3.0",
44
"description": "Authorship",
55
"private": true,
66
"main": "src/index.tsx",

plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*
1010
* Plugin Name: Authorship
1111
* Description: Authorship plugin for WordPress.
12-
* Version: 0.2.17
12+
* Version: 0.3.0
1313
* Plugin URI: https://github.com/humanmade/authorship
1414
* Author: Human Made, initially funded by Siemens.
1515
* Author URI: https://humanmade.com/

0 commit comments

Comments
 (0)