Skip to content

Commit 36244e2

Browse files
committed
🧹 chore(public): regenerate 14 boilerplate ZIPs + drop legacy files
Rebuilds the downloadable boilerplate ZIPs served from public/ so they ship with WPBones v2.0.3 (wpbones/WPBones@v2.0.3). Also cleans up legacy artefacts that predate the per-boilerplate layout. ### ZIPs Regenerated all 14 WPKirk-*-Boilerplate ZIPs via `scripts/regenerate-zips.sh` β†’ `php bones deploy --wp --pkgm=yarn` with folder-wrapper layout for WordPress Playground and plugin install compatibility. Sizes range from ~524KB (simple templates) to ~2.6MB (Database, with Eloquent vendor bundle). ### Legacy files removed - public/wpkirk.zip β€” "demo" generic, superseded by per-theme zips - public/wpkirk-demo.zip β€” ditto - public/wpkirk-demo.json β€” Playground blueprint for the generic demo, superseded by per-theme blueprints - public/blueprint.json β€” default Playground blueprint that pointed at wpkirk.zip; no longer referenced ### Callers updated - content/core-concepts/options.mdx β†’ the "Demo Plugin in action" card now points to wpkirk-options-boilerplate (matching the page topic) instead of the generic wpkirk-demo. - components/Footer/resources.ts β†’ the "WP Bones Demo in action" footer link now points to wpkirk-boilerplate (the main boilerplate as generic demo) instead of wpkirk-demo.json. - components/Footer/resources.ts β†’ removed the "Roadmap" entry.
1 parent b2a3b8a commit 36244e2

20 files changed

Lines changed: 3 additions & 69 deletions

β€Žcomponents/Footer/resources.tsβ€Ž

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ export const resources = [
22
{
33
key: 'demo',
44
title: 'WP Bones Demo in action',
5-
href: 'https://playground.wordpress.net/?blueprint-url=https://www.wpbones.com/wpkirk-demo.json',
5+
href: 'https://playground.wordpress.net/?blueprint-url=https://www.wpbones.com/wpkirk-boilerplate.json',
66
},
77
{
88
key: 'wpbones-raycast',
@@ -20,12 +20,6 @@ export const resources = [
2020
title: 'Discussions',
2121
href: 'https://github.com/wpbones/WPBones/discussions',
2222
},
23-
{
24-
key: 'roadmap',
25-
title: 'Roadmap',
26-
href: 'https://github.com/orgs/wpbones/projects/4',
27-
new: true,
28-
},
2923
{
3024
key: 'wpbones-news',
3125
title: 'WP Bones News',

β€Žcontent/core-concepts/options.mdxβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,8 +234,8 @@ $result = MyPluginGlobalFunction()->options->toArray();
234234
235235
## See Options in action
236236
237-
You can see the options in actions in the [WP Kirk](https://github.com/wpbones/WPKirk) Demo plugin.
237+
You can see the options in action in the [WPKirk-Options-Boilerplate](https://github.com/wpbones/WPKirk-Options-Boilerplate) sample plugin.
238238
239239
<Cards num={1}>
240-
<Cards.Card icon={<IconBrandWordpress color="#74C0FC" />} title="Demo Plugin in action" target="_blank" href="https://playground.wordpress.net/?blueprint-url=https://www.wpbones.com/wpkirk-demo.json" />
240+
<Cards.Card icon={<IconBrandWordpress color="#74C0FC" />} title="Try it in WordPress Playground" target="_blank" href="https://playground.wordpress.net/?blueprint-url=https://www.wpbones.com/wpkirk-options-boilerplate.json" />
241241
</Cards>

β€Žpublic/blueprint.jsonβ€Ž

Lines changed: 0 additions & 30 deletions
This file was deleted.
209 Bytes
Binary file not shown.
7 Bytes
Binary file not shown.
211 Bytes
Binary file not shown.
7 Bytes
Binary file not shown.
7 Bytes
Binary file not shown.
-12 Bytes
Binary file not shown.

β€Žpublic/wpkirk-demo.jsonβ€Ž

Lines changed: 0 additions & 30 deletions
This file was deleted.

0 commit comments

Comments
Β (0)