This commit is contained in:
erwanlr
2019-11-16 11:18:23 +00:00
parent b4d7a8490b
commit 7e72ba2885
15 changed files with 4460 additions and 1 deletions

View File

@@ -0,0 +1,17 @@
# Changelog
All notable changes to the Outdated Plugin Notifier project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [1.0.1] - 2019-11-05
### Added
- Confirmed plugin is compatible with WordPress v5.3. Modified readme.txt accordingly.
### Fixed
- Incorrect text domain was specified, preventing translations from being properly added. The correct text domain is now specified, so translations can now be added as expected.
### Fixed
- Minor issue relating to the WP plugin repository.
## [1.0.0] - 2019-10-07
### Added
- Initial plugin version added to WP plugin repository.