Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vip-governance",
"version": "1.0.16",
"version": "1.0.17",
"description": "This is a plugin adding additional governance capabilities to the block editor.",
"private": true,
"author": "WPVIP",
Expand Down
4 changes: 2 additions & 2 deletions vip-governance.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Description: Add additional governance capabilities to the block editor.
* Author: WordPress VIP
* Text Domain: vip-governance
* Version: 1.0.16
* Version: 1.0.17
* Requires at least: 6.8
* Tested up to: 7.1
* Requires PHP: 8.2
Expand Down Expand Up @@ -74,7 +74,7 @@ function vip_governance_pre_init(): bool {
}

define( 'VIP_GOVERNANCE_LOADED', true );
define( 'WPCOMVIP__GOVERNANCE__PLUGIN_VERSION', '1.0.16' );
define( 'WPCOMVIP__GOVERNANCE__PLUGIN_VERSION', '1.0.17' );
define( 'WPCOMVIP__GOVERNANCE__RULES_SCHEMA_VERSION', '1.0.0' );

if ( ! defined( 'WPCOMVIP_GOVERNANCE_ROOT_PLUGIN_FILE' ) ) {
Expand Down