diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 0ee0b0f..3045a51 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,9 +1,10 @@ Changelog ========= -1.0.5 (Unreleased) +1.1.0 (Unreleased) --------------------- - Enh #4: Use PHP CS Fixer +- Enh #5: Migration to Bootstrap 5 for HumHub 1.18 1.0.4 (May 23, 2024) --------------------- diff --git a/module.json b/module.json index c8c4f6a..10e1afd 100644 --- a/module.json +++ b/module.json @@ -4,9 +4,9 @@ "description": "Integrating GitHub Sign-In (OAuth 2.0).", "keywords": [ ], - "version": "1.0.5", + "version": "1.1.0", "homepage": "https://github.com/humhub-contrib/auth-github", "humhub": { - "minVersion": "1.6" + "minVersion": "1.18" } } diff --git a/views/admin/index.php b/views/admin/index.php index 0447036..7e31d7f 100644 --- a/views/admin/index.php +++ b/views/admin/index.php @@ -1,8 +1,8 @@ @@ -13,7 +13,7 @@
- = Html::a(Yii::t('AuthGithubModule.base', 'GitHub Documentation'), 'https://docs.github.com/en/developers/apps/creating-an-oauth-app', ['class' => 'btn btn-primary pull-right btn-sm', 'target' => '_blank']); ?>
+ = Html::a(Yii::t('AuthGithubModule.base', 'GitHub Documentation'), 'https://docs.github.com/en/developers/apps/creating-an-oauth-app', ['class' => 'btn btn-primary float-end btn-sm', 'target' => '_blank']); ?>
= Yii::t('AuthGithubModule.base', 'Please follow the GitHub instructions to create the required OAuth client credentials.'); ?>