Skip to content

Commit 7531074

Browse files
committed
Bump to 2.2.0.
1 parent 776b734 commit 7531074

File tree

2 files changed

+13
-7
lines changed

2 files changed

+13
-7
lines changed

readme.txt

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ License URI: https://www.gnu.org/licenses/gpl-2.0.html
66
License: GPLv2 or later
77
Contributors: johnjamesjacoby, stuttter
88
Tags: users, activity, log,
9-
Requires PHP: 5.6.20
10-
Requires at least: 5.0
11-
Tested up to: 5.5
12-
Stable tag: 2.1.0
9+
Requires PHP: 7.2
10+
Requires at least: 5.2
11+
Tested up to: 5.8
12+
Stable tag: 2.2.0
1313

1414
== Description ==
1515

@@ -103,6 +103,12 @@ http://github.com/stuttter/wp-user-activity/
103103

104104
== Changelog ==
105105

106+
= 2.2.0 =
107+
* Fix filtering by user
108+
* Fix compatibility with WP User Profiles
109+
* Fix untrashing individual items
110+
* Fix an incompatibility with ACF
111+
106112
= 2.1.0 =
107113
* Fix user not being linked to "Logout" action
108114

wp-user-activity.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
* Text Domain: wp-user-activity
1010
* License: GPL v2 or later
1111
* Domain Path: /assets/lang/
12-
* Requires PHP: 5.6.20
13-
* Requires at least: 5.0
14-
* Version: 2.1.0
12+
* Requires PHP: 7.2
13+
* Requires at least: 5.2
14+
* Version: 2.2.0
1515
*/
1616

1717
// Exit if accessed directly

0 commit comments

Comments
 (0)