diff --git a/.monorepo-source.json b/.monorepo-source.json index c1dea3a..6a35d60 100644 --- a/.monorepo-source.json +++ b/.monorepo-source.json @@ -1,7 +1,7 @@ { "productId": "funkycommerce-headless", "repository": "coded-letter/superfunky-theme", - "source": "coded-letter/coded-letter-monorepo@85e3fb0fe8ae963804a546effc243d1359feff2b", + "source": "coded-letter/coded-letter-monorepo@95339e345eae0577fd6ec2a8748b636e645d5150", "sourcePath": "workspace/backend/wordpress/themes/free/funkycommerce-headless", "installSlug": "funkycommerce-headless", "kind": "theme", diff --git a/functions.php b/functions.php index f485c83..b7efd84 100644 --- a/functions.php +++ b/functions.php @@ -9,7 +9,7 @@ exit; } -define( 'FUNKYCOMMERCE_HEADLESS_VERSION', '1.2.16' ); +define( 'FUNKYCOMMERCE_HEADLESS_VERSION', '1.2.17' ); /** * Whether Superfunky Pro is active and licensed. diff --git a/inc/build-webhooks.php b/inc/build-webhooks.php index f55470a..319572e 100644 --- a/inc/build-webhooks.php +++ b/inc/build-webhooks.php @@ -58,9 +58,6 @@ function funkycommerce_static_generation_config() { * Expose public build inputs to CI without exposing privileged deployment settings. */ function funkycommerce_register_static_generation_graphql() { - if ( ! funkycommerce_is_headless_mode() ) { - return; - } register_graphql_field( 'RootQuery', 'funkycommerceStaticGenerationConfig', diff --git a/package-lock.json b/package-lock.json index e142a6c..bfd5157 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "funkycommerce-headless-theme", - "version": "1.2.16", + "version": "1.2.17", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "funkycommerce-headless-theme", - "version": "1.2.16", + "version": "1.2.17", "devDependencies": { "autoprefixer": "^10.4.20", "esbuild": "^0.28.2", diff --git a/package.json b/package.json index 5ad199c..b44b369 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "funkycommerce-headless-theme", "private": true, - "version": "1.2.16", + "version": "1.2.17", "description": "Tailwind/build tooling for the FunkyCommerce Headless WordPress theme's native frontend assets (block templates, template parts, loader, and Spotify slot).", "scripts": { "build:css": "tailwindcss -i ./assets/css/theme-source.css -o ./assets/dist/theme.css --minify", diff --git a/readme.txt b/readme.txt index 10f58dd..48d27fc 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: headless, woocommerce, wpgraphql, full-site-editing Requires at least: 6.7 Tested up to: 6.8 Requires PHP: 7.4 -Stable tag: 1.2.16 +Stable tag: 1.2.17 License: GPL-2.0-or-later License URI: https://www.gnu.org/licenses/gpl-2.0.html @@ -15,6 +15,11 @@ Control Center, the theme also ships a complete native WordPress rendering path "Native frontend theme" below) with accessible header/footer/navigation templates and core front/home/singular/archive/search/404 routes styled to match the storefront. +== 1.2.17 highlights == + +* Publishes configured llms.txt documents reliably for static storefront deployments. +* Removes empty shop and community directories from generated sitemaps while preserving real CMS pages. + == 1.2.16 highlights == * Adds validated H1-H6 controls to video heroes and keeps static hero heading levels consistent in native and headless rendering. diff --git a/style.css b/style.css index 0259556..66a39be 100644 --- a/style.css +++ b/style.css @@ -7,7 +7,7 @@ Description: A minimal, content-first block theme for polished WordPress preview Requires at least: 6.7 Tested up to: 6.8 Requires PHP: 7.4 -Version: 1.2.16 +Version: 1.2.17 Update URI: https://github.com/coded-letter/superfunky-theme License: GPL-2.0-or-later License URI: https://www.gnu.org/licenses/gpl-2.0.html