From eb039368bbb4881765beb447509c16b42977bd0e Mon Sep 17 00:00:00 2001 From: Rick Barrette Date: Thu, 4 Aug 2016 10:12:12 -0400 Subject: [PATCH] Version bump 0.2.0 * New Top & Application Menus * Move quickbooks stats into QBO settings page * Fixed New vehicle for customer link * Added issue linking from hashtag numbers in QBO invoice line items * Cleaned up customer & vehicle lists * Implemented delete calls from web hook * Added webhook token verification * More... --- init.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.rb b/init.rb index 8d365c0..6b81868 100644 --- a/init.rb +++ b/init.rb @@ -25,7 +25,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.1.0' + version '0.2.0' url 'https://github.com/rickbarrette/redmine_qbo' author_url 'http://rickbarrette.org' settings :default => {'empty' => true}, :partial => 'qbo/settings'