Skip to content

Commit

Permalink
chore(release): 1.5.8 [skip release]
Browse files Browse the repository at this point in the history
## [1.5.8](1.5.7...1.5.8) (2023-06-21)

### Bug Fixes

* missing undefined $custom_taxonomies ([76eb948](76eb948))
  • Loading branch information
semantic-release-bot committed Jun 21, 2023
1 parent 76eb948 commit 70653a2
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.5.8](https://github.com/IONOS-WordPress/cm4all-wp-impex/compare/1.5.7...1.5.8) (2023-06-21)


### Bug Fixes

* missing undefined $custom_taxonomies ([76eb948](https://github.com/IONOS-WordPress/cm4all-wp-impex/commit/76eb948e9ae9c794f82d04ba23e6e9f1e6532372))

## [1.5.7](https://github.com/IONOS-WordPress/cm4all-wp-impex/compare/1.5.6...1.5.7) (2023-04-03)


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.7",
"version": "1.5.8",
"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.7",
"version": "1.5.8",
"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.7
* Version: 1.5.8
* 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.7
* Version: 1.5.8
* Tags: import, export, migration
* Requires PHP: 8.0
* Requires at least: 5.7
Expand Down

0 comments on commit 70653a2

Please sign in to comment.