Skip to content

Commit

Permalink
Merge pull request #1106 from publishpress/release-2.12.1
Browse files Browse the repository at this point in the history
Release 2.12.1
  • Loading branch information
agapetry authored Jan 30, 2024
2 parents 2719b8c + dd45ab6 commit fe917d3
Show file tree
Hide file tree
Showing 46 changed files with 8,671 additions and 8,189 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,7 @@ Manage WordPress role definitions, per-site or network-wide. Organizes post capa

## Documentation

https://publishpress.com/docs/

## How to report bugs or send suggestions

Feel free to email us via [[email protected]](mailto:[email protected]). We would love to hear you, and will work hard to help you.
[https://publishpress.com/docs/](https://publishpress.com/knowledge-base/)

### Guidelines

Expand Down
8 changes: 4 additions & 4 deletions capsman-enhanced.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: PublishPress Capabilities
* Plugin URI: https://publishpress.com/capability-manager/
* Description: Manage WordPress role definitions, per-site or network-wide. Organizes post capabilities by post type and operation.
* Version: 2.11.1
* Version: 2.12.1-rc5
* Author: PublishPress
* Author URI: https://publishpress.com/
* Text Domain: capability-manager-enhanced
Expand All @@ -12,7 +12,7 @@
* Requires PHP: 7.2.5
* License: GPLv3
*
* Copyright (c) 2023 PublishPress
* Copyright (c) 2024 PublishPress
*
* ------------------------------------------------------------------------------
* Based on Capability Manager
Expand All @@ -22,7 +22,7 @@
*
* @package capability-manager-enhanced
* @author PublishPress
* @copyright Copyright (C) 2009, 2010 Jordi Canals; modifications Copyright (C) 2023 PublishPress
* @copyright Copyright (C) 2009, 2010 Jordi Canals; modifications Copyright (C) 2024 PublishPress
* @license GNU General Public License version 3
* @link https://publishpress.com/
*/
Expand Down Expand Up @@ -69,7 +69,7 @@
add_action('plugins_loaded', function () {

if (!defined('CAPSMAN_VERSION')) {
define('CAPSMAN_VERSION', '2.11.1');
define('CAPSMAN_VERSION', '2.12.1');
define('CAPSMAN_ENH_VERSION', CAPSMAN_VERSION);
define('PUBLISHPRESS_CAPS_VERSION', CAPSMAN_VERSION);
}
Expand Down
Loading

0 comments on commit fe917d3

Please sign in to comment.