From fee0548899d5625e9586667fa185fbe0f56a0b58 Mon Sep 17 00:00:00 2001 From: Rick Barrette Date: Thu, 1 Sep 2016 08:57:53 -0400 Subject: [PATCH] Version Bump 0.4.0 Added "Bill Time" button to Issue view to allow for manual billing of a work ticket without closing. This will be useful for work orders that might take months to complete. Allow multiple invoices to be tied to a work ticket, since invoices are now automatically attached Added Last Sync to footer --- init.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.rb b/init.rb index b3f2f15..87b1161 100644 --- a/init.rb +++ b/init.rb @@ -30,7 +30,7 @@ Redmine::Plugin.register :redmine_qbo do name 'Redmine Quickbooks Online plugin' author 'Rick Barrette' description 'This is a plugin for Redmine to intergrate with Quickbooks Online to allow for seamless intergration CRM and invoicing of completed issues' - version '0.3.0' + version '0.4.0' url 'https://github.com/rickbarrette/redmine_qbo' author_url 'http://rickbarrette.org' settings :default => {'empty' => true}, :partial => 'qbo/settings'