From f0ad1d7c4a3e8b23954390ddb750f15f39d86620 Mon Sep 17 00:00:00 2001 From: Basti <51531217+crftwrk@users.noreply.github.com> Date: Thu, 1 Jun 2023 11:29:40 +0200 Subject: [PATCH 1/5] Update readme.txt --- readme.txt | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/readme.txt b/readme.txt index d756ed2..949de6e 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,10 @@ https://bootscore.me/documentation/using-the-child-themes/ == Changelog == + = 5.3.0 - June 02 2023 = + + * Enable Woo styles by default + = 5.2.0.0 - July 22 2022 = * SCSS to main.css From 52bc669dcb499385567cc58a2d2b029675000421 Mon Sep 17 00:00:00 2001 From: Basti <51531217+crftwrk@users.noreply.github.com> Date: Thu, 1 Jun 2023 11:29:59 +0200 Subject: [PATCH 2/5] Update style.css --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ From 622bddf3802e7fc6960db30d30cf2b9fb7b45c8f Mon Sep 17 00:00:00 2001 From: Basti <51531217+crftwrk@users.noreply.github.com> Date: Thu, 1 Jun 2023 11:30:34 +0200 Subject: [PATCH 3/5] Update LICENSE --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 6b1aac6a08d9b31beb378b1165a6daabbdf208da Mon Sep 17 00:00:00 2001 From: craftwerk Date: Thu, 1 Jun 2023 19:21:02 +0200 Subject: [PATCH 4/5] Create composer.json --- composer.json | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 composer.json 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" + ] +} From 6e24b2203ddc8bc23c06bc7a9c0433995cfa0bee Mon Sep 17 00:00:00 2001 From: craftwerk Date: Thu, 1 Jun 2023 19:27:01 +0200 Subject: [PATCH 5/5] Update readme.txt --- readme.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.txt b/readme.txt index 949de6e..51e202d 100644 --- a/readme.txt +++ b/readme.txt @@ -38,6 +38,7 @@ https://bootscore.me/documentation/using-the-child-themes/ = 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 =