Release#4530
Merged
Merged
Conversation
Update Google Fonts
Bumps [codeinwp/themeisle-sdk](https://github.com/Codeinwp/themeisle-sdk) from 3.3.53 to 3.3.54. - [Release notes](https://github.com/Codeinwp/themeisle-sdk/releases) - [Changelog](https://github.com/Codeinwp/themeisle-sdk/blob/v3.3.54/CHANGELOG.md) - [Commits](Codeinwp/themeisle-sdk@v3.3.53...v3.3.54) --- updated-dependencies: - dependency-name: codeinwp/themeisle-sdk dependency-version: 3.3.54 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Home: - Add icons to the hero pills (Business/Portfolio/Blog/Shop) and to the brand strip, with thin column dividers between brand names. - New "How we work" 4-step process section and a "Plans that scale with you" pricing teaser linking to the new Pricing page. New Pricing page: - inc/compatibility/starter-content/pricing.php: 3 tiers (Professional featured), FAQ, CTA. Registered in starter_content.php (const, posts, is_starter_page_slug, primary + footer nav between Services and Work). Palette unchanged (nv-light-bg stays #f1f5f9). Verified on wp-env: PHP lint clean, 0 invalid blocks on home + pricing, no horizontal overflow. A hero blue backdrop was explored to match screenshot.png but dropped: it reads fine at a controlled screenshot width yet leaves an awkward empty blue area on wide live viewports. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01JPYaucAnAxbxPXho4ADBBG
… natively The inline-SVG pill icons (inside core/button RichText) don't render in the block editor and can be stripped on edit; the brand-strip icons (core/html in a flex row) squeezed the labels in the editor sandbox. Revert both to the clean original (plain pills + plain brand names) and render the process step number as a core/paragraph instead of core/html. Front end + block editor both verified clean on wp-env. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01JPYaucAnAxbxPXho4ADBBG
feat: enrich Default starter content (Process + Pricing) + new Pricing page
Collaborator
Collaborator
🌍 i18n String Review Report📊 Summary
➕ Added Strings (1) - Click to expand
|
…t/codeinwp/themeisle-sdk-3.3.54 chore(deps): bump codeinwp/themeisle-sdk from 3.3.53 to 3.3.54
vytisbulkevicius
approved these changes
Jun 30, 2026
Collaborator
|
🎉 This PR is included in version 4.2.7 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
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.
This pull request introduces several improvements and additions across the codebase, focusing on developer workflow, starter content, Google Fonts support, and documentation. The most significant changes are the addition of new GitHub workflow and issue templates for Copilot agent integration, enhancements to the starter content with new process and pricing sections, updates to the Google Fonts list, and improvements to testing documentation.
Developer workflow and automation:
.github/workflows/copilot-setup-steps.ymlto automate environment setup for Copilot coding agents, including Node.js, PHP, MySQL, dependency installation, and WordPress test suite setup..github/ISSUE_TEMPLATE/agent-task.yml, a structured issue template for agent tasks, specifying goals, constraints, relevant files, and required tests.Starter content and UI enhancements:
inc/compatibility/starter-content/home.phpwith new "Our Process" and "Pricing" sections, including styled process steps, pricing cards, and a call-to-action button.inc/compatibility/starter-content/custom-css.phpto support the new starter content.Google Fonts updates:
globals/google-fonts.phpwith new fonts: 'BJCree', 'Datatype', 'Iosevka Charon', 'Iosevka Charon Mono', 'Playwrite NZ Basic', 'Playwrite NZ Basic Guides', and 'SN Pro'; and added weights for 'STIX Two Math'. [1] [2] [3] [4] [5] [6]Documentation and testing:
AGENTS.md, clarifying prerequisites (MySQL, WordPress test suite, PHPUnit Polyfills), and aligning with the new Copilot setup workflow.These changes collectively improve the developer experience, enhance the starter content for end users, and expand font support for greater design flexibility.