You've already forked wc-bootstrap
Bump version to 0.0.1 for initial release
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -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() . '/' );
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user