Skip to content

jamiemitchell/easy-changelog

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Easy Changelog

Super simple WordPress plugin to display changelogs, or release notes, on your site.

Description

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.

Requirements

  • WordPress 3.8, tested up to 4.1

Installation

Upload

  1. Download the latest tagged archive (choose the "zip" option).
  2. Go to the Plugins -> Add New screen and click the Upload tab.
  3. Upload the zipped archive directly.
  4. Go to the Plugins screen and click Activate.

Manual

  1. Download the latest tagged archive (choose the "zip" option).
  2. Unzip the archive.
  3. Copy the folder to your /wp-content/plugins/ directory.
  4. Go to the Plugins screen and click Activate.

Check out the Codex for more information about installing plugins manually.

Git

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.

Frequently Asked Questions

How do I change the "Changelog" heading?

Navigate to the Changelogs > Settings page and enter a new value for the heading.

What if I want the Changelog posts to be attached to a different post type, not pages?

On the Changelogs > Settings page, you can assign the changelog posts to any registered post type.

Um. My changelog posts are not showing up on the page/post/whatever I've selected.

Please make sure that the slug (not the name) of the Project matches the slug of the page to which you want it associated.

Credits

Changelog

1.0.0

  • Initial release on Github

About

Super simple WordPress plugin to display changelogs, or release notes, on your site.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 98.6%
  • JavaScript 1.4%