Skip to content

Releases: skaut/wordpress-version-checker

Version 2.2.1

21 Jun 21:32
v2.2.1
3f83f26
Compare
Choose a tag to compare

What's Changed

  • Updated GitHub API libraries

Full Changelog: v2.2.0...v2.2.1

Version 2.2.0

22 May 12:21
v2.2.0
b67bc31
Compare
Choose a tag to compare

What's Changed

  • Running on Node 20

Full Changelog: v2.1.0...v2.2.0

v2.1.0

21 May 13:58
v2.1.0
28bd379
Compare
Choose a tag to compare

What's Changed

  • Fixed parsing of readmes with trailing whitespace
  • Added src/readme.txt and readmes with .md extension to defaults

New Contributors

Full Changelog: v2.0.0...v2.1.0

Version 2.0.0

30 Aug 13:07
v2.0.0
1657fa7
Compare
Choose a tag to compare

BREAKING CHANGES

  • The default WordPress update channel is now "RC". To keep the original behaviour, set channel: "stable" in your .wordpress-version-checker.json

Full Changelog: v1.5.1...v2.0.0

Version 1.5.1

30 Aug 13:05
v1.5.1
bc6165d
Compare
Choose a tag to compare

What's Changed

  • Fixed parsing of readmes with Windows linebreaks

Full Changelog: v1.5.0...v1.5.1

Version 1.5.0

09 Aug 12:04
v1.5.0
83a1a3b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.2...v1.5.0

Version 1.4.2

08 Jul 16:56
v1.4.2
810619e
Compare
Choose a tag to compare

What's Changed

  • Fixed errors with WordPress version parsing which were caused by a change to how WordPress reports its versions

Full Changelog: v1.4.1...v1.4.2

Version 1.4.1

28 Jun 08:42
v1.4.1
fc17ebb
Compare
Choose a tag to compare

What's Changed

  • Fixed parsing of readme with multiple spaces after :

Full Changelog: v1.4.0...v1.4.1

Version 1.4.0

25 May 12:57
v1.4.0
1c0163c
Compare
Choose a tag to compare

New functionality:

  • Added the option to start reporting an upcoming WordPress version even before its release, when it reaches the "Release Candidate" phase.
    • In an upcoming release, it will also be possible to start reporting when the first beta versions are released
    • The default value will change to start reporting in the "Release candidate" phase in version 2.0.0
    • More details in the readme
  • The config readme field can now be an array of paths to scan for the readme file.
  • All config fields are now optional

Minor changes:

  • More resilient error reporting on invalid config

Version 1.3.0

08 Apr 20:53
v1.3.0
3d496ca
Compare
Choose a tag to compare
  • The bot now adds an explanatory comment on issues before closing them