You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* chore(release): prepare 0.1.17 wporg housekeeping
Add WordPress.org listing/support references and the GitHub Sponsors donation link, then bump package metadata for the next wp.org release.
Co-Authored-By: OpenAI Codex <noreply@openai.com>
* fix(seed): preserve comment status in Playground export
Export and import comment_status/ping_status explicitly so Playground boots keep post comment forms available for accessibility and keyboard tests.
Co-Authored-By: OpenAI Codex <noreply@openai.com>
---------
Co-authored-by: OpenAI Codex <noreply@openai.com>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+29-1Lines changed: 29 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,30 @@ This project follows the spirit of [Keep a Changelog](https://keepachangelog.com
6
6
7
7
## [Unreleased]
8
8
9
+
## [0.1.17] - 2026-07-03
10
+
11
+
### Added
12
+
13
+
- Add the WordPress.org theme listing, support forum, and GitHub Sponsors donation link to the WordPress.org readme and maintainer docs.
14
+
15
+
### Changed
16
+
17
+
- Reframe theme-review/testing/backlog docs for post-acceptance maintenance and future WordPress.org releases.
18
+
19
+
## [0.1.16] - 2026-06-30
20
+
21
+
### Changed
22
+
23
+
- Theme review (themes.trac #277839): refreshed the front-page screenshot to match the current two-column masthead and dynamic Query Loop sections. Version bump for the WordPress.org resubmission accepted in the theme directory.
24
+
25
+
## [0.1.15] - 2026-06-23
26
+
27
+
### Changed
28
+
29
+
- Theme review (themes.trac #277839): replaced real external links in the Blogroll with XFN pattern with example.com placeholders and generic relationship labels, so the theme ships no hard-coded third-party URLs.
30
+
- Made every user-facing string in `patterns/front-page.php` translation-ready and replaced hard-coded demo post links with dynamic Query Loop blocks.
31
+
- Added explicit licence type and URL details to each resource entry in `readme.txt`, clarified that photographs are Playground-only demo media except as incorporated into `screenshot.png`, and removed the Butterick's Practical Typography influence note from bundled-resource credits.
32
+
9
33
## [0.1.14] - 2026-06-21
10
34
11
35
### Changed
@@ -177,7 +201,11 @@ This project follows the spirit of [Keep a Changelog](https://keepachangelog.com
[](https://playground.wordpress.net/?blueprint-url=https://raw.githubusercontent.com/dknauss/dirtbag/main/playground/blueprint-stable.json)[](https://playground.wordpress.net/?blueprint-url=https://raw.githubusercontent.com/dknauss/dirtbag/main/playground/blueprint-main.json)[](https://dknauss.github.io/dirtbag/)
@@ -11,6 +11,8 @@
11
11
12
12
Dirtbag favours plain HTML markup, as little JS (and CSS) as possible, core WordPress blocks, the fonts everyone already has, visible feeds, and old/open-web habits over front-end machinery.
13
13
14
+
> **Official listing:** Dirtbag is available in the WordPress.org theme directory at **[wordpress.org/themes/dirtbag](https://wordpress.org/themes/dirtbag/)**. Use the [WordPress.org support forum](https://wordpress.org/support/theme/dirtbag/) for site-specific help.
15
+
14
16
> **Live demo:** A static, backend-free snapshot of the theme's demo site is published at **[dknauss.github.io/dirtbag](https://dknauss.github.io/dirtbag/)** — a crawl of the WordPress demo deployed to GitHub Pages. Posts, archives, feeds, sitemaps, and all six style variations work; search and comment submission don't (no server). See [docs/github-pages-static-export.md](docs/github-pages-static-export.md) for how it's built and deployed.
Copy file name to clipboardExpand all lines: docs/README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,8 +14,10 @@ This folder holds repo-facing documentation for the Dirtbag WordPress block them
14
14
-[Backlog](backlog.md) — planned checks and improvements.
15
15
-[WordPress contribution notes](wordpress-contributions.md) — notable WordPress/Gutenberg/core contributions and a `wptexturize()` apostrophe deep dive.
16
16
17
-
## Live previews
17
+
## Official listing and live previews
18
18
19
+
-[WordPress.org theme listing](https://wordpress.org/themes/dirtbag/) — official distribution package, screenshots, downloads, reviews, translations, and theme metadata.
20
+
-[WordPress.org support forum](https://wordpress.org/support/theme/dirtbag/) — site-specific help and first-user feedback.
-[Playground preview: main branch](https://playground.wordpress.net/?blueprint-url=https://raw.githubusercontent.com/dknauss/dirtbag/main/playground/blueprint-main.json)
21
23
-[Static demo (GitHub Pages)](https://dknauss.github.io/dirtbag/) — a crawled, backend-free snapshot. See [github-pages-static-export.md](github-pages-static-export.md).
Copy file name to clipboardExpand all lines: docs/theme-review.md
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,8 @@
1
1
# WordPress.org theme review notes
2
2
3
-
Dirtbag aims to be ready for WordPress.org theme review without losing its small-site philosophy.
3
+
Dirtbag is listed in the WordPress.org theme directory at [wordpress.org/themes/dirtbag](https://wordpress.org/themes/dirtbag/). Keep future releases review-ready without losing the small-site philosophy.
4
+
5
+
Accepted listing baseline: **0.1.16**, published on WordPress.org on **June 30, 2026** after themes.trac ticket **#277839**.
4
6
5
7
## Required theme files
6
8
@@ -60,14 +62,15 @@ Keep third-party resource credits in `readme.txt`. Current credits include:
60
62
- Dirtbag truck icon adaptations generated from that source.
61
63
- Typography scale inspiration from Butterick’s Practical Typography.
62
64
63
-
## Release checklist
65
+
## Future release checklist
64
66
65
67
1. Run `bin/package-check`.
66
68
2. Run the official Theme Check plugin.
67
69
3. Test the Site Editor and every style variation.
68
70
4. Test keyboard navigation and small viewports.
69
71
5. Validate rendered HTML on representative pages.
70
72
6. Confirm package contents before uploading.
73
+
7. After upload/approval, verify the live listing, support forum, translations link, screenshots, version number, and download package at [wordpress.org/themes/dirtbag](https://wordpress.org/themes/dirtbag/).
71
74
72
75
## Upload scanner triage (Theme Check)
73
76
@@ -82,8 +85,8 @@ wp i18n … # (Theme Check runs via the adm
82
85
# or run_themechecks_against_theme())
83
86
```
84
87
85
-
The 0.1.8 release zip produced **no REQUIRED or WARNING**notes. The remaining
86
-
notes are non-blocking and intentional:
88
+
The accepted 0.1.16 package produced no unresolved blocking Theme Check notes.
89
+
The recurring non-blocking notes below are intentional unless the relevant code changes:
0 commit comments