vip-governance-plugin

WordPress plugin that adds additional governance capabilities to the block editor.

GPL-3.0 License

Stars
17

Bot releases are visible (Hide)

vip-governance-plugin - 1.0.10

Published by alecgeatches about 1 month ago

What's Changed

Full Changelog: https://github.com/Automattic/vip-governance-plugin/compare/1.0.9...1.0.10

vip-governance-plugin - 1.0.9 Latest Release

Published by alecgeatches 3 months ago

vip-governance-plugin - 1.0.8

Published by ingeniumed 4 months ago

  • #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.
vip-governance-plugin - 1.0.7

Published by alecgeatches 8 months ago

Thank you to @marijnvdwerf for reporting this issue in https://github.com/Automattic/vip-governance-plugin/issues/70!

vip-governance-plugin - 1.0.6

Published by alecgeatches 9 months ago

What's Changed

Thank you to @marijnvdwerf for both of these fixes!

Full Changelog: https://github.com/Automattic/vip-governance-plugin/compare/1.0.5...1.0.6

vip-governance-plugin - 1.0.5

Published by ingeniumed 10 months ago

  • Improve the block locking for disabled blocks (#44)
vip-governance-plugin - 1.0.4

Published by ingeniumed 11 months ago

  • Fix the false erroring of the private directory on a VIP site not being valid for storing the governance rules (#63)
vip-governance-plugin - 1.0.3

Published by ingeniumed 11 months ago

  • 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)
vip-governance-plugin - 1.0.2

Published by ingeniumed about 1 year ago

  • Update the name of the settings nav menu title from VIP Governance to VIP Block Governance (#53)
vip-governance-plugin - 1.0.1

Published by ingeniumed about 1 year ago

  • Update the name of the plugin to WordPress VIP Block Governance (#51)
  • Provide a link to this repo in the plugin location (#51)
  • Reduce the development files present in the release binary (#51)
vip-governance-plugin - 1.0.0

Published by ingeniumed about 1 year ago

Finalize the release of the plugin, and get it out of beta status.

  • Switch the analytics code to use the built in mu-plugins method.
  • Improve error handling when the rules file is not found anywhere.
  • Improve the README for initial use, as well as document limitations around using wp-env on non-vip sites.
  • Expand list of core blocks whose nesting structure is allowed by default
vip-governance-plugin - 0.6.0

Published by ingeniumed about 1 year ago

  • Add support for post type as a type of rule that can be used for governance purposes in the editor. This expands the flexibility that one can add to the editor, using this plugin.
vip-governance-plugin - 0.5.0

Published by ingeniumed about 1 year ago

  • Hot fix the block recovery error that shows up when a block like core/paragraph is used under a parent in a rule's blockSettings and not at the root level. See #42 for an example of this case.
vip-governance-plugin - 0.4.0

Published by ingeniumed about 1 year ago

  • Revamp the error handling to be faster and more informative.
  • Replace the schema validation library with a bespoke version that's much faster, and more suited for this plugin.
  • Updated the README with more examples for creating rule sets.
  • Dropped analytics calls for non-vip/local usage.
  • Added PHPDocs for better readability into the codebase.
  • Dropped/Revamped core functions that were ported in order to create the inject the CSS into the editor.
  • Added support for more settings from the theme.json, and documented the limitation on using duotone.
vip-governance-plugin - 0.3.0

Published by ingeniumed about 1 year ago

  • Re-implemented block locking to be faster, and to avoid editor change warnings.
  • Added more tests to ensure a larger test coverage of the codebase
vip-governance-plugin - 0.2.0

Published by alecgeatches about 1 year ago

  • Add error analytics to the plugin.
  • Combine the role specific, and default rules together for all the properties.
  • Drop support for move blocks, in favor of lock blocks.
  • Update the settings admin page to show the rules as different roles.
  • Allow disabling child blocks independent of the parent. This functionality was removed just before the first beta went out.
vip-governance-plugin - 0.1.0

Published by alecgeatches about 1 year ago

Initial beta release of VIP Governance plugin.