From 506279367c41fd78bc53d3434956e4272dcac2d7 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 3 Apr 2023 08:30:21 +0000 Subject: [PATCH] chore(release): 1.5.7 [skip release] ## [1.5.7](https://github.com/IONOS-WordPress/cm4all-wp-impex/compare/1.5.6...1.5.7) (2023-04-03) ### Bug Fixes * fixed unit tests for wp 6.2 ([b76f9dc](https://github.com/IONOS-WordPress/cm4all-wp-impex/commit/b76f9dc5d9f89e986d9d202667593abe5c1ff80f)) * impex uses anonymous filenames for attachment blobs ([6a47bac](https://github.com/IONOS-WordPress/cm4all-wp-impex/commit/6a47baca75ef5dd29161314b0f1e54b2ff477c13)) * removed obsolete vscode launch configuration ([ea9d509](https://github.com/IONOS-WordPress/cm4all-wp-impex/commit/ea9d509e20e618bb7bc6cd305c892f0e6d309156)) --- CHANGELOG.md | 9 +++++++++ package-lock.json | 4 ++-- package.json | 2 +- packages/@cm4all-wp-impex/generator/package.json | 2 +- plugins/cm4all-wp-impex-example/plugin.php | 2 +- plugins/cm4all-wp-impex/plugin.php | 2 +- 6 files changed, 15 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7274ddb..cf73688 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.5.7](https://github.com/IONOS-WordPress/cm4all-wp-impex/compare/1.5.6...1.5.7) (2023-04-03) + + +### Bug Fixes + +* fixed unit tests for wp 6.2 ([b76f9dc](https://github.com/IONOS-WordPress/cm4all-wp-impex/commit/b76f9dc5d9f89e986d9d202667593abe5c1ff80f)) +* impex uses anonymous filenames for attachment blobs ([6a47bac](https://github.com/IONOS-WordPress/cm4all-wp-impex/commit/6a47baca75ef5dd29161314b0f1e54b2ff477c13)) +* removed obsolete vscode launch configuration ([ea9d509](https://github.com/IONOS-WordPress/cm4all-wp-impex/commit/ea9d509e20e618bb7bc6cd305c892f0e6d309156)) + ## [1.5.6](https://github.com/IONOS-WordPress/cm4all-wp-impex/compare/1.5.5...1.5.6) (2023-02-03) diff --git a/package-lock.json b/package-lock.json index 799c5c8..0b5878f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cm4all-wp-impex", - "version": "1.5.6", + "version": "1.5.7", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "cm4all-wp-impex", - "version": "1.5.6", + "version": "1.5.7", "devDependencies": { "@marp-team/marp-cli": "^2.2.0", "@mermaid-js/mermaid-cli": "^9.1.7", diff --git a/package.json b/package.json index b1fa525..6e08732 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cm4all-wp-impex", - "version": "1.5.6", + "version": "1.5.7", "scripts": { "dev": "make dev", "build": "make", diff --git a/packages/@cm4all-wp-impex/generator/package.json b/packages/@cm4all-wp-impex/generator/package.json index ce3101d..04a8c4a 100644 --- a/packages/@cm4all-wp-impex/generator/package.json +++ b/packages/@cm4all-wp-impex/generator/package.json @@ -1,6 +1,6 @@ { "name": "@cm4all-wp-impex/generator", - "version": "1.5.6", + "version": "1.5.7", "description": "Transforming any data to Gutenberg block annotated WordPress content by generating WordPress ImpEx plugin (https://github.com/IONOS-WordPress/cm4all-wp-impex) files", "keywords": [ "cm4all-wp-impex", diff --git a/plugins/cm4all-wp-impex-example/plugin.php b/plugins/cm4all-wp-impex-example/plugin.php index 616c939..51dd5a6 100644 --- a/plugins/cm4all-wp-impex-example/plugin.php +++ b/plugins/cm4all-wp-impex-example/plugin.php @@ -4,7 +4,7 @@ * Plugin Name: cm4all-wp-impex-example * Plugin URI: http://dev.intern.cm-ag/trinity/research/cm4all-wp-impex * Description: Example plugin contributing additional Importer/Exporter facilities to ImpEx plugin - * Version: 1.5.6 + * Version: 1.5.7 * Tags: import, export, migration * Requires PHP: 8.0 * Requires at least: 5.7 diff --git a/plugins/cm4all-wp-impex/plugin.php b/plugins/cm4all-wp-impex/plugin.php index 45e4684..8dbf1e4 100644 --- a/plugins/cm4all-wp-impex/plugin.php +++ b/plugins/cm4all-wp-impex/plugin.php @@ -4,7 +4,7 @@ * Plugin Name: cm4all-wp-impex * Plugin URI: https://github.com/IONOS-WordPress/cm4all-wp-impex * Description: ImpEx contributes extendable Import / Export functionality to WordPress - * Version: 1.5.6 + * Version: 1.5.7 * Tags: import, export, migration * Requires PHP: 8.0 * Requires at least: 5.7