File tree 2 files changed +6
-4
lines changed
2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Unreleased
4
4
5
- - Wagtail 4.0 upgrade (includes v4.1)
6
- - Remove unused files and folders
7
- - Move example app to testapp
5
+ ## 0.3.0 [ 2022-12-22] ( https://github.com/torchbox/wagtail-wordpress-import/tree/v0.3.0 )
6
+
7
+ - Wagtail 4.0 upgrade (includes v4.1) [ #164 ] ( https://github.com/torchbox/wagtail-wordpress-import/pull/164 )
8
+ - Remove unused files and folders [ #162 ] ( https://github.com/torchbox/wagtail-wordpress-import/pull/162 )
9
+ - Move example app to testapp [ #163 ] ( https://github.com/torchbox/wagtail-wordpress-import/pull/163 )
8
10
9
11
## 0.2.0 [ 2022-10-27] ( https://github.com/torchbox/wagtail-wordpress-import/tree/v0.2.0 )
10
12
Original file line number Diff line number Diff line change 1
1
default_app_config = "wagtail_wordpress_import.apps.WagtailWordpressImportAppConfig"
2
2
3
3
4
- VERSION = (0 , 2 , 0 )
4
+ VERSION = (0 , 3 , 0 )
5
5
__version__ = "." .join (map (str , VERSION ))
You can’t perform that action at this time.
0 commit comments