diff --git a/CHANGELOG.md b/CHANGELOG.md index 47e733f..7c610c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +## [1.5.3](https://github.com/IONOS-WordPress/cm4all-wp-impex/compare/1.5.2...1.5.3) (2022-11-03) + + +### Bug Fixes + +* disabled example filter hiding impex import profiles ([6356f97](https://github.com/IONOS-WordPress/cm4all-wp-impex/commit/6356f97b909a525abd0741b6e4a736614e30cd40)) +* GitHub action ([cf49192](https://github.com/IONOS-WordPress/cm4all-wp-impex/commit/cf4919240738d2126b0a8a326b364ebf6a3b8a42)) +* GitHub permission issue ([2e6e688](https://github.com/IONOS-WordPress/cm4all-wp-impex/commit/2e6e68891356621f3ea362d5429c02ded74b46a9)) +* GitHub permission issue ([f6a83d1](https://github.com/IONOS-WordPress/cm4all-wp-impex/commit/f6a83d166f8af743d0fa675e51423333623b2b3f)) +* **make:** fixed a few caveats in Makefile ([48330ae](https://github.com/IONOS-WordPress/cm4all-wp-impex/commit/48330aea3ad240032f6139b2c86906ab762d9ea1)) +* **mdbook image:** added dopcker label pointing to the github repo ([319e870](https://github.com/IONOS-WordPress/cm4all-wp-impex/commit/319e870d28dee09ea3d8f1cea3b201b2f3839b1d)) +* nav menu import doesnt chrash anymore ([d8e9959](https://github.com/IONOS-WordPress/cm4all-wp-impex/commit/d8e9959f91efff5e86da09f1466fbd7955a8536b)) +* patched Makefile to fit GitHub action needs ([174e666](https://github.com/IONOS-WordPress/cm4all-wp-impex/commit/174e66608d2dbe1ff91990164b44a0a7e2bac7b2)) + ### [1.5.2](https://github.com/IONOS-WordPress/cm4all-wp-impex/compare/1.5.1...1.5.2) (2022-10-17) diff --git a/package-lock.json b/package-lock.json index 0350538..cde3832 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cm4all-wp-impex", - "version": "1.5.2", + "version": "1.5.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "cm4all-wp-impex", - "version": "1.5.2", + "version": "1.5.3", "devDependencies": { "@marp-team/marp-cli": "^2.2.0", "@mermaid-js/mermaid-cli": "^9.1.7", diff --git a/package.json b/package.json index 9f6bac1..5995fd3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cm4all-wp-impex", - "version": "1.5.2", + "version": "1.5.3", "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 80b0fe1..de16ab1 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.2", + "version": "1.5.3", "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 45a40f1..ca3a9b1 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.2 + * Version: 1.5.3 * 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 1ecc014..7d5b639 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.2 + * Version: 1.5.3 * Tags: import, export, migration * Requires PHP: 8.0 * Requires at least: 5.7