-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a changelog and version string to the class file.
- Loading branch information
1 parent
e996816
commit d570cda
Showing
2 changed files
with
26 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |