From 1c0051c23e1e976705f0c494b68c7a6c7a2ae988 Mon Sep 17 00:00:00 2001 From: Nick Moreton Date: Thu, 27 Jan 2022 12:52:21 +0000 Subject: [PATCH 1/2] Upadate version --- wagtail_wordpress_import/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wagtail_wordpress_import/__init__.py b/wagtail_wordpress_import/__init__.py index e1ad198b..edb0c67d 100644 --- a/wagtail_wordpress_import/__init__.py +++ b/wagtail_wordpress_import/__init__.py @@ -1,5 +1,5 @@ default_app_config = "wagtail_wordpress_import.apps.WagtailWordpressImportAppConfig" -VERSION = (0, 1, 3) +VERSION = (0, 1, 4) __version__ = ".".join(map(str, VERSION)) From 9e47c9df6f68ced21e34f4cab8c0b4be86e4b76a Mon Sep 17 00:00:00 2001 From: Nick Moreton Date: Thu, 27 Jan 2022 12:55:19 +0000 Subject: [PATCH 2/2] Update change log --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9aad5132..eac603d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,16 +2,23 @@ ## Unreleased +--- + +## 0.1.4 [2022-01-27](https://github.com/torchbox/wagtail-wordpress-import/releases/tag/v0.1.4) + ### Bugfixes + - Empty item title breaks import [#135](https://github.com/torchbox/wagtail-wordpress-import/pull/135) - Issue/fatal error requests [#125](https://github.com/torchbox/wagtail-wordpress-import/pull/125) - Support slash in file path in reduce command [#129](https://github.com/torchbox/wagtail-wordpress-import/pull/129) (Thanks [@fabienheureux](https://github.com/fabienheureux)) - Fix typo in wp:postmeta tag name [#131](https://github.com/torchbox/wagtail-wordpress-import/pull/131) (Thanks [@fabienheureux](https://github.com/fabienheureux)) ### Features + - Upgrade lxml [#112](https://github.com/torchbox/wagtail-wordpress-import/pull/112) ### Documentation + - update README for issues raised [#126](https://github.com/torchbox/wagtail-wordpress-import/pull/126) - PyPi link and docs [#127](https://github.com/torchbox/wagtail-wordpress-import/pull/127) - Fix dead links in import hooks documentation [#132](https://github.com/torchbox/wagtail-wordpress-import/pull/132) (Thanks [@fabienheureux](https://github.com/fabienheureux)) @@ -24,6 +31,7 @@ Our first public release. ### Bug Fixes + - Collect some test cases in the same TestCase class [#111](https://github.com/torchbox/wagtail-wordpress-import/pull/111) - Fix Config overrides [#106](https://github.com/torchbox/wagtail-wordpress-import/pull/106) - Refactor date getters [#109](https://github.com/torchbox/wagtail-wordpress-import/pull/109) @@ -31,6 +39,7 @@ Our first public release. ### Features ### Documentation + - Add coverage report [#105](https://github.com/torchbox/wagtail-wordpress-import/pull/105) - Add import process flow diagram [#103](https://github.com/torchbox/wagtail-wordpress-import/pull/103) - Example for image in anchor [#107](https://github.com/torchbox/wagtail-wordpress-import/pull/107)