Skip to content

Commit

Permalink
chore(release): 1.5.4 [skip release]
Browse files Browse the repository at this point in the history
## [1.5.4](1.5.3...1.5.4) (2022-12-22)

### Bug Fixes

* added remapping site_logo and site_icon ([f669013](f669013))
* export example exports site logo, title and description ([362b9c2](362b9c2))
* export website title,description and logo ([52a8084](52a8084))
* exporting default homepage options ([968ca33](968ca33))
* finalized remapping imported nav_menu refs and several options referencing posts ([93c27c3](93c27c3))
* pinned ubuntu version for github action ([ead3c11](ead3c11))
  • Loading branch information
semantic-release-bot committed Dec 22, 2022
1 parent ead3c11 commit 46fdcc7
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 6 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [1.5.4](https://github.com/IONOS-WordPress/cm4all-wp-impex/compare/1.5.3...1.5.4) (2022-12-22)


### Bug Fixes

* added remapping site_logo and site_icon ([f669013](https://github.com/IONOS-WordPress/cm4all-wp-impex/commit/f6690133b7689fd69ade9eda8bf4f774c516655d))
* export example exports site logo, title and description ([362b9c2](https://github.com/IONOS-WordPress/cm4all-wp-impex/commit/362b9c22c7883794f351c726d439854806ae957a))
* export website title,description and logo ([52a8084](https://github.com/IONOS-WordPress/cm4all-wp-impex/commit/52a80848d91b4a3fefbb09ee7196e7ca5d8aa56e))
* exporting default homepage options ([968ca33](https://github.com/IONOS-WordPress/cm4all-wp-impex/commit/968ca33c8d129ab1e2427f343b63edf96eec9dfb))
* finalized remapping imported nav_menu refs and several options referencing posts ([93c27c3](https://github.com/IONOS-WordPress/cm4all-wp-impex/commit/93c27c34ba078e575091485f7e0eeec1b50b70cd))
* pinned ubuntu version for github action ([ead3c11](https://github.com/IONOS-WordPress/cm4all-wp-impex/commit/ead3c118e81a936bc1cb978b1faa090b80424edc))

## [1.5.3](https://github.com/IONOS-WordPress/cm4all-wp-impex/compare/1.5.2...1.5.3) (2022-11-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.3",
"version": "1.5.4",
"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.3",
"version": "1.5.4",
"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.3
* Version: 1.5.4
* 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.3
* Version: 1.5.4
* Tags: import, export, migration
* Requires PHP: 8.0
* Requires at least: 5.7
Expand Down

0 comments on commit 46fdcc7

Please sign in to comment.