diff --git a/AbstractPostType.php b/AbstractPostType.php index 2aa857a..bcaaad1 100644 --- a/AbstractPostType.php +++ b/AbstractPostType.php @@ -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 - * @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 */ diff --git a/changelog.md b/changelog.md new file mode 100644 index 0000000..8117b62 --- /dev/null +++ b/changelog.md @@ -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.