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

Commit 67df902

Browse files
JbJb
authored andcommitted
Version 0.2.1
1 parent 4e1834f commit 67df902

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

readme.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,11 @@ Work in progress.
9595

9696
## Changelog 🗓
9797

98+
## 0.2.1 🐜
99+
March 11, 2020
100+
- Prevent "PHP Notice: Undefined index: plugin_status" when adding the autoupdates_column - [#47](https://github.com/audrasjb/wp-autoupdates/pull/47)
101+
- Add plugin_status query arg to the enable/disable links in the Automatic Updates column - [#48](https://github.com/audrasjb/wp-autoupdates/pull/48)
102+
98103
### 0.2 🐝
99104
March 6, 2020
100105
- Remove auto-updates column from mustuse and dropins screens - [#39](https://github.com/audrasjb/wp-autoupdates/pull/39)

readme.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: wordpressdotorg, audrasjb, whodunitagency, pbiron, xkon, karmatose
33
Requires at least: 5.3
44
Tested up to: 5.4
55
Requires PHP: 5.6
6-
Stable tag: 0.2
6+
Stable tag: 0.2.1
77
License: GPLv2 or later
88
License URI: http://www.gnu.org/licenses/gpl-2.0.html
99

@@ -31,6 +31,11 @@ Interested in contributing to this plugin? Feel free to join us in `#core-auto-u
3131

3232
== Changelog ==
3333

34+
= 0.2.1 =
35+
March 11, 2020
36+
- Prevent "PHP Notice: Undefined index: plugin_status" when adding the autoupdates_column - [#47](https://github.com/audrasjb/wp-autoupdates/pull/47)
37+
- Add plugin_status query arg to the enable/disable links in the Automatic Updates column - [#48](https://github.com/audrasjb/wp-autoupdates/pull/48)
38+
3439
= 0.2 =
3540
March 6, 2020
3641
- Remove auto-updates column from mustuse and dropins screens - [#39](https://github.com/audrasjb/wp-autoupdates/pull/39)

wp-autoupdates.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?php
22
/*
3-
Plugin Name: WordPress Autoupdates
3+
Plugin Name: WordPress Auto-updates
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.2
6+
Version: 0.2.1
77
Requires at least: 5.3
88
Requires PHP: 5.6
99
Tested up to: 5.4

0 commit comments

Comments
 (0)