# 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.6] - 2021-02-10
### Added
- (To the WordPress plugins page) a more descriptive message when a plugin is not found in the WordPress plugin repo.
- Minor front-end error handling.

## [1.0.5] - 2020-06-04
### Added
- More descriptive messages when plugin fails minimum WordPress or PHP check.

## [1.0.4] - 2020-02-18
### Fixed
- Bug which was causing dates to display in the browser's default locale, rather than the WordPress user's locale.

## [1.0.3] - 2020-01-11
### Fixed
- Bug which was causing plugin to display a blank string for some plugins (instead of a date or an error message).

## [1.0.2] - 2020-01-06
### Fixed
- Performance bug which was causing admin plugins page to load very slowly.  
### Added
- Confirmed plugin is compatible with WordPress v5.3.2.  Modified readme.txt accordingly.

## [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.
