Skip to content

Commit

Permalink
chore(release): 1.5.3 [skip release]
Browse files Browse the repository at this point in the history
## [1.5.3](1.5.2...1.5.3) (2022-11-03)

### Bug Fixes

* disabled example filter hiding impex import profiles ([6356f97](6356f97))
* GitHub action ([cf49192](cf49192))
* GitHub permission issue ([2e6e688](2e6e688))
* GitHub permission issue ([f6a83d1](f6a83d1))
* **make:** fixed a few caveats in Makefile ([48330ae](48330ae))
* **mdbook image:** added dopcker label pointing to the github repo ([319e870](319e870))
* nav menu import doesnt chrash anymore ([d8e9959](d8e9959))
* patched Makefile to fit GitHub action needs ([174e666](174e666))
  • Loading branch information
semantic-release-bot committed Nov 3, 2022
1 parent cf49192 commit 832a546
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 6 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cm4all-wp-impex",
"version": "1.5.2",
"version": "1.5.3",
"scripts": {
"dev": "make dev",
"build": "make",
Expand Down
2 changes: 1 addition & 1 deletion packages/@cm4all-wp-impex/generator/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion plugins/cm4all-wp-impex-example/plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion plugins/cm4all-wp-impex/plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 832a546

Please sign in to comment.