Skip to content

Commit 9899e1e

Browse files
committed
v13.1.2
Signed-off-by: Marcel Klehr <[email protected]>
1 parent 9bf24ce commit 9899e1e

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@ 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+
## [13.1.2] - 2023-12-14
8+
9+
### Fixed
10+
11+
* fix(Controls): Always show search bar
12+
* fix(SearchProvider): Handle url being null
13+
* fix(remove cors annotation) Fix user getting logged out on public links
14+
* fix(WhatsnewModal check) Only show for major or minor version bumps
15+
* fix(service worker)
16+
* fix: drop collaboration resources integration to be compatible with nc 28
17+
* Fix(l10n): Update translations from Transifex
18+
719
## [13.1.1] - 2023-08-20
820

921
### 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+=13.1.1
10+
version+=13.1.2
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
@@ -22,7 +22,7 @@ Requirements:
2222
- mbstring: *
2323
- when using MySQL, use at least v8.0
2424
]]></description>
25-
<version>13.1.1</version>
25+
<version>13.1.2</version>
2626
<licence>agpl</licence>
2727
<author mail="[email protected]">Marcel Klehr</author>
2828
<author mail="[email protected]" 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": "13.1.1",
3+
"version": "13.1.2",
44
"main": "js/index.js",
55
"scripts": {
66
"build": "webpack --node-env production --progress --config webpack.js",

0 commit comments

Comments
 (0)