Releases: DavidAnderson684/simba-plugin-manager-updater
Releases · DavidAnderson684/simba-plugin-manager-updater
1.8.4 release
- LANGUAGES: Spanish translations added, gracias a Yordan Soares.
1.8.3 release
- TWEAK: composer.json now wants the 4.9 release of the dependency https://github.com/YahnisElsts/plugin-update-checker, thus inheriting the improvements there.
1.8.2 release
- TWEAK: composer.json now wants the 4.7 release of the dependency https://github.com/YahnisElsts/plugin-update-checker, thus inheriting the improvements there.
1.8.1 release
- TWEAK:
composer.json
now wants the 4.6 release of the dependency https://github.com/YahnisElsts/plugin-update-checker, thus inheriting the improvements there (including suppressing unnecessary updates checks).
1.8.0 release
- TWEAK: The class constructor has a new signature. See UPGRADING.MD for all details; but, the fourth parameter (which you may not have used) is now an array for specifying options, and further parameters are abolished. A new parameter, require_login, has been introduced. It defaults in 1.8.0 to true (retaining the previous behaviour), but may change in future, so set it if you have a preference. If false, then updates checks will be made even if no credentials have (yet) been provided. This will enable showing updates information (but not actual updating) even when people have not authenticated, which may motivate them to authenticate.
1.6.1 release
- TWEAK: Added nl_NL translation, courtesy of Jeroen Crins
1.6.0 release
- Add a .pot file for translations
- Update yahnis-elsts/plugin-update-checker dependency to 4.5, necessitating our own version and class name bump (Updraft_Manager_Updater_1_6)
1.5.10 release
- FIX: The scanning for a "Tested up to" version number in the readme.txt had a faulty regex.
1.5.9 release
- FIX: A regression had prevented the including of update information (preventing an extra HTTP round-trip) in the claim response from working
1.5.8 release
- TWEAK: prevent a potential PHP notice (actually the one that 1.5.7 was meant to prevent)