Add theme screenshot and bump to v0.1.3
All checks were successful
Create Release Package / PHP Lint (push) Successful in 59s
Create Release Package / Build Release (push) Successful in 1m13s

Add dark mode product archive screenshot for WordPress theme preview.
Update version, changelog, and documentation for release.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-28 22:35:34 +01:00
parent cfe089d1fe
commit bf24b121f5
5 changed files with 10 additions and 4 deletions

View File

@@ -141,8 +141,8 @@ for po in languages/wc-bootstrap-*.po; do msgfmt -o "${po%.po}.mo" "$po"; done
Releases are automated via Gitea Actions. Push a tag matching `vX.X.X` to trigger a release build.
```bash
git tag -a v0.1.2 -m "Version 0.1.2 - Bugfix release"
git push origin v0.1.2
git tag -a v0.1.3 -m "Version 0.1.3 - Add theme screenshot"
git push origin v0.1.3
```
## License