From c5dd50a369dba0a9050dc94d24798f2bd589423f Mon Sep 17 00:00:00 2001 From: Rick Barrette Date: Mon, 9 Mar 2026 08:26:48 -0400 Subject: [PATCH] Minium required Redmine QBO version bump for breaking changes --- README.md | 2 +- init.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e830e03..3d7cde1 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ This plugin allows **billable line items** to be attached to a Redmine issue. Wh | Plugin Version | Redmine Version | Ruby Version | | --- | --- | --- | -| 2026.3.3+ | 6.1.x | 3.2+ | +| 2026.3.5+ | 6.1.x | 3.2+ | --- diff --git a/init.rb b/init.rb index 3c49262..ec35242 100644 --- a/init.rb +++ b/init.rb @@ -22,7 +22,7 @@ Redmine::Plugin.register :redmine_qbo_lineitems do # Ensure redmine_qbo is installed begin - requires_redmine_plugin :redmine_qbo, version_or_higher: '2026.3.3' + requires_redmine_plugin :redmine_qbo, version_or_higher: '2026.3.5' rescue Redmine::PluginNotFound raise 'Please install the redmine_qbo plugin (https://github.com/rickbarrette/redmine_qbo)' end