This commit is contained in:
Marcel Klehr 2019-07-21 23:54:38 +02:00
parent e47a9633ce
commit 94d597785a
5 changed files with 8 additions and 4 deletions

View File

@ -1,6 +1,10 @@
## v1.0.7
- NEW: gmp, intl, mbstring are now required
- NEW translations
- FIX: Switch URL normalizer to adhere strictly to WHATWG URL spec
- FIX: Update dependencies
- FIX: Run previews job in small batches instead of all at once
## v1.0.6

View File

@ -7,7 +7,7 @@ source_dir=$(build_dir)/source
sign_dir=$(build_dir)/sign
package_name=$(app_name)
cert_dir=$(HOME)/.nextcloud/certificates
version+=1.0.6
version+=1.0.7
all: appstore

View File

@ -43,7 +43,7 @@ class PreviewsJob extends TimedJob {
$this->screenlyPreviews->getImage($bookmark);
}
$this->faviconPreviews->getImage($bookmark);
$this->libBookmarks->markPreviewCreated($bookmark['bookmark_id']);
$this->libBookmarks->markPreviewCreated($bookmark['id']);
}
}
}

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "bookmarks",
"version": "1.0.6",
"version": "1.0.7",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "bookmarks",
"version": "1.0.6",
"version": "1.0.7",
"main": "js/index.js",
"scripts": {
"build": "webpack"