Skip to content

Commit a3844a8

Browse files
committed
Update README and init.rb: specify licenses and bump Redmine version requirement to 4.2.0, update plugin version to 6.0.0.
1 parent a64d802 commit a3844a8

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

README.rdoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ Bug reports and pull requests are welcome on GitHub at https://github.com/cat-in
2424

2525
== License
2626

27-
MIT License.
28-
See the 'LICENSE.md' file.
27+
* Codes: MIT License.
28+
* Legacy Icons: famfamfam-silk: {CC-By-2.5}[https://creativecommons.org/licenses/by/2.5/] by Mark James http://www.famfamfam.com/lab/icons/silk/
29+
* Vector Icons: {Tabler Icons}[https://tabler.io/]: MIT License
2930

init.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
require File.expand_path('../lib/redmine_scheduling_poll/hooks', __FILE__)
33

44
Redmine::Plugin.register :redmine_scheduling_poll do
5-
requires_redmine :version_or_higher => '4.0.0'
5+
requires_redmine :version_or_higher => '4.2.0'
66

77
name 'Scheduling Poll plugin'
88
author '@cat_in_136'
99
description 'provide simple polls to scheduling appointments'
10-
version '5.0.0'
10+
version '6.0.0'
1111
url 'https://github.com/cat-in-136/redmine_scheduling_poll'
1212
author_url 'https://github.com/cat-in-136/'
1313

0 commit comments

Comments
 (0)