Skip to content

Commit 21d001b

Browse files
committed
v3.0.7 devel started
1 parent 44e7c84 commit 21d001b

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
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: ["main"]
23+
branches: ["devel"]
2424
pull_request:
25-
branches: ["main"]
25+
branches: ["devel"]
2626
jobs:
2727
plugin_tests:
2828
runs-on: ubuntu-latest

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
Changelog for Redmine OAuth
22
==========================
33

4+
3.0.7 *????-??-??*
5+
------------------
6+
47
3.0.6 *2025-09-05*
58
------------------
69

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.6
1+
## Redmine OAuth plugin 3.0.7 devel
22

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)
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)
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.6'
27+
version '3.0.7 devel'
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)