Skip to content

Commit

Permalink
updated version to 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Ole Jungclaussen committed Dec 2, 2021
1 parent cdd4c8d commit 26519be
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 11 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
opyright (c) 2017 Ole Jungclaussen
copyright (c) 2017-21 Ole Jungclaussen

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
Expand Down
6 changes: 3 additions & 3 deletions README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

A plugin for Redmine[www.redmine.org] which allows users to up- or down-vote issues.

Current version: 1.0.2
Current version: 1.0.3

Developed on Redmine 3.3.2
Developed on Redmine 4.2.3

== Usage

Expand Down Expand Up @@ -34,4 +34,4 @@ There are Up- and down-votes columns available for the issue listing.

== Copyright

Copyright (c) 2017 Ole Jungclaussen. See LICENSE for details.
Copyright (c) 2017-21 Ole Jungclaussen. See LICENSE for details.
12 changes: 7 additions & 5 deletions changelog
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
1.0.2: Added permission 'view voters'
==
1.0.1: Added permission 'view votes'
==
1.0.0: Initial version
1.0.3: Adjusted database table creation to redmine 4.x
==
1.0.2: Added permission 'view voters'
==
1.0.1: Added permission 'view votes'
==
1.0.0: Initial version
4 changes: 2 additions & 2 deletions init.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
Redmine::Plugin.register :vote_on_issues do
name 'Vote On Issues'
description 'This plugin allows to up- and down-vote issues.'
version '1.0.2'
version '1.0.3'
url 'https://github.com/ojde/redmine-vote_on_issues-plugin'
author 'Ole Jungclaussen'
author_url 'https://jungclaussen.com'

requires_redmine :version_or_higher => '3.3.2'
requires_redmine :version_or_higher => '4.0.0'

project_module :vote_on_issues do
permission :cast_votes, {:issues => :cast_vote }, :require => :loggedin
Expand Down

0 comments on commit 26519be

Please sign in to comment.