Skip to content

Commit

Permalink
Update README and init.rb: add license information and update version…
Browse files Browse the repository at this point in the history
… to 4.0.0.
  • Loading branch information
cat-in-136 committed Dec 1, 2024
1 parent ca8bbb3 commit 6cbd468
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
7 changes: 7 additions & 0 deletions README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,10 @@ Follow below steps to migrate from other plugins :
* Restart your redmine

Ditto {issue_votes}[https://github.com/KohaSuomi/issue_votes]. Run <code>bundle exec rake -T redmine_hearts:migrate_from</code> to check the task name.

== License

* Codes: MIT License.
* 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/
* Vector Icons: {Tabler Icons}[https://tabler.io/]: MIT License

4 changes: 3 additions & 1 deletion init.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,12 @@
require File.expand_path('../lib/redmine_hearts/view_hook.rb', __FILE__)

Redmine::Plugin.register :redmine_hearts do
requires_redmine :version_or_higher => '4.2.0'

name 'Redmine Hearts plugin'
author '@cat_in_136'
description 'provide intra-Redmine Like/Fav reactions'
version '3.0.1'
version '4.0.0'
url 'https://github.com/cat-in-136/redmine_hearts'
author_url 'https://github.com/cat-in-136/'

Expand Down

0 comments on commit 6cbd468

Please sign in to comment.