Releases: Automattic/vip-go-mu-plugins-ext
Releases · Automattic/vip-go-mu-plugins-ext
20260224191331.staging
What's Changed
- Skip Jetpack 10.6 by @pschoffer in #2
- add removal logic by @pschoffer in #3
- Supress downgrade by @pschoffer in #4
- Add/ignore by @pschoffer in #5
- Update/10.7 to 10.7+vip.1 by @pschoffer in #6
- fix version cmpr when there is no version yet by @pschoffer in #7
- Skip 10.3, 10.8, 11.0 by @rinatkhaziev in #8
- Backport 10.9 from mu-plugins and ignore it in autoupdater. by @rinatkhaziev in #9
- Support beta(x) by @pschoffer in #10
- fix: Update path in .dockerignore so that rsync could use it by @sjinks in #11
- Skip Jetpack 9.4 by @rinatkhaziev in #12
- Add Parse.ly by @rinatkhaziev in #14
- Rename workflow and files by @rinatkhaziev in #15
- Fix compareVersions and add tests by @rebeccahum in #16
- Bump minimum Jetpack to 9.8, remove unused versions by @rinatkhaziev in #17
- CI: Rename update-jetpack to update-dep and add tests workflow by @rebeccahum in #18
- Remove node_modules directory by @sjinks in #20
- Update test workflow by @sjinks in #21
- Update tests by @sjinks in #22
- maybeDeleteRemovedVersions(): Adds support for Parse.ly by @rebeccahum in #19
- CI: Install dependencies for update-deps workflow by @rebeccahum in #23
- Fix removing skip by @rebeccahum in #24
- Bump the minimum Jetpack version to 10.7, remove 11.7 by @rinatkhaziev in #25
- Update script to remove lower versions than lowest allowed version by @rebeccahum in #26
- Add pesky await to removePluginVersion() call by @rebeccahum in #27
- Update Jetpack 11.9 to https://github.com/Automattic/jetpack-production/releases/tag/11.9.1%2Bvip.1 by @rebeccahum in #28
- Automate posting to lobby when new Jetpack beta is added or released by @rebeccahum in #29
- CI: Fix changelog formatting and add the await so a proper Promise is returned by @rebeccahum in #31
- Update links to correct one by @rebeccahum in #32
- Add vip-block-data-api in vip-integrations folder by @alecgeatches in #30
- Update VIP Block Data API to 1.0.0 by @alecgeatches in #33
- Re-add the Block Data API and update the dockerignore by @ingeniumed in #34
- Remove Jetpack 10.7 by @rebeccahum in #36
- Update Jetpack 10.9 and 11.9 since they are on skipList by @rebeccahum in #37
- Bump Jetpack version meta to reflect correct one by @rebeccahum in #38
- Add _vip_disable_dedicated_sync_spawning short circuit filter by @WPprodigy in #39
- JP: Add extra dedicated sync spawn lock in memcached by @WPprodigy in #40
- Add existing versions to ignore list by @rebeccahum in #41
- Remove files from dockerignore for vip-block-data and update to 1.0.1 by @ingeniumed in #35
- Add performance hotfix to JP 12.3 by @WPprodigy in #42
- Update incrementVersion() to account for different maximum minor versions by @rebeccahum in #43
- Add the governance plugin by @ingeniumed in #44
- Update the current version & repo for the governance plugin by @ingeniumed in #45
- Remove the current version from the governance plugin by @ingeniumed in #46
- CI: Change to draft to different p2s by @rebeccahum in #47
- Add .devenvignore file and some very old Jetpacks in it by @rinatkhaziev in #48
- Remove Jetpack 12.4 by @rinatkhaziev in #50
- Ignore 12.1, 12.2, 12.3, 12.4, 12.6 for dev env by @rinatkhaziev in #49
- Remove Jetpack 12.9 by @rinatkhaziev in #51
- Update config.json: remove Jetpack 10.9 from config by @rinatkhaziev in #52
- chore(ci): update actions to recent versions by @sjinks in #53
- Weed out unused Parse.ly by @rinatkhaziev in #54
- CI: Fix CHANGELOG_VIP_TOKEN not being passed correctly to script by @rebeccahum in #55
- Jetpack: Noop WAF code - it shouldn't run anyway and prevents upgrading from 11.3 and below to current Jetpacks by @rinatkhaziev in #57
- Backport security patch to the skipped versions by @WPprodigy in #58
- Bump lowest Jetpack to 12.3 by @rinatkhaziev in #59
- Remove all Parse.ly versions < 3.15.0 by @rinatkhaziev in #60
- Remove Parse.ly < 3.15 by @rinatkhaziev in #61
- add remote-data-blocks integration to config by @shekharnwagh in #63
- [closes vipcms-243] add support for version prefixes by @shekharnwagh in #64
- add support to pull release zip code by @shekharnwagh in #65
- remove version prefix from folder name by @shekharnwagh in #66
- Add Security Boost integration by @brunobasto in #62
- [vip-security-boost] Remove
currentversions from the config since we don't have any versions pulled yet by @brunobasto in #67 - Update the version of the RDB plugin by @ingeniumed in #68
- Rename repo from
vip-security-boost-integrationtovip-security-boostby @brunobasto in #70 - fix the compare for when checking outdated versions by @shekharnwagh in #69
- Raise the lowest version of Remote Data Blocks and Block Data API by @ingeniumed in #71
- update RDB lowest version to v0.15 by @shekharnwagh in #72
- update RDB lowest version to v1.0 by @shekharnwagh in #73
- Hotfix: Jetpack 14.6 by @rebeccahum in #74
- Lowest Jetpack now 12.8 by @rinatkhaziev in #75
- Update lowestVersion for vip-security-boost to 1.0 by @brunobasto in #76
- [VIP-1714] Add VIP Real-Time Collaboration code by @shekharnwagh in #77
- Update Real-Time Collaboration integration code by @shekharnwagh in #78
- Update RTC and Gutenberg builds to commits d01b40a and 140dbb8294 by @shekharnwagh in #79
- Update RTC and Gutenberg builds to commits 90f2fdc and 149711656c by @shekharnwagh in #80
- add config entry for vip-real-time-collaboration by @shekharnwagh in #81
- Update Gutenberg build to commit 448d2598608 of Automattic/gutenberg/tree/release/vip-rtc-0.1.0 by @chriszarate in #82
- fix dir path for vip-real-time-collaboration by @shekharnwagh in htt...
20260224191331.production
What's Changed
- Skip Jetpack 10.6 by @pschoffer in #2
- add removal logic by @pschoffer in #3
- Supress downgrade by @pschoffer in #4
- Add/ignore by @pschoffer in #5
- Update/10.7 to 10.7+vip.1 by @pschoffer in #6
- fix version cmpr when there is no version yet by @pschoffer in #7
- Skip 10.3, 10.8, 11.0 by @rinatkhaziev in #8
- Backport 10.9 from mu-plugins and ignore it in autoupdater. by @rinatkhaziev in #9
- Support beta(x) by @pschoffer in #10
- fix: Update path in .dockerignore so that rsync could use it by @sjinks in #11
- Skip Jetpack 9.4 by @rinatkhaziev in #12
- Add Parse.ly by @rinatkhaziev in #14
- Rename workflow and files by @rinatkhaziev in #15
- Fix compareVersions and add tests by @rebeccahum in #16
- Bump minimum Jetpack to 9.8, remove unused versions by @rinatkhaziev in #17
- CI: Rename update-jetpack to update-dep and add tests workflow by @rebeccahum in #18
- Remove node_modules directory by @sjinks in #20
- Update test workflow by @sjinks in #21
- Update tests by @sjinks in #22
- maybeDeleteRemovedVersions(): Adds support for Parse.ly by @rebeccahum in #19
- CI: Install dependencies for update-deps workflow by @rebeccahum in #23
- Fix removing skip by @rebeccahum in #24
- Bump the minimum Jetpack version to 10.7, remove 11.7 by @rinatkhaziev in #25
- Update script to remove lower versions than lowest allowed version by @rebeccahum in #26
- Add pesky await to removePluginVersion() call by @rebeccahum in #27
- Update Jetpack 11.9 to https://github.com/Automattic/jetpack-production/releases/tag/11.9.1%2Bvip.1 by @rebeccahum in #28
- Automate posting to lobby when new Jetpack beta is added or released by @rebeccahum in #29
- CI: Fix changelog formatting and add the await so a proper Promise is returned by @rebeccahum in #31
- Update links to correct one by @rebeccahum in #32
- Add vip-block-data-api in vip-integrations folder by @alecgeatches in #30
- Update VIP Block Data API to 1.0.0 by @alecgeatches in #33
- Re-add the Block Data API and update the dockerignore by @ingeniumed in #34
- Remove Jetpack 10.7 by @rebeccahum in #36
- Update Jetpack 10.9 and 11.9 since they are on skipList by @rebeccahum in #37
- Bump Jetpack version meta to reflect correct one by @rebeccahum in #38
- Add _vip_disable_dedicated_sync_spawning short circuit filter by @WPprodigy in #39
- JP: Add extra dedicated sync spawn lock in memcached by @WPprodigy in #40
- Add existing versions to ignore list by @rebeccahum in #41
- Remove files from dockerignore for vip-block-data and update to 1.0.1 by @ingeniumed in #35
- Add performance hotfix to JP 12.3 by @WPprodigy in #42
- Update incrementVersion() to account for different maximum minor versions by @rebeccahum in #43
- Add the governance plugin by @ingeniumed in #44
- Update the current version & repo for the governance plugin by @ingeniumed in #45
- Remove the current version from the governance plugin by @ingeniumed in #46
- CI: Change to draft to different p2s by @rebeccahum in #47
- Add .devenvignore file and some very old Jetpacks in it by @rinatkhaziev in #48
- Remove Jetpack 12.4 by @rinatkhaziev in #50
- Ignore 12.1, 12.2, 12.3, 12.4, 12.6 for dev env by @rinatkhaziev in #49
- Remove Jetpack 12.9 by @rinatkhaziev in #51
- Update config.json: remove Jetpack 10.9 from config by @rinatkhaziev in #52
- chore(ci): update actions to recent versions by @sjinks in #53
- Weed out unused Parse.ly by @rinatkhaziev in #54
- CI: Fix CHANGELOG_VIP_TOKEN not being passed correctly to script by @rebeccahum in #55
- Jetpack: Noop WAF code - it shouldn't run anyway and prevents upgrading from 11.3 and below to current Jetpacks by @rinatkhaziev in #57
- Backport security patch to the skipped versions by @WPprodigy in #58
- Bump lowest Jetpack to 12.3 by @rinatkhaziev in #59
- Remove all Parse.ly versions < 3.15.0 by @rinatkhaziev in #60
- Remove Parse.ly < 3.15 by @rinatkhaziev in #61
- add remote-data-blocks integration to config by @shekharnwagh in #63
- [closes vipcms-243] add support for version prefixes by @shekharnwagh in #64
- add support to pull release zip code by @shekharnwagh in #65
- remove version prefix from folder name by @shekharnwagh in #66
- Add Security Boost integration by @brunobasto in #62
- [vip-security-boost] Remove
currentversions from the config since we don't have any versions pulled yet by @brunobasto in #67 - Update the version of the RDB plugin by @ingeniumed in #68
- Rename repo from
vip-security-boost-integrationtovip-security-boostby @brunobasto in #70 - fix the compare for when checking outdated versions by @shekharnwagh in #69
- Raise the lowest version of Remote Data Blocks and Block Data API by @ingeniumed in #71
- update RDB lowest version to v0.15 by @shekharnwagh in #72
- update RDB lowest version to v1.0 by @shekharnwagh in #73
- Hotfix: Jetpack 14.6 by @rebeccahum in #74
- Lowest Jetpack now 12.8 by @rinatkhaziev in #75
- Update lowestVersion for vip-security-boost to 1.0 by @brunobasto in #76
- [VIP-1714] Add VIP Real-Time Collaboration code by @shekharnwagh in #77
- Update Real-Time Collaboration integration code by @shekharnwagh in #78
- Update RTC and Gutenberg builds to commits d01b40a and 140dbb8294 by @shekharnwagh in #79
- Update RTC and Gutenberg builds to commits 90f2fdc and 149711656c by @shekharnwagh in #80
- add config entry for vip-real-time-collaboration by @shekharnwagh in #81
- Update Gutenberg build to commit 448d2598608 of Automattic/gutenberg/tree/release/vip-rtc-0.1.0 by @chriszarate in #82
- fix dir path for vip-real-time-collaboration by @shekharnwagh in htt...