Skip to content

Commit

Permalink
Merge pull request #72 from Automattic/planned-release/1.0.7
Browse files Browse the repository at this point in the history
Planned release 1.0.7
  • Loading branch information
alecgeatches authored Feb 9, 2024
2 parents dc72b2b + d164e89 commit ec01851
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build/index.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('react', 'wp-block-editor', 'wp-components', 'wp-compose', 'wp-data', 'wp-hooks', 'wp-i18n', 'wp-notices'), 'version' => '289fda8f4f8dd70bdba8');
<?php return array('dependencies' => array('react', 'wp-block-editor', 'wp-components', 'wp-compose', 'wp-data', 'wp-hooks', 'wp-i18n', 'wp-notices'), 'version' => '3be212e12e9b9ebb1f55');
2 changes: 1 addition & 1 deletion build/index.js

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

2 changes: 1 addition & 1 deletion src/block-locking.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export function setupBlockLocking( governanceRules ) {

return <>
<Disabled>
<div style={ { opacity: 0.6, 'background-color': '#eee', border: '2px dashed #999' } }>
<div style={ { opacity: 0.6, backgroundColor: '#eee', border: '2px dashed #999' } }>
<BlockEdit { ...props } />
</div>
</Disabled>
Expand Down
2 changes: 1 addition & 1 deletion 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.6
* Version: 1.0.7
* Requires at least: 5.9.0
* Tested up to: 6.4.0
* Requires PHP: 7.4
Expand Down

0 comments on commit ec01851

Please sign in to comment.