Skip to content

chore(release): prepare 3.7.2 - #261

Merged
nk-o merged 2 commits into
masterfrom
release-3-7-2
Sep 14, 2026
Merged

nk-o merged 2 commits into
masterfrom
release-3-7-2

Conversation

@nk-o

@nk-o nk-o commented Sep 14, 2026

Copy link
Copy Markdown
Collaborator

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 recorded ghostkit_db_version 3.7.2.

Changelog entry, in both CHANGELOG.md and readme.txt:

= 3.7.2 - Sep 14, 2026 =

* fixed a critical error on sites where another plugin ships a different version of the same CSS parser, which showed up as "Declaration of Sabberworm\CSS\Value\Size::render() must be compatible" once the custom breakpoints styles were rebuilt
* changed custom breakpoints to be applied to the shipped stylesheets directly instead of compiling styles on the site, so the change takes effect on the next page load
* fixed RTL sites loading the left-to-right stylesheets for blocks, the editor and the settings pages
* **Pro:**
* fixed one failed plugin update on the Plugins screen leaving the remaining queued updates waiting for a page reload
* fixed RTL sites loading the left-to-right stylesheets of the Pro blocks on the frontend and in the editor

Translations are regenerated; the template picks up the new plugin description from the docs commits. Checks on this branch: npm run lint clean, npm run test:unit:php OK (67 tests, 127 assertions), npm run test:e2e 25 passed, npm run lint:php clean.

After the merge: tag v3.7.2 to deploy to wordpress.org, then bump core-plugin in Ghost Kit Pro and run its bump-from-core for the Pro 3.7.2 release.

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.
@nk-o
nk-o merged commit def92c5 into master Sep 14, 2026
7 checks passed
@nk-o
nk-o deleted the release-3-7-2 branch September 14, 2026 10:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant