diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d795541..1839c9ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,182 +4,4 @@ ### 23.0.0 - compat nc23 -- display message on deleted index - - -### 22.0.0 - -- compat nc22 - - -### 21.0.0 - -- compat nc21 - - -### 20.0.1 - -- removing type from request to ES -- better management on error from ES - - -### 20.0.0 - -- upgrade deps -- compat composer 2.0 - - -### 2.0.0 - -- compat nc20 - - -### 1.5.2 - -- compat nc19 -- compat ES 7.7+ - - -### 1.5.1 - -- more log during search request - - -### 1.5.0 (nc18) - -- compat nc18 - - -### 1.4.0 - -- Nextcloud 17 -- manage SimpleQuery - - -### 1.3.4 - -- compat with old ES - - -### 1.3.3 - -- set fields limit - - -### 1.3.2 - -- fixing some compat ES 7.x - - -### 1.3.1 - -- compat ES 7.x - - -### 1.2.3 - -- composer update -- l10n - - -### 1.2.1 - -- Store links - - -### 1.2.0 (NC15) - -- Compat NC15 + full php7. -- Adding l10n at multiple place. - - -### 1.0.0 - -First stable release - - -### 0.99.1 Release Candidate 2 - -- bugfix: issue on empty encrypted content -- improvement: tags/metatags/subtags -- improvement: better info during :index - - -### 0.99.0 Release Candidate - -- multi-host can be set as elasticsearch node in case of clustering. - - -### 0.8.2 - -- debug, testing tools -- get document -- multi-host - - -### 0.8.0 - -- debug - - -### 0.7.1 - -- searching all "block of text" -- searching options: MUST/MUST_NOT using the +/- -- search multi fields -- tokenizer is now configurable (so chinese is indexeable) - - - -### 0.7.0 - -- improvement in title indexing -- improvement during the index removing -- content (index and search) can be splited in Parts -- compat fulltextsearch 0.7.0 and fulltextsearch navigation app. - - - -### 0.6.1 - -- bugfix: access verification as a keyword - - - -### 0.6.0 - -- Cleaner error managment -- bugfixes - - - - -### 0.5.1 - -- bugfixes - - - -### 0.5.0 - -- managing errors - - - -### v0.4.0 - -- fullnextsearch -> fulltextsearch -- Pagination - - - -### v0.3.1 - -- bugfixes. - - - -### BETA v0.3.0 - -- First Beta diff --git a/Makefile b/Makefile index 8525683d..76628b47 100644 --- a/Makefile +++ b/Makefile @@ -9,8 +9,8 @@ cert_dir=$(HOME)/.nextcloud/certificates github_account=nextcloud release_account=nextcloud-releases branch=master -version=23.0.0-dev -since_tag=21.0.0 +version=23.0.0 +since_tag=22.0.1 all: appstore diff --git a/appinfo/info.xml b/appinfo/info.xml index bcbe5631..21e4c897 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -10,7 +10,7 @@ Extension to the _Full text search_ app to communicate with ElasticSearch. ]]> - 23.0.0-dev + 23.0.0 agpl Maxence Lange FullTextSearch_Elasticsearch @@ -23,7 +23,7 @@ Extension to the _Full text search_ app to communicate with ElasticSearch. https://github.com/nextcloud/fulltextsearch_elasticsearch.git https://raw.githubusercontent.com/nextcloud/fulltextsearch/master/screenshots/0.3.0.png - +