Skip to content

Commit 848c99f

Browse files
committed
Bump to version 2.0.0
1 parent 599061d commit 848c99f

File tree

5 files changed

+130
-93
lines changed

5 files changed

+130
-93
lines changed

CHANGELOG.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22
Changelog
33
=========
44

5+
2.0.0 (2025-03-20)
6+
==================
7+
* feat: Rename link plugin to text link plugin by @fsbraun in https://github.com/django-cms/djangocms-frontend/pull/219
8+
* feat: Add re-usable components by @fsbraun in https://github.com/django-cms/djangocms-frontend/pull/220
9+
* feat: Support `LinkFormField` of djangocms-link 5+ by @fsbraun in https://github.com/django-cms/djangocms-frontend/pull/241
10+
* feat: Use Django CMS 5.0 capabilities by @fsbraun in https://github.com/django-cms/djangocms-frontend/pull/254
11+
* locale: Updates for file djangocms_frontend/locale/en/LC_MESSAGES/django.po in de by @transifex-integration in https://github.com/django-cms/djangocms-frontend/pull/228
12+
* fix: inline editing crashed for plugin template tags by @fsbraun in https://github.com/django-cms/djangocms-frontend/pull/260
13+
* docs: update by @fsbraun in https://github.com/django-cms/djangocms-frontend/pull/239
14+
* docs: Add documentation for HeadingPlugin and TOCPlugin by @sourcery-ai in https://github.com/django-cms/djangocms-frontend/pull/246
15+
* docs: Revise table of contents and fix typos by @fsbraun in https://github.com/django-cms/djangocms-frontend/pull/249
16+
* docs: Update documentation by @fsbraun in https://github.com/django-cms/djangocms-frontend/pull/259
17+
18+
519
1.3.4 (2024-09-30)
620
==================
721

djangocms_frontend/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@
1919
13. Github actions will publish the new package to pypi
2020
"""
2121

22-
__version__ = "2.0.0a1"
22+
__version__ = "2.0.0"
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)