Skip to content

Commit

Permalink
chore(release): 1.5.6 [skip release]
Browse files Browse the repository at this point in the history
## [1.5.6](1.5.5...1.5.6) (2023-02-03)

### Bug Fixes

* imported option "theme_mods_trinity-core" will be updated after final import ([14b1865](14b1865))
* remap imported reusable block ids ([a8828db](a8828db))
  • Loading branch information
semantic-release-bot committed Feb 3, 2023
1 parent 14b1865 commit 68b1084
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 6 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [1.5.6](https://github.com/IONOS-WordPress/cm4all-wp-impex/compare/1.5.5...1.5.6) (2023-02-03)


### Bug Fixes

* imported option "theme_mods_trinity-core" will be updated after final import ([14b1865](https://github.com/IONOS-WordPress/cm4all-wp-impex/commit/14b18657f1e71b1a1c6cc1430cc77f4e1e463f86))
* remap imported reusable block ids ([a8828db](https://github.com/IONOS-WordPress/cm4all-wp-impex/commit/a8828db1d47f67c3ac5c846bb30686939dce7f35))

## [1.5.5](https://github.com/IONOS-WordPress/cm4all-wp-impex/compare/1.5.4...1.5.5) (2022-12-23)


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

0 comments on commit 68b1084

Please sign in to comment.