Minium required Redmine QBO version bump for breaking changes

This commit is contained in:
2026-03-09 08:26:48 -04:00
parent 92ecf171b9
commit c5dd50a369
2 changed files with 2 additions and 2 deletions

View File

@@ -21,7 +21,7 @@ This plugin allows **billable line items** to be attached to a Redmine issue. Wh
| Plugin Version | Redmine Version | Ruby Version | | Plugin Version | Redmine Version | Ruby Version |
| --- | --- | --- | | --- | --- | --- |
| 2026.3.3+ | 6.1.x | 3.2+ | | 2026.3.5+ | 6.1.x | 3.2+ |
--- ---

View File

@@ -22,7 +22,7 @@ Redmine::Plugin.register :redmine_qbo_lineitems do
# Ensure redmine_qbo is installed # Ensure redmine_qbo is installed
begin 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 rescue Redmine::PluginNotFound
raise 'Please install the redmine_qbo plugin (https://github.com/rickbarrette/redmine_qbo)' raise 'Please install the redmine_qbo plugin (https://github.com/rickbarrette/redmine_qbo)'
end end