Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

Releases: WordPress/wp-autoupdates

0.8.1 🍄

18 May 18:38
5a7cb83
Compare
Choose a tag to compare

May 18, 2020

  • Fix incorrect admin notice text when auto-updates are enabled for a plugin when JS is not enabled in the browser - #130
  • Prevent multiple simultaneous requests - #131
  • Strip plugins/themes that have been deleted from the site options just before they are updated - #132
  • Copy the plugin's site options to core's site options on self-deactivation - #133
  • fix typos and docs standards - #134

0.8.0 🐪

13 May 22:21
Compare
Choose a tag to compare

May 13, 2020

  • Self-deactivate the plugin after the functionality has been merged to core - #123
  • Remove auto-updates options when plugin is uninstalled - #125
  • Use ES5 in the JS, because the core build tools barf on let and const - #127
  • More pre-merge cleanup - #124
  • Add help tabs on update-core, plugins, and themes admin screens - #121
  • Cleanup - #119
  • I18n - Remove unnecessary concatenation - #117

0.7.0 🦢

06 May 18:54
Compare
Choose a tag to compare

May 6, 2020

  • PHPCBF fixes - #114
  • Remove constants from the feature plugin - #112
  • Various i18n fixes/optimizations - #109
  • Simplifies Ajax on both the JS and PHP sides - #103

0.6.0 🦋

22 Apr 18:57
Compare
Choose a tag to compare

April 22, 2020

  • Add Ajax to Plugin and Themes Screen - #61
  • Accessibility: Communicate AJAX enabling/disabling changes to screen readers - #85
  • Add Better Handling to Ajax Errors - #90
  • Prevent CSS from being enqueued on sub-site plugins & themes screens in multisite - #91

0.5.1 🦒

16 Apr 20:35
Compare
Choose a tag to compare

April 16, 2020

  • Add the plugin version when enqueueing styles, for cache busting - #79

0.5.0 🦚

15 Apr 19:44
Compare
Choose a tag to compare

April 15, 2020

  • Replace Disable strings with Disable auto-updates - #78
  • Update confirmation message wording - #77
  • Remove Automatic Updates column from the Network Admin > Sites > Edit > Themes screen - #76
  • Replace "Enable" string with "Enable auto-updates" - #75
  • Remove dashicons from the UI - #74
  • Fix documentation and comment standards - #73
  • Remove green and red colors on texts and links - #70
  • Don't display the Enable/Disable link in the Theme Details modal on a subsite in multisite - #68
  • Documentation: Improve DocBlocks - #62
  • I18n - Merge with similar string - #60
  • Add filters and constant to allow developers to disable plugins and themes autoupdate email notifications - #57
  • Switch disable link to red on Multisite Themes Screen - #54
  • Wrong kick off year in readme.txt - #42

0.4.1 🍺

02 Apr 21:11
Compare
Choose a tag to compare

April 2, 2020
Props to @pbiron, who spotted and fixed a bug on Network Themes screen.

  • Network > Sites > Edit > Themes screen doesn’t have the Autoupdates column - #50

0.4.0 🌹

30 Mar 23:12
Compare
Choose a tag to compare

March, 30, 2020

This release brings full support for Themes auto-updates.

It also changes the plugin structure to allow self deactivation when the feature gets merged into WordPress Core.

Please note: the development repository was also migrated from @audrasjb’s personal GitHub account to WordPress.org official GitHub account.

Other changes:

  • Change plugin structure to ensure it can self-deactivate when the feature is merged into Core - #37
  • Handle both themes and plugins email notifications - #36
  • i18n: Merge similar translation strings - #35
  • Add and populate Automatic updates column, add and handle enable/disable auto-updates bulk actions to the multisite themes list table - #33
  • Avoid duplicate Updating… dialog - #32