From da0f7ffc56b96b6febf5b41ae69d03d53f6d0415 Mon Sep 17 00:00:00 2001 From: Rick Barrette Date: Thu, 12 Mar 2026 11:21:42 -0400 Subject: [PATCH] 2026.3.6 Refactored models and services to use a base class --- init.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.rb b/init.rb index c4f5e70..15594af 100644 --- a/init.rb +++ b/init.rb @@ -14,7 +14,7 @@ Redmine::Plugin.register :redmine_qbo do name 'Redmine QBO plugin' author 'Rick Barrette' description 'A pluging for Redmine to connect with QuickBooks Online to create Time Activity Entries for billable hours logged when an Issue is closed' - version '2026.3.5' + version '2026.3.6' url 'https://github.com/rickbarrette/redmine_qbo' author_url 'https://barrettefabrication.com' settings default: {empty: true}, partial: 'qbo/settings'