Skip to content

Commit

Permalink
final 1.2.0 release (#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
arBmind authored Feb 21, 2023
1 parent 6ef9e3a commit ee9c9c3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,19 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Fixed
- [please add bug fixes]

## [1.2.0] - 2023-02-21

Non-Beta Release after proving that everything works.

### Changed
- added more time clamping options
- many bugfixes
- fixed styling
- fixed timer stops when brower tab in background

### Known issues
- no support for Redmine 5

## [1.2.0-beta] - 2021-06-27

Upgraded to support Redmine 4.2.1
Expand Down
2 changes: 1 addition & 1 deletion lib/hourglass.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module Hourglass
PLUGIN_NAME = "redmine_#{NAMESPACE}".to_sym
PLUGIN_ROOT = Pathname.new(File.join File.dirname(__FILE__), '..').cleanpath

VERSION = '1.2.0-rc1'
VERSION = '1.2.0'

def self.redmine_has_advanced_queries?
Redmine::VERSION::MAJOR > 3 || (Redmine::VERSION::MAJOR == 3 && Redmine::VERSION::MINOR >= 4)
Expand Down

0 comments on commit ee9c9c3

Please sign in to comment.