Skip to content

Commit 0f8424f

Browse files
committed
v3.0.2 devel started
1 parent 41bb4e1 commit 0f8424f

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

.github/workflows/rubyonrails.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
name: "GitHub CI"
2222
on:
2323
push:
24-
branches: ["main"]
24+
branches: ["devel"]
2525
pull_request:
26-
branches: ["main"]
26+
branches: ["devel"]
2727
jobs:
2828
plugin_tests:
2929
runs-on: ubuntu-latest
@@ -66,6 +66,7 @@ jobs:
6666
bundle exec rake generate_secret_token
6767
bundle exec rake db:migrate
6868
bundle exec rake redmine:load_default_data
69+
bundle exec rake assets:precompile
6970
env:
7071
REDMINE_LANG: en
7172
- name: Standard tests

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
Changelog for Redmine OAuth
22
==========================
33

4+
3.0.2 *????-??-??*
5+
------------------
6+
47
3.0.1 *2024-12-06*
58
------------------
69

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Redmine OAuth plugin 3.0.1
1+
## Redmine OAuth plugin 3.0.2 devel
22

33
[![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)
@@ -116,7 +116,7 @@ Example:
116116
rake redmine_oauth:email:receive_imap username='[email protected]' RAILS_ENV="production"
117117
```
118118

119-
**Prior accessing IMAP via OAuth, it is necessary to grant flow to authenticate IMAP connections.**
119+
**Prior to accessing IMAP via OAuth, it is necessary to grant flow to authenticate IMAP connections.**
120120

121121
Here is a procedure how to do that in Azure:
122122

init.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
name 'Redmine OAuth plugin'
2626
author 'Karel Pičman'
2727
description 'Redmine OAuth plugin'
28-
version '3.0.1'
28+
version '3.0.2 devel'
2929
url 'https://github.com/kontron/redmine_oauth'
3030
author_url 'https://github.com/kontron/redmine_oauth/graphs/contributors'
3131

0 commit comments

Comments
 (0)