From 78391161341248b0569b63321cf98877457b9349 Mon Sep 17 00:00:00 2001 From: Ricky Barrette Date: Wed, 27 Dec 2023 16:31:11 -0500 Subject: [PATCH] Version 2.0.0 --- README.md | 5 ++++- init.rb | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 06e0968..51ae0a2 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,10 @@ The goal of this project is to allow Redmine to connect with Quickbooks Online t Note: Although the core functionality is complete, this project is still under development & the master branch may be unstable. Tags should be stable and are recommended -Use tags Version 1.0.0+ for Redmine 4+ and Version 0.8.1 for Redine 3 +Use tags for the following Redmine Versions +* Version 2.0.0+ for Redmine 5+ +* Version 1.0.0+ for Redmine 4+ +* Version 0.8.1 for Redine 3 #### Features * Issues can be assigned to a Customer via drop down in the edit Issue form diff --git a/init.rb b/init.rb index 25795c2..14be242 100644 --- a/init.rb +++ b/init.rb @@ -22,7 +22,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 '1.2.0' + version '2.0.0' url 'https://github.com/rickbarrette/redmine_qbo' author_url 'https://barrettefabrication.com' settings :default => {'empty' => true}, :partial => 'qbo/settings'