Skip to content

Commit

Permalink
prepare v1.1.0
Browse files Browse the repository at this point in the history
Signed-off-by: Bjoern Schiessle <[email protected]>
  • Loading branch information
schiessle committed Nov 5, 2018
1 parent b6820c8 commit 8348e2a
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Changelog
All notable changes to this project will be documented in this file.

## 1.1.0

### Fixed

- Fix client login with the new login flow
- Fix client login when users add the username/password manually

### Changed

- Remember exact link and redirect the user to the correct sub page on the client node
- Provide the number of users known by the global scale user back-end

## 1.0.0

### Changed

- First stable version of the Global Site Selector
- Works with local user back-ends and SAML

2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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.0
version+=1.1.0

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 @@ -5,7 +5,7 @@
<name>Global Site Selector</name>
<summary>Nextcloud Portal to redirect users to the right instance</summary>
<description>The Global Site Selector allows you to run multiple small Nextcloud instances and redirect users to the right server</description>
<version>1.0.1</version>
<version>1.1.0</version>
<licence>agpl</licence>
<author>Bjoern Schiessle</author>
<namespace>GlobalSiteSelector</namespace>
Expand Down

0 comments on commit 8348e2a

Please sign in to comment.