marinofaggiana 5 years ago
parent
commit
a769ddc392
2 changed files with 10 additions and 1 deletions
  1. 9 0
      CHANGELOG.md
  2. 1 1
      iOSClient/Brand/NCBrand.swift

+ 9 - 0
CHANGELOG.md

@@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
 
 ## [Unreleased]
 
+## [2.24.0] - 2019-09-19
+- See https://github.com/nextcloud/ios/milestone/52
+
+## [2.23.8] - 2019-08-17
+- See https://github.com/nextcloud/ios/milestone/53
+
+## [2.23.7] - 2019-06-11
+- See https://github.com/nextcloud/ios/milestone/51
+
 ## [2.23.6] - 2019-05-22
 - See https://github.com/nextcloud/ios/milestone/50
 

+ 1 - 1
iOSClient/Brand/NCBrand.swift

@@ -120,7 +120,7 @@ class NCBrandColor: NSObject {
     @objc public var use_middlewarePing:                Bool = false
     @objc public var use_storeLocalAutoUploadAll:       Bool = false
     @objc public var use_imi_viewer:                    Bool = false                                                // Don't touch me !!
-    @objc public var use_configuration:                 Bool = true                                                 // Don't touch me !!
+    @objc public var use_configuration:                 Bool = false                                                // Don't touch me !!
 
     @objc public var disable_intro:                     Bool = false
     @objc public var disable_request_login_url:         Bool = false