Skip to content

Commit a7cf506

Browse files
committed
v15.0.5
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
1 parent cae4fc7 commit a7cf506

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [15.0.5] - 2025-01-18
8+
9+
### Fixed
10+
11+
* fix(FileCacheGCJob): Turn error into a warning and make it clearer what's needed to fix it
12+
* fix(archival): Properly interpret setting value
13+
* fix(IMPORT_BOOKMARKS): Properly reload folders after import
14+
* fix(TreeMapper#findChildren): Don't mix up type of children vs type of folder
15+
* fix: Make export work in non-root pages
16+
* Build(deps): Bump sanitize-html from 2.13.1 to 2.14.0
17+
* Build(deps): Bump @nextcloud/vue from 8.21.0 to 8.22.0
18+
* fix(FoldersController): Refactor addToFolder
19+
* Fix(l10n): Update translations from Transifex
20+
721
## [15.0.4] - 2024-12-12
822

923
### Fixed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ source_dir=$(build_dir)/source
77
sign_dir=$(build_dir)/sign
88
package_name=$(app_name)
99
cert_dir=$(HOME)/.nextcloud/certificates
10-
version+=15.0.4
10+
version+=15.0.5
1111

1212
all: dev-setup build-js-production composer-no-dev
1313

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Requirements:
2323
- mbstring: *
2424
- when using MySQL, use at least v8.0
2525
]]></description>
26-
<version>15.0.4</version>
26+
<version>15.0.5</version>
2727
<licence>agpl</licence>
2828
<author mail="mklehr@gmx.net">Marcel Klehr</author>
2929
<author mail="blizzz@arthur-schiwon.de" homepage="https://www.arthur-schiwon.de">Arthur Schiwon</author>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bookmarks",
3-
"version": "15.0.4",
3+
"version": "15.0.5",
44
"main": "js/index.js",
55
"scripts": {
66
"build": "webpack --node-env production --progress --config webpack.js",

0 commit comments

Comments
 (0)