Skip to content

Commit

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

### Bug Fixes

* fixed unit tests for wp 6.2 ([b76f9dc](b76f9dc))
* impex uses anonymous filenames for attachment blobs ([6a47bac](6a47bac))
* removed obsolete vscode launch configuration ([ea9d509](ea9d509))
  • Loading branch information
semantic-release-bot committed Apr 3, 2023
1 parent 6a47bac commit 5062793
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 6 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [1.5.7](https://github.com/IONOS-WordPress/cm4all-wp-impex/compare/1.5.6...1.5.7) (2023-04-03)


### Bug Fixes

* fixed unit tests for wp 6.2 ([b76f9dc](https://github.com/IONOS-WordPress/cm4all-wp-impex/commit/b76f9dc5d9f89e986d9d202667593abe5c1ff80f))
* impex uses anonymous filenames for attachment blobs ([6a47bac](https://github.com/IONOS-WordPress/cm4all-wp-impex/commit/6a47baca75ef5dd29161314b0f1e54b2ff477c13))
* removed obsolete vscode launch configuration ([ea9d509](https://github.com/IONOS-WordPress/cm4all-wp-impex/commit/ea9d509e20e618bb7bc6cd305c892f0e6d309156))

## [1.5.6](https://github.com/IONOS-WordPress/cm4all-wp-impex/compare/1.5.5...1.5.6) (2023-02-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.6",
"version": "1.5.7",
"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.6",
"version": "1.5.7",
"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.6
* Version: 1.5.7
* 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.6
* Version: 1.5.7
* Tags: import, export, migration
* Requires PHP: 8.0
* Requires at least: 5.7
Expand Down

0 comments on commit 5062793

Please sign in to comment.