From d6b07c2cdf5a159bab393a57734fcc5bd17ee158 Mon Sep 17 00:00:00 2001 From: Marcel Klehr Date: Thu, 12 Dec 2024 17:19:17 +0100 Subject: [PATCH] v14.2.7 Signed-off-by: Marcel Klehr --- CHANGELOG.md | 7 +++++++ Makefile | 2 +- appinfo/info.xml | 2 +- package.json | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b75223388..803966acc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ 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). +## [14.2.7] - 2024-12-12 + +### Fixed + +* fix(BookmarkMapper): Be compatible with mysql ANSI_QUOTES option +* fix(softUndeleteEntry): Only reset index of bookmarks if it is indeed soft-deleted + ## [14.2.6] - 2024-09-22 ### Fixed diff --git a/Makefile b/Makefile index f35cca86e..c0c3a3db2 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.6 +version+=14.2.7 all: dev-setup build-js-production composer-no-dev diff --git a/appinfo/info.xml b/appinfo/info.xml index 9b13af73d..7b770ffd5 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.6 + 14.2.7 agpl Marcel Klehr Arthur Schiwon diff --git a/package.json b/package.json index 2f201d475..7fd30891b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bookmarks", - "version": "14.2.6", + "version": "14.2.7", "main": "js/index.js", "scripts": { "build": "webpack --node-env production --progress --config webpack.js",