Super simple WordPress plugin to display changelogs, or release notes, on your site.
Each changelog post is assigned to a Project taxonomy and displayed on a page with the same name/slug. You can change which post type the changelogs are associated with on the plugin's Settings page.
- WordPress 3.8, tested up to 4.4
- Download the latest tagged archive (choose the "zip" option).
- Go to the Plugins -> Add New screen and click the Upload tab.
- Upload the zipped archive directly.
- Go to the Plugins screen and click Activate.
- Download the latest tagged archive (choose the "zip" option).
- Unzip the archive.
- Copy the folder to your
/wp-content/plugins/
directory. - Go to the Plugins screen and click Activate.
Check out the Codex for more information about installing plugins manually.
Using git, browse to your /wp-content/plugins/
directory and clone this repository:
git clone git@github.com:robincornett/easy-changelog.git
Then go to your Plugins screen and click Activate.
Navigate to the Changelogs > Settings page and enter a new value for the heading.
On the Changelogs > Settings page, you can assign the changelog posts to any registered post type.
Please make sure that the slug (not the name) of the Project matches the slug of the page to which you want it associated.
- Built by Robin Cornett
- Initial release on Github