Bump version to 0.0.1 for initial release
All checks were successful
Create Release Package / PHP Lint (push) Successful in 55s
Create Release Package / Build Release (push) Successful in 1m7s

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-28 11:26:07 +01:00
parent ff68b979c7
commit 404f3a7264
4 changed files with 4 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
## [0.1.0] - 2026-02-28 ## [0.0.1] - 2026-02-28
### Added ### Added

View File

@@ -309,7 +309,7 @@ The child theme inherits from `wp-bootstrap` via WordPress `Template: wp-bootstr
## Version History ## Version History
Current version: **v0.1.0** Current version: **v0.0.1**
## Session History ## Session History

View File

@@ -22,7 +22,7 @@ if ( ! defined( 'ABSPATH' ) ) {
* 2. This PHP constant — used internally by the theme * 2. This PHP constant — used internally by the theme
* Both MUST be updated on every release. * Both MUST be updated on every release.
*/ */
define( 'WC_BOOTSTRAP_VERSION', '0.1.0' ); define( 'WC_BOOTSTRAP_VERSION', '0.0.1' );
define( 'WC_BOOTSTRAP_PATH', get_stylesheet_directory() . '/' ); define( 'WC_BOOTSTRAP_PATH', get_stylesheet_directory() . '/' );
define( 'WC_BOOTSTRAP_URL', get_stylesheet_directory_uri() . '/' ); define( 'WC_BOOTSTRAP_URL', get_stylesheet_directory_uri() . '/' );

View File

@@ -7,7 +7,7 @@ Description: A Bootstrap 5 child theme for WP Bootstrap that overrides all WooCo
Requires at least: 6.7 Requires at least: 6.7
Tested up to: 6.7 Tested up to: 6.7
Requires PHP: 8.3 Requires PHP: 8.3
Version: 0.1.0 Version: 0.0.1
License: GNU General Public License v2 or later License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: wp-bootstrap Template: wp-bootstrap