Skip to content

Commit c3019db

Browse files
committed
v3.0.7 released
1 parent e82db98 commit c3019db

File tree

4 files changed

+12
-6
lines changed

4 files changed

+12
-6
lines changed

.github/workflows/rubyonrails.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
name: "GitHub CI"
2121
on:
2222
push:
23-
branches: ["devel"]
23+
branches: ["main"]
2424
pull_request:
25-
branches: ["devel"]
25+
branches: ["main"]
2626
jobs:
2727
plugin_tests:
2828
runs-on: ubuntu-latest

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
Changelog for Redmine OAuth
22
==========================
33

4-
3.0.7 *????-??-??*
4+
3.0.7 *2025-09-17*
55
------------------
66

7+
Case insensitive email for identification of users
8+
9+
* New #92 - Email check is case-sensitive
10+
* New #91 - First time login experience?
11+
* Bug #93 - Fix enable group roles label
12+
713
3.0.6 *2025-09-05*
814
------------------
915

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
## Redmine OAuth plugin 3.0.7 devel
1+
## Redmine OAuth plugin 3.0.7
22

3-
[![GitHub CI](https://github.com/kontron/redmine_oauth/actions/workflows/rubyonrails.yml/badge.svg?branch=devel)](https://github.com/kontron/redmine_oauth/actions/workflows/rubyonrails.yml)
3+
[![GitHub CI](https://github.com/kontron/redmine_oauth/actions/workflows/rubyonrails.yml/badge.svg?branch=main)](https://github.com/kontron/redmine_oauth/actions/workflows/rubyonrails.yml)
44
[![Support Ukraine Badge](https://bit.ly/support-ukraine-now)](https://github.com/support-ukraine/support-ukraine)
55

66
This plugin is used to authenticate in Redmine through an OAuth provider.

init.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
name 'Redmine OAuth plugin'
2525
author 'Karel Pičman'
2626
description 'Redmine OAuth plugin'
27-
version '3.0.7 devel'
27+
version '3.0.7'
2828
url 'https://github.com/kontron/redmine_oauth'
2929
author_url 'https://github.com/kontron/redmine_oauth/graphs/contributors'
3030

0 commit comments

Comments
 (0)