Skip to content

Commit 892380d

Browse files
authored
Merge pull request #1689 from nextcloud/release/4.11.3
chore: prepare 4.11.3 release
2 parents 9e3f918 + 5defd8b commit 892380d

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,17 @@
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

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ initmigrations:
2424
.PHONY: dev-setup
2525
dev-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

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
copyright = str(datetime.now().year) + " Nextcloud GmbH" # noqa
6363
author = "Nextclouders"
6464

65-
version = "4.11.2"
65+
version = "4.11.3"
6666
# The full version, including alpha/beta/rc tags.
6767
release = version
6868

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ requires = [
99

1010
[tool.poetry]
1111
name = "nextcloudappstore"
12-
version = "4.11.2"
12+
version = "4.11.3"
1313
description = "App store for Nextcloud apps"
1414
authors = [
1515
"Alexander Piskun <[email protected]>",

0 commit comments

Comments
 (0)