Skip to content

Commit 46e7e28

Browse files
authored
ci: Prepare release 3.0.0rc3 (#1372)
* Fix: Transifex integrations and translations * Add: compiled locales * Bump version * Update breadcrumbs
1 parent 4733fd4 commit 46e7e28

File tree

76 files changed

+15370
-10557
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

76 files changed

+15370
-10557
lines changed

.tx/config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[main]
22
host = https://www.transifex.com
33

4-
[django-filer.core]
4+
[o:divio:p:django-filer:r:core]
55
file_filter = filer/locale/<lang>/LC_MESSAGES/django.po
66
source_file = filer/locale/en/LC_MESSAGES/django.po
77
source_lang = en
8-
type = PO
8+
type = PO
99

CHANGELOG.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ CHANGELOG
1414
* Add thumbnail view for faster visual management of image libraries
1515
* Fix File.objects.only() query required for deleting user who own files.
1616
* Fix several CSS quirks
17+
* Fix folder widget
1718
* Remove unused css from delete confirmation view and move file view
1819

1920
2.2.5 (2023-06-11)

filer/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
8. Publish the release and it will automatically release to pypi
1414
"""
1515

16-
__version__ = '3.0.0rc2'
16+
__version__ = '3.0.0rc3'
1717

1818
default_app_config = 'filer.apps.FilerConfig'
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)