File tree Expand file tree Collapse file tree 4 files changed +14
-3
lines changed
Expand file tree Collapse file tree 4 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 66
77## [ Unreleased]
88
9+ ## [ 4.11.3] - 2026-01-05
10+
11+ ### Changed
12+
13+ - Update app template. #1688
14+ - Multiple dependency updates. #1685
15+
16+ ### Fixed
17+
18+ - Update app description only when uploaded app release is latest version. #1687
19+
920## [ 4.11.2] - 2025-12-16
1021
1122### Changed
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ initmigrations:
2424.PHONY : dev-setup
2525dev-setup :
2626 rm -f db.sqlite3
27- npm install
27+ npm ci
2828 npm run build
2929 poetry install
3030 cp $(CURDIR ) /scripts/development/settings/base.py $(CURDIR ) /nextcloudappstore/settings/development.py
Original file line number Diff line number Diff line change 6262copyright = str (datetime .now ().year ) + " Nextcloud GmbH" # noqa
6363author = "Nextclouders"
6464
65- version = "4.11.2 "
65+ version = "4.11.3 "
6666# The full version, including alpha/beta/rc tags.
6767release = version
6868
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ requires = [
99
1010[tool .poetry ]
1111name = " nextcloudappstore"
12- version = " 4.11.2 "
12+ version = " 4.11.3 "
1313description = " App store for Nextcloud apps"
1414authors = [
1515 " Alexander Piskun <[email protected] >" ,
You can’t perform that action at this time.
0 commit comments