diff --git a/LICENSE b/LICENSE index cc890f1..ad86fd5 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2021 The bootScore Contributors +Copyright (c) 2021 - 2023 The bootScore Contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..4b31465 --- /dev/null +++ b/composer.json @@ -0,0 +1,27 @@ +{ + "name": "bootscore/bootscore-child", + "description": "child theme for bootscore", + "type": "wordpress-theme", + "license": "MIT", + "authors": [ + { + "name": "The Bootscore Authors" + } + ], + "readme": "README.md", + "homepage": "https://bootscore.me/", + "support": { + "issues": "https://github.com/bootscore/bootscore/issues", + "forum": "https://github.com/orgs/bootscore/discussions", + "source": "https://github.com/bootscore/bootscore-child", + "docs": "https://bootscore.me/documentation/" + }, + "minimum-stability": "stable", + "keywords": [ + "wordpress", + "theme", + "bootscore", + "bootstrap", + "woocommerce" + ] +} diff --git a/readme.txt b/readme.txt index d756ed2..51e202d 100644 --- a/readme.txt +++ b/readme.txt @@ -3,9 +3,9 @@ Contributors: Bastian Kreiter, Justin Kruit Requires at least: 4.5 -Tested up to: 6.0.1 +Tested up to: 6.2.2 Requires PHP: 5.6 -Stable tag: 5.2.0.0 +Stable tag: 5.3.0 License: MIT License License URI: https://github.com/bootscore/bootscore-child/blob/main/LICENSE @@ -35,6 +35,11 @@ https://bootscore.me/documentation/using-the-child-themes/ == Changelog == + = 5.3.0 - June 02 2023 = + + * Enable Woo styles by default + * Create composer.json and submit to packagist + = 5.2.0.0 - July 22 2022 = * SCSS to main.css diff --git a/style.css b/style.css index c03c8e7..bf26cd9 100644 --- a/style.css +++ b/style.css @@ -4,7 +4,7 @@ Author: bootScore Author URI: https://bootscore.me Template: bootscore-main - Version: 5.2.0.0 + Version: 5.3.0 Text Domain: bootscore */