Releases: Automattic/vip-governance-plugin
Releases · Automattic/vip-governance-plugin
Release list
1.0.17
What's Changed
- Work to fix 114 by @smithjw1 in #118
- Bump basic-ftp from 5.0.5 to 5.2.0 by @dependabot[bot] in #129
- chore: pin third-party GitHub Actions to commit SHAs by @mahangu in #139
- Plugin Maintenance - docs and release by @ingeniumed in #156
- Upgrade all dependencies to the latest version by @ingeniumed in #158
- Bump shivammathur/setup-php from 2.37.1 to 2.37.2 in the actions-minor-patch group by @dependabot[bot] in #161
- Bump the actions-major group across 1 directory with 4 updates by @dependabot[bot] in #162
- Modernize PHP code and raise minimum requirements to WordPress 6.8 and PHP 8.2 by @ingeniumed in #160
- Release 1.0.17 by @chriszarate in #163
New Contributors
- @mahangu made their first contribution in #139
- @chriszarate made their first contribution in #163
Full Changelog: 1.0.16...1.0.17
1.0.16
1.0.15
What's Changed
- Dependency bumps for security reasons
- Ensure plugin's compatible with WordPress 6.9
Full Changelog: 1.0.14...1.0.15
1.0.14
What's Changed
- The plugin's native check wasn't correctly looking for 8.1. So this release supersedes the previous one to ensure it's done correctly.
Full Changelog: 1.0.13...1.0.14
1.0.13
What's Changed
-
Updated the packages across both node and PHP to get them up to date
-
QOL improvements related to the development process
-
Raise the minimum PHP version to 8.1
Full Changelog: 1.0.12...1.0.13
1.0.12
What's Changed
-
PR #105: Update the wp-packages, and add in some QOL improvements for cutting future releases
-
PR #104: Add instructions in the README about the block inserter library still showing restricted blocks bug (#103), that has to be fixed still.
Full Changelog: 1.0.11...1.0.12
1.0.11
What's Changed
- @dependabot development dependency updates in #90, #91, #92, #93, #94
- Update latest supported WordPress version to 6.7 by @alecgeatches in #97
- Update actions upload-artifact to v4 by @alecgeatches in #99
- Add analytics sampling by @alecgeatches in #98
Full Changelog: 1.0.10...1.0.11
1.0.10
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
- #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
- #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.