Skip to content

Commit

Permalink
Add a changelog and version string to the class file.
Browse files Browse the repository at this point in the history
  • Loading branch information
pattonwebz committed Feb 10, 2019
1 parent e996816 commit d570cda
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
3 changes: 2 additions & 1 deletion AbstractPostType.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@
* class before calling 'register'.
*
* @package PattonWebz Post Type Registration Class
* @version 0.2.0
* @since 0.1.0
* @author William Patton <will@pattonwebz.com>
* @copyright Copyright (c) 2018, William Patton
* @copyright Copyright (c) 2018-2019, William Patton
* @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
*/

Expand Down
24 changes: 24 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Change Log for the PattonWebz Post Type Registration Class

All notable changes to this project will be documented in this file.

This projects tries to adhere to [Semantic Versioning](https://semver.org/) and [Keep a CHANGELOG](https://keepachangelog.com/).

## [Unreleased]

_No documentation available about unreleased changes as of yet._

## [0.1.0] - 2018

- Initial Version

## [0.2.0] - 2019-02-10

### Fixed

- Corrected reference to `$label` property in `get_labels()`.

### Changes

- When the `$name` property is used to backfill the `label` arg is has the first letter uppercased.
- Post Types now register as `public` by default.

0 comments on commit d570cda

Please sign in to comment.