Skip to content

Commit

Permalink
21.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtificialOwl committed May 15, 2021
1 parent 4de8bb9 commit 6153884
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 32 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Changelog


### 21.0.1

- removing type from request to ES
- better management on error from ES


### 21.0.0

- compat nc21
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ cert_dir=$(HOME)/.nextcloud/certificates
github_account=nextcloud
branch=stable21
codecov_token_dir=$(HOME)/.nextcloud/codecov_token
version+=21.0.0
version+=21.0.1

all: appstore

Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Extension to the _Full text search_ app to communicate with ElasticSearch.
]]>
</description>
<version>21.0.0</version>
<version>21.0.1</version>
<licence>agpl</licence>
<author>Maxence Lange</author>
<namespace>FullTextSearch_Elasticsearch</namespace>
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
}
},
"require": {
"elasticsearch/elasticsearch": "7.10.0",
"elasticsearch/elasticsearch": "7.12.0",
"daita/my-small-php-tools": "~21"
}
}
55 changes: 26 additions & 29 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6153884

Please sign in to comment.