3 Commits

Author SHA1 Message Date
c5dd50a369 Minium required Redmine QBO version bump for breaking changes 2026-03-09 08:26:48 -04:00
92ecf171b9 2026.3.4 2026-03-09 08:20:45 -04:00
70dc594cb2 Fixed url for plugin 2026-03-09 08:20:05 -04:00
2 changed files with 4 additions and 4 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 |
| --- | --- | --- |
| 2026.3.3+ | 6.1.x | 3.2+ |
| 2026.3.5+ | 6.1.x | 3.2+ |
---

View File

@@ -14,15 +14,15 @@ Redmine::Plugin.register :redmine_qbo_lineitems do
name 'Redmine QBO Line Items plugin'
author 'Rick Barrette'
description 'A plugin for Redmine to extend the capabilitys of the Redmine QuickBooks Online plugin to attach billable line items to an isuue'
version '2026.3.3'
url 'https://github.com/rickbarrette/redmine_qbo'
version '2026.3.4'
url 'https://github.com/rickbarrette/redmine_qbo_lineitems'
author_url 'https://barrettefabrication.com'
requires_redmine version_or_higher: '6.1.0'
settings partial: 'line_items/settings'
# 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