Skip to content

Commit

Permalink
Merge pull request #150 from torchbox/release-prep
Browse files Browse the repository at this point in the history
Release prep
  • Loading branch information
nickmoreton authored Jan 27, 2022
2 parents 51b1bff + 9e47c9d commit d9bd126
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand All @@ -24,13 +31,15 @@
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)

### 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)
Expand Down
2 changes: 1 addition & 1 deletion wagtail_wordpress_import/__init__.py
Original file line number Diff line number Diff line change
@@ -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))

0 comments on commit d9bd126

Please sign in to comment.