From b01f72df2e41059c3b35b8dcadb3206015a96f45 Mon Sep 17 00:00:00 2001 From: Carsten Bach Date: Wed, 29 May 2024 11:00:36 +0200 Subject: [PATCH 1/8] Do not exclude README --- .distignore | 1 - 1 file changed, 1 deletion(-) diff --git a/.distignore b/.distignore index 136ec2f..757143c 100755 --- a/.distignore +++ b/.distignore @@ -35,7 +35,6 @@ multisite.xml.dist phpcs.xml .phpcs.xml.dist phpcs.xml.dist -README.md webpack.config.js wp-cli.local.yml yarn.lock From 1ab8758d73f1fae2233aad25ab85c322141c6761 Mon Sep 17 00:00:00 2001 From: Carsten Bach Date: Wed, 29 May 2024 11:01:37 +0200 Subject: [PATCH 2/8] Update version to 0.3.3 (where GH action does not) --- package.json | 2 +- readme.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e29a4f3..f8700a4 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "label-printing", - "version": "0.3.2", + "version": "0.3.3", "description": "Create printable labels with blocks.", "author": "Carsten Bach", "license": "GPL-3.0-or-later", diff --git a/readme.md b/readme.md index b9842e3..7b2cb73 100644 --- a/readme.md +++ b/readme.md @@ -1,6 +1,6 @@ # Label Printing -Stable tag: 0.3.2 +Stable tag: 0.3.3 Tested up to: 6.5.3 Requires at least: 6.3 Requires PHP: 8.1 From e7da750081eb65526693aad3e6ca626a3ca737c7 Mon Sep 17 00:00:00 2001 From: Carsten Bach Date: Wed, 29 May 2024 12:00:55 +0200 Subject: [PATCH 3/8] Use a valid SPDX license identifier --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 7b2cb73..4b79394 100644 --- a/readme.md +++ b/readme.md @@ -4,7 +4,7 @@ Stable tag: 0.3.3 Tested up to: 6.5.3 Requires at least: 6.3 Requires PHP: 8.1 -License: GPL v3 or later +License: GPL-3.0+ Tags: Label, print, print.css, block Contributors: carstenbach From 07f548aaa98063eb7d9f48425361694d225c3e7e Mon Sep 17 00:00:00 2001 From: Carsten Bach Date: Wed, 29 May 2024 12:01:51 +0200 Subject: [PATCH 4/8] Remove vendor from Plugin name --- plugin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.php b/plugin.php index 4cc3259..2ed5e69 100644 --- a/plugin.php +++ b/plugin.php @@ -8,7 +8,7 @@ * @license GPL-3.0+ * * @wordpress-plugin - * Plugin Name: figuren.theater | Label Printing + * Plugin Name: Label Printing * Plugin URI: https://github.com/figuren-theater/label-printing * Description: Create printable labels with blocks. * Version: 0.3.0 From 0555cbe423b7a0ec9a9998c5610e84e30e90ebe3 Mon Sep 17 00:00:00 2001 From: carstingaxion Date: Wed, 29 May 2024 08:33:48 +0000 Subject: [PATCH 5/8] Update changelog to 0.3.1 --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b88bef..c05a187 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,13 @@ All notable changes to this project will be documented in this file. -## [Unreleased](https://github.com/figuren-theater/label-printing/compare/0.3.0...HEAD) +## [Unreleased](https://github.com/figuren-theater/label-printing/compare/0.3.1...HEAD) + +## [0.3.1](https://github.com/figuren-theater/label-printing/compare/0.3.0...0.3.1) - 2024-05-29 + +### 🚀 Added + +- Use wp dist-archive to create a release-asset zip ([#49](https://github.com/figuren-theater/label-printing/pull/49)) ## [0.3.0](https://github.com/figuren-theater/label-printing/compare/0.2.0...0.3.0) - 2024-05-29 From 0005b9f902989b4e668bb584cc9250d653719353 Mon Sep 17 00:00:00 2001 From: carstingaxion Date: Wed, 29 May 2024 08:33:48 +0000 Subject: [PATCH 6/8] Update version to 0.3.1 --- plugin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.php b/plugin.php index 2ed5e69..2fe4573 100644 --- a/plugin.php +++ b/plugin.php @@ -11,7 +11,7 @@ * Plugin Name: Label Printing * Plugin URI: https://github.com/figuren-theater/label-printing * Description: Create printable labels with blocks. - * Version: 0.3.0 + * Version: 0.3.1 * Requires at least: 6.2 * Requires PHP: 8.1 * Author: Carsten Bach From 888e5269d70b1c064589245fc17ec04c4ad91036 Mon Sep 17 00:00:00 2001 From: carstingaxion Date: Wed, 29 May 2024 08:49:22 +0000 Subject: [PATCH 7/8] Update changelog to 0.3.2 --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c05a187..04f0116 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,13 @@ All notable changes to this project will be documented in this file. -## [Unreleased](https://github.com/figuren-theater/label-printing/compare/0.3.1...HEAD) +## [Unreleased](https://github.com/figuren-theater/label-printing/compare/0.3.2...HEAD) + +## [0.3.2](https://github.com/figuren-theater/label-printing/compare/0.3.1...0.3.2) - 2024-05-29 + +### 🚀 Added + +- Update version to 0.3.2 (where GH action does not) ([#50](https://github.com/figuren-theater/label-printing/pull/50)) ## [0.3.1](https://github.com/figuren-theater/label-printing/compare/0.3.0...0.3.1) - 2024-05-29 From 531119d70b692e3a49fa6156d87d693af490987e Mon Sep 17 00:00:00 2001 From: carstingaxion Date: Wed, 29 May 2024 08:49:22 +0000 Subject: [PATCH 8/8] Update version to 0.3.2 --- plugin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.php b/plugin.php index 2fe4573..2fad900 100644 --- a/plugin.php +++ b/plugin.php @@ -11,7 +11,7 @@ * Plugin Name: Label Printing * Plugin URI: https://github.com/figuren-theater/label-printing * Description: Create printable labels with blocks. - * Version: 0.3.1 + * Version: 0.3.2 * Requires at least: 6.2 * Requires PHP: 8.1 * Author: Carsten Bach