This repository has been archived by the owner on Feb 22, 2022. It is now read-only.
Releases: WordPress/wp-autoupdates
Releases · WordPress/wp-autoupdates
0.8.1 🍄
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 🐪
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
andconst
- #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 🦢
0.6.0 🦋
0.5.1 🦒
0.5.0 🦚
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 🍺
0.4.0 🌹
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