This commit is contained in:
erwanlr
2019-07-13 11:57:18 +01:00
parent 16a3d54cb6
commit a5b9470636
6 changed files with 1210 additions and 4 deletions

View File

@@ -0,0 +1,27 @@
# Enter Title Here Changer Changelog
## [0.3.0] - July 9, 2019
- Improved: More information is added to readme.txt files
- Removed: Remove support for GitHub Updater
- Changed: Plugin URI has been change to the WordPress repos URI
- Fixed: Fix the undefined error when trying to create a new quick draft in dashboard
[0.3.0]: https://github.com/TremiDkhar/enter-title-here-changer/compare/0.2.0...0.3.0
## [0.2.0] - July 8, 2019
- Uploaded to WordPress.org - `Birthday of Enter Title Here Changer`
- Improved: Club all the settings functions inside settings class
- Removed: Remove unnecessary methods
[0.2.0]: https://github.com/TremiDkhar/enter-title-here-changer/compare/0.1.1...0.2.0
## [0.1.1] - July 7, 2019
- Added: Add support for Custom Post Type
- Added: Add uninstaller settings to delete data when plugin is removed
- Added: Add default plugin data
- Fixed: Check the settings is set before output in the settings field
[0.1.1]: https://github.com/TremiDkhar/enter-title-here-changer/compare/0.1.0...0.1.1
## 0.1.0 - July 5, 2019
- Initial Release