File tree Expand file tree Collapse file tree 3 files changed +15
-1
lines changed
Expand file tree Collapse file tree 3 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 22Changelog
33=========
44
5+ 2.0.1 (2025-11-10)
6+ ==================
7+
8+ * pre-commit hook updates by @bencipher in https://github.com/django-cms/djangocms-transfer/pull/25
9+ * Update the pks for internal child plugins by @mrbazzan in https://github.com/django-cms/djangocms-transfer/pull/49
10+ * django-cms 5.0 compatibility & restored import callback invocation by @florianschieder in https://github.com/django-cms/djangocms-transfer/pull/46
11+
12+ **New Contributors **
13+
14+ * @bencipher made their first contribution in https://github.com/django-cms/djangocms-transfer/pull/25
15+ * @florianschieder made their first contribution in https://github.com/django-cms/djangocms-transfer/pull/46
16+
17+
5182.0.0 (2025-08-09)
619==================
720
Original file line number Diff line number Diff line change 1- __version__ = "2.0.0 "
1+ __version__ = "2.0.1 "
22
33default_app_config = "djangocms_transfer.apps.TranferConfig"
44
Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ classifiers = [
3434 " Framework :: Django :: 4.2" ,
3535 " Framework :: Django :: 5.0" ,
3636 " Framework :: Django :: 5.1" ,
37+ " Framework :: Django :: 5.2" ,
3738 " Framework :: Django CMS" ,
3839 " Framework :: Django CMS :: 4.1" ,
3940 " Framework :: Django CMS :: 5.0" ,
You can’t perform that action at this time.
0 commit comments