diff --git a/CHANGELOG.md b/CHANGELOG.md index aa18b07..f873366 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [0.1.3] - 2026-02-28 + +### Added + +- Theme screenshot showing dark mode product archive with Bootstrap 5 card grid + ## [0.1.2] - 2026-02-28 ### Fixed diff --git a/CLAUDE.md b/CLAUDE.md index cab4a3f..6af3db0 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -327,7 +327,7 @@ The child theme inherits from `wp-bootstrap` via WordPress `Template: wp-bootstr ## Version History -Current version: **v0.1.2** +Current version: **v0.1.3** ## Session History diff --git a/README.md b/README.md index a480405..c434ce9 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/screenshot.png b/screenshot.png new file mode 100644 index 0000000..bbd26f9 Binary files /dev/null and b/screenshot.png differ diff --git a/style.css b/style.css index b26698d..e0f44f7 100644 --- a/style.css +++ b/style.css @@ -7,7 +7,7 @@ Description: A Bootstrap 5 child theme for WP Bootstrap that overrides all WooCo Requires at least: 6.7 Tested up to: 6.7 Requires PHP: 8.3 -Version: 0.1.2 +Version: 0.1.3 License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Template: wp-bootstrap