Skip to content

Feature plugin building a UI for opting-in to plugin, theme, and core auto-updates.

License

Notifications You must be signed in to change notification settings

bookdude13/auto-updates

ย 
ย 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

WordPress Auto-updates ๐Ÿค–

WordPress Auto-updates

A feature plugin to integrate Plugins & Themes automatic updates in WordPress Core.

About ๐Ÿ”Ž

The purpose of this repository is to prepare a future Plugins & Themes automatic updates feature.

To test/contribute, just install this plugin and activate it on your WordPress installation.

The goal of this plugin is to test the UI of the feature, to help decision making. It uses WordPress Core hooks (with potentially some hacks when needed).

For full details, see the Feature Plugin proposal published on Make/Core.

Interested in contributing to this plugin? Feel free to join us in #core-auto-updates channel on Make WordPress Slack Team. Weโ€™ll host weekly meetings on Slack every Tuesdays at 18:00 UTC.

Context โณ

In 2018, Matt Mullenweg posted 9 projects for Core to focus on in 2019. We didnโ€™t ship as many as hoped, but we made a lot of progress. Plugins and Themes Automatic Updates were one of those 9 projects. This project is now milestoned to WordPress 5.5 and this feature plugin is here to help move towards this achievement.

Contributors โ™ฅ๏ธ

Thanks to everyone who contributed to this feature plugin!

Documentation ๐Ÿ“š

Work in progress.

Screenshots ๐Ÿ–ผ

Plugins screen - Auto-updates activated

Plugins screen - Auto-updates activated

Plugins screen - Available updates

Plugins screen - Available updates

Themes screen - Enable auto-updates

Themes screen - Enable auto-updates

Themes screen - Available update

Themes screen - Available update

Updates screen - Available updates

Updates screen - Available updates

Site health screen - Auto-updates informations for themes and plugins

Site health screen - Auto-updates informations for themes and plugins

Email notification example

Email notification example

Changelog ๐Ÿ—“

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

0.3.0 ๐Ÿฆ‰

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 ๐Ÿœ

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 ๐Ÿ

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

Version 0.1.5 ๐Ÿฃ

February 26, 2020

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

Version 0.1.4 ๐Ÿ‘ป

February 26, 2020

  • Fix PHP warnings.

Version 0.1.3 โ˜€๏ธ

February 25, 2020

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

Version 0.1.2

February 23, 2020

  • Add time to next update in Plugins screen.

Version 0.1.1

February 19, 2020

  • Fixes few PHP notices/warnings.

Version 0.1

February 18, 2020

  • Initial release

About

Feature plugin building a UI for opting-in to plugin, theme, and core auto-updates.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • PHP 98.6%
  • CSS 1.4%