Skip to content

Releases: DavidAnderson684/simba-plugin-manager-updater

1.4.6 release

09 Sep 15:03
Compare
Choose a tag to compare
  • FEATURE: Can now process update info received back on the initial claim, resulting in one less HTTP round-trip and any initial updates showing up quicker. Requires version 1.6.6 or later of the Simba Plugin Updates Manager plugin for the update info to be included.

1.4.5 release

09 Sep 13:07
Compare
Choose a tag to compare
  • TWEAK: docblocks on every function
  • TWEAK: remove some unused code
  • TWEAK: correct some formatting in the readme file

1.4.4 release

05 Aug 15:20
Compare
Choose a tag to compare
  • TWEAK: Send siteinfo on initial claim, not just on update checks

1.4.3 release

01 Aug 12:07
Compare
Choose a tag to compare
  • TWEAK: Disconnect if their email address was not recognised upon disconnect attempt; they probably changed it (and they're not going to be able to get any updates if it's not recognised anyway

1.4.2 release

22 Jul 22:56
Compare
Choose a tag to compare
  • TWEAK: Removes a couple of redundant query variables that were being sent in the request with 1.4.1

1.4.1 release

22 Jul 22:35
Compare
Choose a tag to compare
  • Update to using version 4.2 of plugin-updater-checker
  • Add a die() if the class file is visited directly

1.4.0 release

24 May 11:39
Compare
Choose a tag to compare

This release adds a new feature:

  • The udmupdater_wp_api_options filter has been added to allow easy modification of parameters to wp_remote_* calls. Note that you may also wish to use the puc_request_info_options-(slug) filter that the base updates checker class uses if you need to catch all calls.

In accordance with semantic versionning principles, the minor version has been updated. You will want to update the class that you instantiate in your code to Updraft_Manager_Updater_1_4. There are no breaking changes.

1.3.6 release

23 May 15:23
Compare
Choose a tag to compare

This release fixes a bug which could prevent the updates class fully loading, and as a result no updates being shown. As such, it is strongly recommended to update to it.

1.3.5 release

10 May 11:55
Compare
Choose a tag to compare
  • Fix a wrong variable reference in 1.3.4

1.3.4 release

10 May 11:44
Compare
Choose a tag to compare
  • Allow the developer to change the noun 'password' in user-visible text (e.g. call it a licence key)