mirror of
https://github.com/rickbarrette/redmine_qbo_lineitems.git
synced 2026-04-03 07:31:58 -04:00
Compare commits
3 Commits
9736f1ac96
...
2026.3.4
| Author | SHA1 | Date | |
|---|---|---|---|
| c5dd50a369 | |||
| 92ecf171b9 | |||
| 70dc594cb2 |
@@ -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+ |
|
||||
|
||||
---
|
||||
|
||||
|
||||
6
init.rb
6
init.rb
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user