Skip to content

Commit 3a5713c

Browse files
authored
chore: Prepare release 3.3.2 (#1545)
* feat: Move to node 24 * Update changelog
1 parent 3cd00e9 commit 3a5713c

File tree

7 files changed

+31
-10
lines changed

7 files changed

+31
-10
lines changed

.github/workflows/frontend.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
node-version: [18.19.x]
10+
node-version: [24.2.x]
1111

1212
steps:
1313
- uses: actions/checkout@v5

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
18
1+
24

CHANGELOG.rst

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@
22
CHANGELOG
33
=========
44

5+
3.3.2 (2025-09-01)
6+
==================
7+
8+
* fix: add filename length safety check with random suffix by @Baraff24 in https://github.com/django-cms/django-filer/pull/1515
9+
* fix: Remove user from autocomplete fields if (swapped) user model does not have search fields by @fsbraun in https://github.com/django-cms/django-filer/pull/1517
10+
* Fix: Include Private Storage in Orphan File Scanning for filer_check Command by @Baraff24 in https://github.com/django-cms/django-filer/pull/1518
11+
* fix: Relect template block structure of Django 5.2+ by @fsbraun in https://github.com/django-cms/django-filer/pull/1523
12+
* chore: Added Full Persian (Farsi) Translate by @dimacodev in https://github.com/django-cms/django-filer/pull/1524
13+
* fix: Update directory_table_list.html by @AliAkbarSobhanpoor in https://github.com/django-cms/django-filer/pull/1528
14+
* fix: Avoid locale-dependent ratio by @albanbochsler in https://github.com/django-cms/django-filer/pull/1536
15+
* fix: docs GitHub action built by @fsbraun in https://github.com/django-cms/django-filer/pull/1540
16+
* fix: Folder permission cache update sometimes raised TypeError by @fsbraun in https://github.com/django-cms/django-filer/pull/1539
17+
* fix: Failed to install submodules of filer by @fsbraun in https://github.com/django-cms/django-filer/pull/1544
18+
19+
**New Contributors**
20+
21+
* @Baraff24 made their first contribution in https://github.com/django-cms/django-filer/pull/1515
22+
* @dimacodev made their first contribution in https://github.com/django-cms/django-filer/pull/1524
23+
* @AliAkbarSobhanpoor made their first contribution in https://github.com/django-cms/django-filer/pull/1528
24+
* @albanbochsler made their first contribution in https://github.com/django-cms/django-filer/pull/1536
25+
526
3.3.1 (2024-12-07)
627
==================
728

filer/__init__.py

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

16-
__version__ = '3.3.1'
16+
__version__ = '3.3.2'

filer/static/filer/css/admin_filer.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

filer/static/filer/css/maps/admin_filer.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"private": true,
44
"devDependencies": {
55
"gulp": "^4.0.2",
6-
"gulp-autoprefixer": "^7.0.1",
6+
"gulp-autoprefixer": "^8.0.0",
77
"gulp-iconfont": "^11.0.1",
88
"gulp-iconfont-css": "^3.0.0",
99
"gulp-jscs": "^4.1.0",
@@ -12,13 +12,13 @@
1212
"gulp-sourcemaps": "^2.6.5",
1313
"gulp-sync": "^0.1.4",
1414
"gulp-util": "^3.0.6",
15-
"jasmine-core": "^2.3.2",
15+
"jasmine-core": "^5.9.0",
1616
"jshint-stylish": "^2.2.1",
17-
"karma": "^0.13.22",
17+
"karma": "^6.4.4",
1818
"karma-chrome-launcher": "^3.2.0",
1919
"karma-fixture": "^0.2.6",
20-
"karma-html2js-preprocessor": "^0.1.0",
21-
"karma-jasmine": "^0.3.8",
20+
"karma-html2js-preprocessor": "^1.1.0",
21+
"karma-jasmine": "^5.1.0",
2222
"karma-json-fixtures-preprocessor": "^0.0.6",
2323
"request": "^2.88.2",
2424
"sass": "^1.63.4"

0 commit comments

Comments
 (0)