Skip to content

Commit b907bc6

Browse files
committed
Bump version 2.2.22
1 parent b7cf45f commit b907bc6

5 files changed

+7
-5
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "User Access Manager plugin for Wordpress",
44
"type": "wordpress-plugin",
55
"license": "GPL-2.0",
6-
"version": "2.2.21",
6+
"version": "2.2.22",
77
"authors": [
88
{
99
"name": "Alexander Schneider",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "user-access-manager",
3-
"version": "2.2.21",
3+
"version": "2.2.22",
44
"description": "[![Build Status](https://travis-ci.org/GM-Alex/user-access-manager.svg)](https://travis-ci.org/GM-Alex/user-access-manager)",
55
"main": "index.js",
66
"directories": {

readme.txt

+3-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_i
44
Tags: admin, access, member area, members, member, member access, page, pages, post, posts, private, privacy, restrict, user, user access manager, user management
55
Requires at least: 4.7
66
Tested up to: 6.2
7-
Stable tag: 2.2.21
7+
Stable tag: 2.2.22
88

99
With the "User Access Manager"-plugin you can manage the access to your posts, pages and files.
1010

@@ -63,6 +63,8 @@ Here you found the changes in each version.
6363

6464
Version Date Changes
6565

66+
2.2.22 2023/05/26 Minor change
67+
6668
2.2.21 2023/05/25 Adjust database compatibility #368
6769

6870
2.2.20 2023/03/08 Fix warning

src/UserAccessManager.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
*/
5151
class UserAccessManager
5252
{
53-
const VERSION = '2.2.21';
53+
const VERSION = '2.2.22';
5454
const DB_VERSION = '1.6.2';
5555

5656
/**

user-access-manager.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: User Access Manager
44
* Plugin URI: https://wordpress.org/plugins/user-access-manager/
55
* Author URI: https://twitter.com/GM_Alex
6-
* Version: 2.2.21
6+
* Version: 2.2.22
77
* Requires PHP: 7.2
88
* Author: Alexander Schneider
99
* Description: Manage the access to your posts, pages, categories and files.

0 commit comments

Comments
 (0)