chore(release): prepare 3.7.2 - #261
Merged
Merged
Conversation
Patch rather than minor: nothing is added. Custom breakpoints are now applied to the shipped stylesheets instead of compiling styles on the site, which removes the bundled CSS parser that collided with another plugin's copy and took a customer's site down on 3.7.0, and RTL sites get their right-to-left stylesheets again. The Pro half of the release carries the same core plus the updater fix from ghostkit-pro#60. The version bump is what arms the cleanup migration keyed 3.7.2: seeded with an old site's compiled files, saved hash and cron event, one page load of this build removed all three and recorded the version. Translations are regenerated; the template picks up the new plugin description from the docs commits. Ghost Kit Pro follows this release. Its `bump-from-core` takes the number from `core-plugin`, so it can only be numbered 3.7.2 once this is tagged.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Patch rather than minor: nothing is added. Custom breakpoints are now applied to the shipped stylesheets instead of compiling styles on the site (#259), which removes the bundled CSS parser that collided with another plugin's copy and took a customer's site down on 3.7.0, and RTL sites get their right-to-left stylesheets again. The Pro half of the release carries the same core plus the updater fix from nk-crew/ghostkit-pro#60.
The version bump is what arms the cleanup migration keyed 3.7.2. Checked on this build's dev site: seeded with an old site's compiled files under
uploads/ghostkit/gutenberg, the saved-hash option and the queue's cron event, one page load removed all three and recordedghostkit_db_version3.7.2.Changelog entry, in both
CHANGELOG.mdandreadme.txt:Translations are regenerated; the template picks up the new plugin description from the docs commits. Checks on this branch:
npm run lintclean,npm run test:unit:phpOK (67 tests, 127 assertions),npm run test:e2e25 passed,npm run lint:phpclean.After the merge: tag
v3.7.2to deploy to wordpress.org, then bumpcore-pluginin Ghost Kit Pro and run itsbump-from-corefor the Pro 3.7.2 release.