Skip to content

Commit

Permalink
- Update the version number to the next stable version.
Browse files Browse the repository at this point in the history
  • Loading branch information
olatechpro committed May 17, 2023
1 parent 1cb95bb commit 9fea21a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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.8.0
* Version: 2.8.1
* Author: PublishPress
* Author URI: https://publishpress.com/
* Text Domain: capsman-enhanced
Expand Down Expand Up @@ -44,7 +44,7 @@
}

if (!defined('CAPSMAN_VERSION')) {
define('CAPSMAN_VERSION', '2.8.0');
define('CAPSMAN_VERSION', '2.8.1');
define('CAPSMAN_ENH_VERSION', CAPSMAN_VERSION);
define('PUBLISHPRESS_CAPS_VERSION', CAPSMAN_VERSION);
}
Expand Down

0 comments on commit 9fea21a

Please sign in to comment.