Skip to content

Commit

Permalink
chore(release): 1.5.10 [skip release]
Browse files Browse the repository at this point in the history
## [1.5.10](1.5.9...1.5.10) (2024-01-11)

### Bug Fixes

* added wp_attachment_pages_enabled option to export ([bf39694](bf39694))
* fixed launch.json generation for successful 3rd-party plugin debugging ([5f07e44](5f07e44))
* **import:** fix mysql/mariadb charset/collation issue ([fb5543f](fb5543f))
* importing mysql db tables into mariadb/wp-env ([a1a21a8](a1a21a8))
* menu id reassignment fixed ([ac7d0f5](ac7d0f5))
* upgraded rector config to work with latest rector release ([406283e](406283e))
  • Loading branch information
semantic-release-bot committed Jan 11, 2024
1 parent 406283e commit a9ab04c
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.10](https://github.com/IONOS-WordPress/cm4all-wp-impex/compare/1.5.9...1.5.10) (2024-01-11)


### Bug Fixes

* added wp_attachment_pages_enabled option to export ([bf39694](https://github.com/IONOS-WordPress/cm4all-wp-impex/commit/bf39694920d725a1eb12e64b9a3112d98e43210b))
* fixed launch.json generation for successful 3rd-party plugin debugging ([5f07e44](https://github.com/IONOS-WordPress/cm4all-wp-impex/commit/5f07e44101fa88682a410fc6135ebc9aa7c8ba92))
* **import:** fix mysql/mariadb charset/collation issue ([fb5543f](https://github.com/IONOS-WordPress/cm4all-wp-impex/commit/fb5543f3a93c5879e697d788ac8e4619e80b1e48))
* importing mysql db tables into mariadb/wp-env ([a1a21a8](https://github.com/IONOS-WordPress/cm4all-wp-impex/commit/a1a21a8680d877a4ac5de8e13081165b2d7a1b22))
* menu id reassignment fixed ([ac7d0f5](https://github.com/IONOS-WordPress/cm4all-wp-impex/commit/ac7d0f5ad12e43a4c56319bb34150534586e24cc))
* upgraded rector config to work with latest rector release ([406283e](https://github.com/IONOS-WordPress/cm4all-wp-impex/commit/406283e1363a4d5178496b5616fd6ddfda2593e8))

## [1.5.9](https://github.com/IONOS-WordPress/cm4all-wp-impex/compare/1.5.8...1.5.9) (2023-07-24)


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

0 comments on commit a9ab04c

Please sign in to comment.