Skip to content
This repository has been archived by the owner on May 29, 2020. It is now read-only.

Releases: audrasjb/wp-autoupdates

0.4.0-alpha

24 Mar 22:20
4a44ec9
Compare
Choose a tag to compare
0.4.0-alpha Pre-release
Pre-release

0.4.0 Alpha version before switching to https://github.com/WordPress/auto-updates new repository.

0.3.0 🦉

16 Mar 22:02
Compare
Choose a tag to compare

March 16, 2020

  • Add functions to handle plugins updates notification emails - #54
  • Remove update time text after manual update - #43
  • Ensure "Automatic Updates" column is not added if no content would be output in the column - #57
  • Specific messages for delayed or disabled cron events - #58
  • Prevent mis-match between count in Auto-updates Enabled view and the number of plugins displayed for that view by applying 'all_plugins' filter before computing that count. - #59

0.2.1 🐜

11 Mar 14:38
Compare
Choose a tag to compare

March 11, 2020

  • Prevent "PHP Notice: Undefined index: plugin_status" when adding the autoupdates_column - #47
  • Add plugin_status query arg to the enable/disable links in the Automatic Updates column - #48

0.2.0 Release Candidate

06 Mar 22:40
Compare
Choose a tag to compare
Pre-release
0.2.0-rc

Version 0.2.0

0.2 🐝

06 Mar 22:44
Compare
Choose a tag to compare

March 6, 2020

  • Remove auto-updates column from mustuse and dropins screens - #39
  • Ensure the the enable/disable bulk actions appear in the dropdown and are handled in multisite - #38
  • Remove dashicon from "Enable" text in plugins auto-updates column - #36
  • Replace "Automatic Updates" with "Auto-updates" in filters - #35
  • Display only filters with at least one available plugin - #33
  • Remove setting from site option when deleting plugin - #32
  • Populate site health with plugins auto-updates informations - #24
  • In multisite, only add the "Automatic Updates" column on the plugins-network screen - #21
  • Add auto-update-enabled and auto-update-disabled views on the plugins screen - #18

0.1.5 🐣

26 Feb 22:26
Compare
Choose a tag to compare

February 26, 2020

  • Fix fatal error on PHP 7+
  • Fix legacy notice classes
  • Various tiny enhancements
  • Replace required PHP version

0.1.4 👻

26 Feb 13:59
Compare
Choose a tag to compare

February 26, 2020

  • Fix PHP warnings.

0.1.3 ☀

25 Feb 20:16
Compare
Choose a tag to compare

February 25, 2020

  • Replace all "autoupdate" occurrences with "auto-update" which is now the official wording.

0.1.2

23 Feb 22:44
Compare
Choose a tag to compare

Version 0.1.2

February 23, 2020

  • Add time to next update in Plugins screen.

0.1.1

19 Feb 15:57
Compare
Choose a tag to compare

February 19, 2020

  • Fixes few PHP notices/warnings.
    For reference, see #3, #4, #5.