Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/bookmarks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Klehr <mklehr@gmx.net>2020-05-05 02:46:22 +0300
committerMarcel Klehr <mklehr@gmx.net>2020-05-05 02:46:22 +0300
commit3fd89e0fa705f196b7842eaf3ae896ca2c2c60b8 (patch)
tree49eae8151de71642ba8ca259b1f5d7768f423532
parent02b022e411f67f99911c007c4335ac786550abb0 (diff)
v3.0.9v3.0.9
-rw-r--r--CHANGELOG.md6
-rw-r--r--Makefile2
-rw-r--r--appinfo/info.xml2
-rw-r--r--package.json2
4 files changed, 9 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1dc454d8..16c8d62b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,11 @@ 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).
+## [3.0.9] - 2020-05-05
+
+## Changed
+ - Change column type for tree index to allow **alot** of bookmarks.
+
## [3.0.8] - 2020-05-04
## Changed
@@ -196,6 +201,7 @@ Supported are NC 15 and 16, provided you are using PHP v7.1 and have gmp, intl a
- FIX: Speed up findBookmarks SQL query
+[3.0.9]: https://github.com/nextcloud/bookmarks/compare/v3.0.8...v3.0.9
[3.0.8]: https://github.com/nextcloud/bookmarks/compare/v3.0.7...v3.0.8
[3.0.7]: https://github.com/nextcloud/bookmarks/compare/v3.0.6...v3.0.7
[3.0.6]: https://github.com/nextcloud/bookmarks/compare/v3.0.5...v3.0.6
diff --git a/Makefile b/Makefile
index 09e69a44..d66bcc24 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+=3.0.8
+version+=3.0.9
all: dev-setup build-js-production test test-php
diff --git a/appinfo/info.xml b/appinfo/info.xml
index f6508ad6..18a2ec38 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -17,7 +17,7 @@ Requirements:
- mbstring: *
- Nextcloud v17+
]]></description>
- <version>3.0.8</version>
+ <version>3.0.9</version>
<licence>agpl</licence>
<author mail="blizzz@arthur-schiwon.de" homepage="https://www.arthur-schiwon.de">Arthur Schiwon</author>
<author mail="mklehr@gmx.net">Marcel Klehr</author>
diff --git a/package.json b/package.json
index bd778e59..dcd6da0d 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "bookmarks",
- "version": "3.0.8",
+ "version": "3.0.9",
"main": "js/index.js",
"scripts": {
"dev": "webpack --config webpack.dev.js",