Stable versions are available on the Hypothesis plugin page on WordPress.org.
This plugin can be installed with composer, from the standard package registry (packagist.org)
composer require hypothesis/wp-hypothesis
php
and the dom
and mbstring
extensions.make dev
. This will start a local WordPress instance with this plugin mounted on it.Follow these steps to publish a new plugin version.
hypothesis.php
, readme.txt
and package.json
Changelog
section.main
branch[^1]. We use Semantic Versioning.[!NOTE] The package will be automatically published in packagist.org just by pushing the new git tag.
Create a new GitHub release with these values:
main
branch (your just-merged version bump should be at the tip)[^2]. The tag should match the version number, e.g. v5.2.1
.Auto-generate release notes
button to generate release notes and edit as needed. We use Keep a Changelog formatting.[^3][^1]: Unlike other PRs, a version-bump PR does not require review. But do wait for CI to complete first. [^2]: You can create a tag manually as a separate step if you want to tag a non-tip commit. [^3]: You can look at release notes for other recent releases as exemplars. You don't need to include every change (especially, e.g., dependency updates).