mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2025-11-08 08:54:23 -05:00
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...
This commit is contained in:
2
init.rb
2
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'
|
||||
|
||||
Reference in New Issue
Block a user