Skip to content

Commit 3091e41

Browse files
authored
chore: Prepare version 2.3.0 (#466)
* Update README.rst * Update __init__.py * Update CHANGELOG.rst * Update __init__.py * Update README.rst * Update README.rst
1 parent bafc4e0 commit 3091e41

File tree

3 files changed

+17
-11
lines changed

3 files changed

+17
-11
lines changed

CHANGELOG.rst

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

5+
2.3.0 (2025-05-13)
6+
==================
7+
8+
* feat: Improve default copy method to also copy placeholders and plugins by @fsbraun in https://github.com/django-cms/djangocms-versioning/pull/345
9+
* fix: Only show language menu for more than one language by @fsbraun in https://github.com/django-cms/djangocms-versioning/pull/457
10+
* Updates for file djangocms_versioning/locale/en/LC_MESSAGES/django.po in nl by @transifex-integration in https://github.com/django-cms/djangocms-versioning/pull/460
11+
* Updates for file djangocms_versioning/locale/en/LC_MESSAGES/django.po in sq by @transifex-integration in https://github.com/django-cms/djangocms-versioning/pull/463
12+
* Updates for file djangocms_versioning/locale/en/LC_MESSAGES/django.po in ru by @transifex-integration in https://github.com/django-cms/djangocms-versioning/pull/459
13+
* fix: Use consistent django colors for accent object tools by @fsbraun in https://github.com/django-cms/djangocms-versioning/pull/464
14+
* chore: Remove deprecated django CMS references by @fsbraun in https://github.com/django-cms/djangocms-versioning/pull/465
15+
16+
517
2.2.1 (2025-03-06)
618
==================
719

README.rst

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,9 @@
1-
|django| |djangocms4|
1+
|django| |djangocms|
22

33
*********************
44
django CMS Versioning
55
*********************
66

7-
.. warning::
8-
9-
This is the development branch for django CMS version 4.1 support.
10-
11-
For django CMS V4.0 support, see `support/django-cms-4.0.x branch <https://github.com/django-cms/djangocms-versioning/tree/support/django-cms-4.0.x>`_
12-
137

148
============
159
Installation
@@ -33,7 +27,7 @@ Add ``djangocms_versioning`` to your project's ``INSTALLED_APPS``.
3327
Run::
3428

3529
python -m manage migrate djangocms_versioning
36-
python -m manage create_versions --user-id <user-id-of-migration-user>
30+
python -m manage create_versions --userid <user-id-of-migration-user>
3731

3832
to perform the application's database migrations and (only if you have an existing database) add version objects
3933
needed to mark existing versions as draft.
@@ -105,7 +99,7 @@ To update transifex translation in this repo you need to download the
10599
do not forget to run the ``compilemessages`` management command.
106100

107101

108-
.. |django| image:: https://img.shields.io/badge/django-3.2%2B-blue.svg
102+
.. |django| image:: https://img.shields.io/badge/django-4.2%2B-blue.svg
109103
:target: https://www.djangoproject.com/
110-
.. |djangocms4| image:: https://img.shields.io/badge/django%20CMS-4.1-blue.svg
104+
.. |djangocms| image:: https://img.shields.io/badge/django%20CMS-4.1%2B-blue.svg
111105
:target: https://www.django-cms.org/

djangocms_versioning/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.2.1"
1+
__version__ = "2.3.0"

0 commit comments

Comments
 (0)