From 4f789080e748ca7d29212c716c592d679c659e5e Mon Sep 17 00:00:00 2001 From: Ricky Barrette Date: Mon, 19 Aug 2024 20:18:22 -0400 Subject: [PATCH] 2.1.0 Bumped wrong versoin --- init.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init.rb b/init.rb index d74d388..7afb1d0 100644 --- a/init.rb +++ b/init.rb @@ -22,11 +22,11 @@ Redmine::Plugin.register :redmine_qbo do name 'Redmine Quickbooks Online plugin' author 'Rick Barrette' description 'This is a plugin for Redmine to intergrate with Quickbooks Online to allow for seamless intergration CRM and invoicing of completed issues' - version '2.0.5' + version '2.1.0' url 'https://github.com/rickbarrette/redmine_qbo' author_url 'https://barrettefabrication.com' settings :default => {'empty' => true}, :partial => 'qbo/settings' - requires_redmine :version_or_higher => '5.2.0' + requires_redmine :version_or_higher => '5.1.0' # Add safe attributes for core models Issue.safe_attributes 'customer_id'