-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathchangelog.txt
40 lines (32 loc) · 1.56 KB
/
changelog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# 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.