Skip to content

Commit 165ee5b

Browse files
authored
Merge pull request #366 from GM-Alex/next
Bump version 2.2.19
2 parents ebc4ddf + decfe69 commit 165ee5b

5 files changed

+11
-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.18",
6+
"version": "2.2.19",
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.18",
3+
"version": "2.2.19",
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

+7-1
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,18 @@ 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.1
7-
Stable tag: 2.2.18
7+
Stable tag: 2.2.19
88

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

1111
== Description ==
1212

1313
The “User Access Manager”-plugin for Wordpress allows you to manage the access of your content. This is useful if you need a member area, a private section at your blog or you want that other people can write at your blog but not everywhere. Including all post type (post, pages etc.), taxonomies (categories etc.) and files by creating user groups. Just assign the content you want to restrict und and your registered users which should have a access to a group. From now on the content is only accessible and writable for the specified group.
1414

15+
<em>Try it out</em>
16+
17+
You can try it out at TasteWP.com before install: [Try user access manager](https://demo.tastewp.com/user-access-manager?a=jlQ7F1va) (affiliate link)
18+
1519
<em>Feature list</em>
1620

1721
* User groups
@@ -59,6 +63,8 @@ Here you found the changes in each version.
5963

6064
Version Date Changes
6165

66+
2.2.19 2022/11/18 Add try out link
67+
6268
2.2.18 2022/11/14 Fix issue with label id. Thanks to elbakkali
6369
Add elementor support. Thanks to JboyJW
6470
Fix possible issue with PHP 8. Thanks to ollycross

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.18';
53+
const VERSION = '2.2.19';
5454
const DB_VERSION = '1.6.1';
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.18
6+
* Version: 2.2.19
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)