Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion 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": "@humanmade/authorship",
"version": "0.2.17",
"version": "0.3.0",
"description": "Authorship",
"private": true,
"main": "src/index.tsx",
Expand Down
2 changes: 1 addition & 1 deletion plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down