From 925cb1d2bc2a3d1df63b6f72f53bbfcd5c37d622 Mon Sep 17 00:00:00 2001 From: Rick Barrette Date: Sun, 22 Mar 2026 14:24:22 -0400 Subject: [PATCH] 2026.3.15 Note: breaking change, need to update settings --- init.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.rb b/init.rb index 11e4310..54ac841 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.14' + version '2026.3.15' url 'https://github.com/rickbarrette/redmine_qbo' author_url 'https://barrettefabrication.com' settings default: {empty: true}, partial: 'qbo/settings'