Skip to content

Commit

Permalink
Merge pull request #334 from nextcloud/release/29.0.0-alpha0
Browse files Browse the repository at this point in the history
master is 29
  • Loading branch information
ArtificialOwl authored Nov 29, 2023
2 parents 218545f + 1c615aa commit c7703de
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

### 28.0.0

- update composer package

### 27.0.1

- keywords are lowercase
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ package_name=$(shell echo $(app_name) | tr '[:upper:]' '[:lower:]')
cert_dir=$(HOME)/.nextcloud/certificates
github_account=nextcloud
release_account=nextcloud-releases
branch=stable27
version=27.0.1
branch=master
version=29.0.0-alpha0
since_tag=

all: appstore
Expand Down
4 changes: 2 additions & 2 deletions 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>28.0.0-alpha0</version>
<version>29.0.0-alpha0</version>
<licence>agpl</licence>
<author>Maxence Lange</author>
<namespace>FullTextSearch_Elasticsearch</namespace>
Expand All @@ -23,7 +23,7 @@ Extension to the _Full text search_ app to communicate with ElasticSearch.
<repository>https://github.com/nextcloud/fulltextsearch_elasticsearch.git</repository>
<screenshot>https://raw.githubusercontent.com/nextcloud/fulltextsearch/master/screenshots/0.3.0.png</screenshot>
<dependencies>
<nextcloud min-version="28" max-version="28"/>
<nextcloud min-version="29" max-version="29"/>
</dependencies>

<commands>
Expand Down

0 comments on commit c7703de

Please sign in to comment.