Merge tag 'v1.8' into development

Release 1.8
This commit is contained in:
Paul van Tilburg 2014-10-31 22:25:52 +01:00
commit 1f8b7b2d2b
2 changed files with 7 additions and 2 deletions

View File

@ -1,6 +1,6 @@
= Stop… Camping Time! release news
== 1.8 (WIP)
== 1.8
Features:
@ -8,6 +8,11 @@ Features:
resolution [#9f7883]
* Add goto buttons in the time entry view
* Add "Create a new invoice" per customer in the invoices list view [#50f182]
* Add "Remove old" button to remove an old invoice (and thus regenerate it) [#4235ef]
Other bugfixes:
* Fix bug preventing any updats to tasks with AR 4
* Fix invoid period calculation
== 1.6

View File

@ -54,7 +54,7 @@ end
module StopTime
# The version of the application
VERSION = '1.6'
VERSION = '1.8'
puts "Starting Stop… Camping Time! version #{VERSION}"
# The parsed configuration (Hash).