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

github.com/nextcloud/fulltextsearch.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2020-01-30 14:16:01 +0300
committerMaxence Lange <maxence@artificial-owl.com>2020-01-30 14:16:01 +0300
commit471cafd5e98da6501f69c35c4d1301201a07217b (patch)
tree5e15a3ab981afaea452194e5218fff52974fc38c
parent7811d3526733a35d55ce736f221a99b19cab0156 (diff)
1.4.1
Signed-off-by: Maxence Lange <maxence@artificial-owl.com> update Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
-rw-r--r--CHANGELOG.md6
-rw-r--r--Makefile2
-rw-r--r--appinfo/info.xml2
-rw-r--r--composer.lock8
4 files changed, 12 insertions, 6 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 71f2388..6c00853 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,12 @@
# Changelog
+### 1.4.1
+
+- adding ./occ fulltextsearch:document:status
+- ability to set the index status to IGNORE
+
+
### 1.4.0 (nc18)
- compat nc18
diff --git a/Makefile b/Makefile
index a314894..630e5d9 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@ cert_dir=$(HOME)/.nextcloud/certificates
github_account=nextcloud
branch=master
codecov_token_dir=$(HOME)/.nextcloud/codecov_token
-version+=1.4.0
+version+=1.4.1
all: appstore
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 355e565..7802ce4 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -10,7 +10,7 @@ Core App of the full-text search framework for your Nextcloud.
]]>
</description>
- <version>1.4.0</version>
+ <version>1.4.1</version>
<licence>agpl</licence>
<author>Maxence Lange</author>
<namespace>FullTextSearch</namespace>
diff --git a/composer.lock b/composer.lock
index 5de0554..4da76e3 100644
--- a/composer.lock
+++ b/composer.lock
@@ -12,12 +12,12 @@
"source": {
"type": "git",
"url": "https://github.com/daita/my-small-php-tools.git",
- "reference": "23d37b41c4d492604e545c05e0d6abe35eb38cc0"
+ "reference": "688a627c2eed08042a09b50cab7171edde91de27"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/daita/my-small-php-tools/zipball/23d37b41c4d492604e545c05e0d6abe35eb38cc0",
- "reference": "23d37b41c4d492604e545c05e0d6abe35eb38cc0",
+ "url": "https://api.github.com/repos/daita/my-small-php-tools/zipball/688a627c2eed08042a09b50cab7171edde91de27",
+ "reference": "688a627c2eed08042a09b50cab7171edde91de27",
"shasum": ""
},
"require": {
@@ -40,7 +40,7 @@
}
],
"description": "My small PHP Tools",
- "time": "2020-01-08T12:11:53+00:00"
+ "time": "2020-01-29T12:34:08+00:00"
}
],
"packages-dev": [],