Skip to content

Commit

Permalink
updated the documentation URL and added a new release checkbox entry
Browse files Browse the repository at this point in the history
  • Loading branch information
hosy committed Sep 22, 2021
1 parent 51f240e commit e7abd1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/release_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ Xcode version to work with:
- [ ] [GIT] Add the new release on [GitHub ios-app](https://github.com/owncloud/ios-app/releases)
- [ ] [DEV] ownBrander: Update the ownBrander git tag in repository `customer_portal` to new release tag
- [ ] [DEV] Update used Xcode version for the release in [.xcode-version](https://github.com/owncloud/ios-app/blob/master/.xcode-version)
- [ ] [DEV] Inform #documentation about the new release to set new documentation branch tag

If it is required to update the iOS-SDK version:

Expand Down
2 changes: 1 addition & 1 deletion ownCloudAppShared/Branding/Branding+App.swift
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ extension Branding : BrandingInitialization {
public static func initializeBranding() {
if #available(iOS 13, *) {
self.registerOCClassSettingsDefaults([
.documentationURL : "https://doc.owncloud.com/ios-app/",
.documentationURL : "https://doc.owncloud.com/ios-app/latest/",
.helpURL : "https://owncloud.com/docs-guides/",
.privacyURL : "https://owncloud.org/privacy-policy/",
.termsOfUseURL : "https://raw.githubusercontent.com/owncloud/ios-app/master/LICENSE",
Expand Down

0 comments on commit e7abd1d

Please sign in to comment.