Skip to content

Commit b7daaf7

Browse files
committed
v15.0.4
Signed-off-by: Marcel Klehr <[email protected]>
1 parent 4e53d25 commit b7daaf7

File tree

5 files changed

+488
-460
lines changed

5 files changed

+488
-460
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ 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.4] - 2024-12-12
8+
9+
### Fixed
10+
11+
* fix(BookmarkMapper): Be compatible with mysql ANSI_QUOTES option
12+
* Fix(l10n): Update translations from Transifex
13+
* fix(Bookmarkmapper): Don't count soft deleted bookmarks
14+
* chore: update deps
15+
716
## [15.0.3] - 2024-11-30
817

918
### 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.3
10+
version+=15.0.4
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.3</version>
26+
<version>15.0.4</version>
2727
<licence>agpl</licence>
2828
<author mail="[email protected]">Marcel Klehr</author>
2929
<author mail="[email protected]" homepage="https://www.arthur-schiwon.de">Arthur Schiwon</author>

0 commit comments

Comments
 (0)