Compare commits

...

3 Commits

Author SHA1 Message Date
Yiannis Christodoulou
4cccb59055 Update version.py 2025-10-20 12:23:28 +03:00
Yiannis Christodoulou
a82ac762a6 Bump version to 7.0.0
Update the VERSION constant in cms/version.py to 7.0.0, indicating a new major release.
2025-10-20 12:12:26 +03:00
Yiannis Christodoulou
c3e17ec07f Enable rounded corners in UI settings
Set USE_ROUNDED_CORNERS to True to activate rounded corners in the user interface.
2025-10-20 12:07:42 +03:00
2 changed files with 2 additions and 2 deletions

View File

@ -554,7 +554,7 @@ USE_RBAC = False
USE_IDENTITY_PROVIDERS = False
JAZZMIN_UI_TWEAKS = {"theme": "flatly"}
USE_ROUNDED_CORNERS = False
USE_ROUNDED_CORNERS = True
ALLOW_VIDEO_TRIMMER = True

View File

@ -1 +1 @@
VERSION = "6.7.1.beta-9"
VERSION = "7.0.0"