From b045f70deb7d277ac4f24506a9e6347fe36b2611 Mon Sep 17 00:00:00 2001 From: Marcel Klehr Date: Sun, 22 Sep 2024 14:11:13 +0200 Subject: [PATCH] v14.2.6 Signed-off-by: Marcel Klehr --- CHANGELOG.md | 9 ++++++++- Makefile | 2 +- appinfo/info.xml | 2 +- package.json | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ebc687db..b75223388 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [v14.2.5] - 2024-09-12 +## [14.2.6] - 2024-09-22 + +### Fixed + +* fix(TreeMapper#isFolderSharedWithUser): Check full depth +* fix(TreeMapper): Fix treatment of soft-deleted bookmarks + +## [14.2.5] - 2024-09-12 ### Fixed diff --git a/Makefile b/Makefile index 4c38c3991..f35cca86e 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ source_dir=$(build_dir)/source sign_dir=$(build_dir)/sign package_name=$(app_name) cert_dir=$(HOME)/.nextcloud/certificates -version+=14.2.5 +version+=14.2.6 all: dev-setup build-js-production composer-no-dev diff --git a/appinfo/info.xml b/appinfo/info.xml index efacc27cc..9b13af73d 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -23,7 +23,7 @@ Requirements: - mbstring: * - when using MySQL, use at least v8.0 ]]> - 14.2.5 + 14.2.6 agpl Marcel Klehr Arthur Schiwon diff --git a/package.json b/package.json index cad93a12a..2f201d475 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bookmarks", - "version": "14.2.5", + "version": "14.2.6", "main": "js/index.js", "scripts": { "build": "webpack --node-env production --progress --config webpack.js",