Skip to content

Releases: Automattic/vip-governance-plugin

1.0.11

07 Nov 17:17
1.0.11
9202d9d
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.10...1.0.11

1.0.10

13 Sep 18:55
1.0.10
e6508ea
Compare
Choose a tag to compare

What's Changed

  • Add a notice when the minimum PHP and WordPress version is not met by @ingeniumed in #86
  • Simplify the verification of the path, when a custom one is provided by @ingeniumed in #89
  • Add support for wildcard rules in block settings, allow programmatic generation of JSON rules, and remove blank CSS file enqueue by @ingeniumed in #85

Full Changelog: 1.0.9...1.0.10

1.0.9

26 Jul 18:51
cde5bb5
Compare
Choose a tag to compare
  • #81: Restrict governance rules to apply to the post editor, and not other Gutenberg sections like the widget editor. Also adds WordPress Playground compatibility. Fixes #79.

1.0.8

12 Jun 00:49
b00e963
Compare
Choose a tag to compare
  • #78: Raise the minimum WP version to 6.0 and the minimum PHP version to 8.0. In addition this also updates a lot of the dev NPM packages to their latest versions.

1.0.7

09 Feb 18:18
ec01851
Compare
Choose a tag to compare
  • #71: Fixes a React style warning on disabled blocks.

Thank you to @marijnvdwerf for reporting this issue in #70!

1.0.6

30 Jan 20:18
dc72b2b
Compare
Choose a tag to compare

What's Changed

  • #67: Fix a copy-paste error in the README for vip_governance__is_block_allowed_for_editing.
  • #68: Fix enqueuing of resources by wrapping in plugins_url() to solve an issue in non-VIP environments.

Thank you to @marijnvdwerf for both of these fixes!

Full Changelog: 1.0.5...1.0.6

1.0.5

04 Jan 03:30
1.0.5
0940b78
Compare
Choose a tag to compare
  • Improve the block locking for disabled blocks (#44)

1.0.4

05 Dec 01:10
707b71d
Compare
Choose a tag to compare
  • Fix the false erroring of the private directory on a VIP site not being valid for storing the governance rules (#63)

1.0.3

29 Nov 03:01
0c69750
Compare
Choose a tag to compare
  • Allow customizing the rules file that's to be used for non-vip sites, as well as for multisites (#60)
  • Remove the usage of Lodash from the plugin entirely (#60)

1.0.2

09 Oct 22:23
635b0f9
Compare
Choose a tag to compare
  • Update the name of the settings nav menu title from VIP Governance to VIP Block Governance (#53)