You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 29, 2020. It is now read-only.
A feature plugin to integrate Plugins & Themes automatic updates in WordPress Core.
6
6
@@ -17,17 +17,17 @@ The goal of this plugin is to test the UI of the feature, to help decision makin
17
17
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.
18
18
19
19
-[See also: Update on the 9 projects for 2019](https://make.wordpress.org/core/2019/12/06/update-9-projects-for-2019/):
20
-
-[Related Trac ticket for plugins autoupdates](https://core.trac.wordpress.org/ticket/48850)
21
-
-[Related Trac ticket for themes autoupdates](https://core.trac.wordpress.org/ticket/48850)
20
+
-[Related Trac ticket for plugins auto-updates](https://core.trac.wordpress.org/ticket/48850)
21
+
-[Related Trac ticket for themes auto-updates](https://core.trac.wordpress.org/ticket/48850)
22
22
23
23
## Features / to-do list 🛠
24
24
25
25
- ✅ Open a Trac ticket to handle Core merge for plugins
26
26
- ✅ Open a Trac ticket to handle Core merge for themes
27
-
- ✅ Handle plugin autoupdates
28
-
- 🔲 Handle themes autoupdates
29
-
- ✅ Handle plugin autoupdates in a multisite context
30
-
- 🔲 Handle themes autoupdates in a multisite context
27
+
- ✅ Handle plugin auto-updates
28
+
- 🔲 Handle themes auto-updates
29
+
- ✅ Handle plugin auto-updates in a multisite context
30
+
- 🔲 Handle themes auto-updates in a multisite context
31
31
- 🔲 Email notifications for plugins
32
32
- 🔲 Email notifications for themes
33
33
- 🔲 Validate design for plugins screen
@@ -80,6 +80,10 @@ TODO.
80
80
81
81
## Changelog 🗓
82
82
83
+
### Version 0.1.3
84
+
February 25, 2020
85
+
- Replace all "autoupdate" occurrences with "auto-update" which is now the official wording.
@@ -19,8 +19,8 @@ The purpose of this plugin is to prepare a future Plugins & Themes automatic upd
19
19
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.
20
20
21
21
- [See also: Update on the 9 projects for 2019](https://make.wordpress.org/core/2019/12/06/update-9-projects-for-2019/):
22
-
- [Related Trac ticket for plugins autoupdates](https://core.trac.wordpress.org/ticket/48850)
23
-
- [Related Trac ticket for themes autoupdates](https://core.trac.wordpress.org/ticket/48850)
22
+
- [Related Trac ticket for plugins auto-updates](https://core.trac.wordpress.org/ticket/48850)
23
+
- [Related Trac ticket for themes auto-updates](https://core.trac.wordpress.org/ticket/48850)
24
24
25
25
[This project is currently developed on GitHub](https://github.com/audrasjb/wp-autoupdates)
26
26
@@ -30,10 +30,10 @@ To test/contribute, just install this plugin and activate it on your WordPress i
30
30
31
31
- ✅ Open a Trac ticket to handle Core merge for plugins
32
32
- ✅ Open a Trac ticket to handle Core merge for themes
33
-
- ✅ Handle plugin autoupdates
34
-
- 🔲 Handle themes autoupdates
35
-
- ✅ Handle plugin autoupdates in a multisite context
36
-
- 🔲 Handle themes autoupdates in a multisite context
33
+
- ✅ Handle plugin auto-updates
34
+
- 🔲 Handle themes auto-updates
35
+
- ✅ Handle plugin auto-updates in a multisite context
36
+
- 🔲 Handle themes auto-updates in a multisite context
37
37
- 🔲 Email notifications for plugins
38
38
- 🔲 Email notifications for themes
39
39
- 🔲 Validate design for plugins screen
@@ -54,6 +54,10 @@ To test/contribute, just install this plugin and activate it on your WordPress i
54
54
55
55
== Changelog ==
56
56
57
+
= Version 0.1.3 =
58
+
February 25, 2020
59
+
- Replace all "autoupdate" occurrences with "auto-update" which is now the official wording.
0 commit comments