Updated t work with redmine_qbo 2026.3.9

This commit is contained in:
2026-03-14 21:56:09 -04:00
parent 60a7f769ce
commit 564158722d
4 changed files with 8 additions and 17 deletions

View File

@@ -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.7'
requires_redmine_plugin :redmine_qbo, version_or_higher: '2026.3.9'
rescue Redmine::PluginNotFound
raise 'Please install the redmine_qbo plugin (https://github.com/rickbarrette/redmine_qbo)'
end