Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"0.1.0"}
{".":"0.2.0"}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.2.0](https://github.com/luehrsenheinrich/wp-project-boilerplate/compare/wp-project-boilerplate-v0.1.0...wp-project-boilerplate-v0.2.0) (2025-12-21)


### Features

* add copilot-instructions.md for agent onboarding ([#886](https://github.com/luehrsenheinrich/wp-project-boilerplate/issues/886)) ([1eeb4ae](https://github.com/luehrsenheinrich/wp-project-boilerplate/commit/1eeb4ae6535d389c577054e6f1340cec3f4afd9c))

## [0.1.0](https://github.com/luehrsenheinrich/wp-project-boilerplate/compare/wp-project-boilerplate-v0.0.22...wp-project-boilerplate-v0.1.0) (2025-11-25)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "wp-project-boilerplate",
"title": "WordPress Project Boilerplate",
"slug": "lhpbp",
"version": "0.1.0",
"version": "0.2.0",
"description": "A base boilerplate for Luehrsen // Heinrich WordPress projects.",
"scripts": {
"build": "webpack",
Expand Down
4 changes: 2 additions & 2 deletions plugin/lhpbpp.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
* Author: Luehrsen // Heinrich
* Author URI: https://www.luehrsen-heinrich.de
* x-release-please-start-version
* Version: 0.1.0
* Version: 0.2.0
* x-release-please-end
* Text Domain: lhpbpp
* Domain Path: /languages
* Last Updated: 2025-11-25 // x-release-please-date
* Last Updated: 2025-12-21 // x-release-please-date
*
* @package lhpbp\plugin
*/
Expand Down
4 changes: 2 additions & 2 deletions theme/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
* Author: Luehrsen // Heinrich
* Author URI: http://www.luehrsen-heinrich.de
* x-release-please-start-version
* Version: 0.1.0
* Version: 0.2.0
* x-release-please-end
* Text Domain: lhpbpt
* Domain Path: /languages
* License: GPL-2.0+
* License URI: http://www.gnu.org/licenses/gpl-2.0.txt
* Last Updated: 2025-11-25 // x-release-please-date
* Last Updated: 2025-12-21 // x-release-please-date
*/