Skip to content

Commit

Permalink
Push version 2.1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
GM-Alex committed Mar 16, 2018
1 parent 1a3c82f commit d88c3cb
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 8 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "User Access Manager plugin for Wordpress",
"type": "wordpress-plugin",
"license": "GPL-2.0",
"version": "2.1.10",
"version": "2.1.11",
"authors": [
{
"name": "Alexander Schneider",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "user-access-manager",
"version": "2.1.10",
"version": "2.1.11",
"description": "[![Build Status](https://travis-ci.org/GM-Alex/user-access-manager.svg)](https://travis-ci.org/GM-Alex/user-access-manager)",
"main": "index.js",
"directories": {
Expand Down
9 changes: 7 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_i
Tags: admin, access, member area, members, member, member access, page, pages, post, posts, private, privacy, restrict, user, user access manager, user management
Requires at least: 4.7
Tested up to: 4.9
Stable tag: 2.1.10
Stable tag: 2.1.11

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

Expand Down Expand Up @@ -59,6 +59,11 @@ Here you found the changes in each version.

Version Date Changes

2.1.11 2018/03/16 Fix missing got_mod_rewrite function. #212
Fix wrong media urls. #207
Fix wrong post counts at the admin panel.
Improve database updates/repairs.

2.1.10 2017/12/15 Fix Posts removed from WP_Query results in Ajax requests for unprivileged users #176
Improve partly download handler
Suppress errors on file delivery
Expand All @@ -68,7 +73,7 @@ Here you found the changes in each version.
Improve user group sorting. closes #180
Add new redirect type to the login page. closes #155
Add dynamic user groups for exclude object calculation. closes #181
Add filter for getUserUserGroupsForObjectAccess. #closes 157
Add filter for getUserUserGroupsForObjectAccess. closes #157
Make it possible to set a default group for new media files.
2.1.9 2017/11/18 Add show content before <!--more--> tag option for all post types
Fix js time input issue
Expand Down
2 changes: 1 addition & 1 deletion src/UserAccessManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
*/
class UserAccessManager
{
const VERSION = '2.1.10';
const VERSION = '2.1.11';
const DB_VERSION = '1.6.1';

/**
Expand Down
2 changes: 0 additions & 2 deletions tests/Unit/Config/ConfigParameterTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@ private function getStub()
* @group unit
* @covers ::__construct()
* @throws \Exception
* @throws \Exception
* @throws \Exception
*/
public function testCanCreateInstance()
{
Expand Down
2 changes: 1 addition & 1 deletion user-access-manager.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: User Access Manager
* Plugin URI: https://wordpress.org/plugins/user-access-manager/
* Author URI: https://twitter.com/GM_Alex
* Version: 2.1.10
* Version: 2.1.11
* Author: Alexander Schneider
* Description: Manage the access to your posts, pages, categories and files.
* Text Domain: user-access-manager
Expand Down

0 comments on commit d88c3cb

Please sign in to comment.