Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
zackkatz committed Apr 19, 2022
1 parent e31b8b1 commit 510f0c2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
8 changes: 5 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Donate link: http://www.werdswords.com
Tags: dashboard, access, users, administration
Requires at least: 3.1.0
Tested up to: 4.1.1
Stable tag: 1.1.3
Stable tag: 1.1.4

Allows you to disable Dashboard access for users of a specific role or capability. Disallowed users are redirected to a chosen URL.

Expand Down Expand Up @@ -101,9 +101,11 @@ example.com/options-general.php?page=dashboard-access&rda_debug=1

= 1.1.4 on April 18, 2022 =

* Resolved: Issue when front-end editing of profiles when the `$pagenow` global is not defined ([#24](https://github.com/trustedlogin/Remove-Dashboard-Access/issues/24))
* Resolved: Potential `Invalid argument supplied for foreach()` PHP warning ([#22](https://github.com/trustedlogin/Remove-Dashboard-Access/pull/22))
Remove Dashboard Access is now being maintained by [TrustedLogin](https://www.trustedlogin.com/2022/02/21/remove-dashboard-access/)! Remove Dashboard Access aligns with what we do at TrustedLogin: simply making WordPress more secure. Email any questions to [support@trustedlogin.com](mailto:support@trustedlogin.com).

* Fixed: Deprecated function `screen_icon()` warning
* Fixed: Issue when front-end editing of profiles when the `$pagenow` global is not defined ([#24](https://github.com/trustedlogin/Remove-Dashboard-Access/issues/24))
* Fixed: Potential `Invalid argument supplied for foreach()` PHP warning ([#22](https://github.com/trustedlogin/Remove-Dashboard-Access/pull/22))

= 1.1.3 =

Expand Down
8 changes: 4 additions & 4 deletions remove-dashboard-access.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?php
/**
* Plugin Name: Remove Dashboard Access
* Plugin URI: http://www.werdswords.com
* Plugin URI: https://www.trustedlogin.com/remove-dashboard-access/
* Description: Removes Dashboard access for certain users based on capability.
* Version: 1.1.3
* Author: Drew Jaynes (DrewAPicture)
* Author URI: http://www.drewapicture.com
* Version: 1.1.4
* Author: TrustedLogin
* Author URI: https://www.trustedlogin.com
* License: GPLv2
*/

Expand Down

0 comments on commit 510f0c2

Please sign in to comment.