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

Commit e9969f8

Browse files
JbJb
authored andcommitted
Version 0.1.3
1 parent e3327e4 commit e9969f8

File tree

3 files changed

+25
-17
lines changed

3 files changed

+25
-17
lines changed

readme.md

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# WordPress Autoupdates 🤖
1+
# WordPress Auto-updates 🤖
22

3-
![WordPress AutoUpdates](https://jeanbaptisteaudras.com/images/wp-autoupdates-banner.png)
3+
![WordPress Auto-updates](https://jeanbaptisteaudras.com/images/wp-autoupdates-banner.png)
44

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

@@ -17,17 +17,17 @@ The goal of this plugin is to test the UI of the feature, to help decision makin
1717
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.
1818

1919
- [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)
2222

2323
## Features / to-do list 🛠
2424

2525
- ✅ Open a Trac ticket to handle Core merge for plugins
2626
- ✅ 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
3131
- 🔲 Email notifications for plugins
3232
- 🔲 Email notifications for themes
3333
- 🔲 Validate design for plugins screen
@@ -80,6 +80,10 @@ TODO.
8080

8181
## Changelog 🗓
8282

83+
### Version 0.1.3
84+
February 25, 2020
85+
- Replace all "autoupdate" occurrences with "auto-update" which is now the official wording.
86+
8387
### Version 0.1.2
8488
February 23, 2020
8589
- Add time to next update in Plugins screen.

readme.txt

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
=== WordPress Autoupdates ===
1+
=== WordPress auto-updates ===
22
Contributors: wordpressdotorg, audrasjb, whodunitagency, desrosj, xkon, karmatosed
33
Requires at least: 5.3
44
Tested up to: 5.4
55
Requires PHP: 7.2
66
Tested up to: 5.4
7-
Stable tag: 0.1.2
7+
Stable tag: 0.1.3
88
License: GPLv2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010

@@ -19,8 +19,8 @@ The purpose of this plugin is to prepare a future Plugins & Themes automatic upd
1919
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.
2020

2121
- [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)
2424

2525
[This project is currently developed on GitHub](https://github.com/audrasjb/wp-autoupdates)
2626

@@ -30,10 +30,10 @@ To test/contribute, just install this plugin and activate it on your WordPress i
3030

3131
- ✅ Open a Trac ticket to handle Core merge for plugins
3232
- ✅ 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
3737
- 🔲 Email notifications for plugins
3838
- 🔲 Email notifications for themes
3939
- 🔲 Validate design for plugins screen
@@ -54,6 +54,10 @@ To test/contribute, just install this plugin and activate it on your WordPress i
5454

5555
== Changelog ==
5656

57+
= Version 0.1.3 =
58+
February 25, 2020
59+
- Replace all "autoupdate" occurrences with "auto-update" which is now the official wording.
60+
5761
= 0.1.2 =
5862
February 23, 2020
5963
- Add time to next update in Plugins screen.

wp-autoupdates.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Plugin Name: WordPress Autoupdates
44
Plugin URI: https://wordpress.org/plugins/wp-autoupdates
55
Description: A feature plugin to integrate Plugins & Themes automatic updates in WordPress Core.
6-
Version: 0.1.2
6+
Version: 0.1.3
77
Requires at least: 5.3
88
Requires PHP: 7.2
99
Tested up to: 5.3

0 commit comments

Comments
 (0)