Skip to content

Commit

Permalink
Version 5.1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
maxrossello committed Jan 7, 2024
1 parent 83c5e7c commit bc1318c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions init.rb
Expand Up @@ -30,7 +30,7 @@
description 'Allows to run the Redmine test suite along with plugin tests, considering the different behaviors
introduced by supported plugins over the Redmine default behavior.
Unsupported plugins are signaled in the logs.'
version '5.1.1'
version '5.1.1.1'
url 'https://github.com/maxrossello/redmine_testsuites.git'
author_url 'https://github.com/maxrossello'
requires_redmine :version => '5.1.1'
Expand All @@ -43,12 +43,12 @@
supported_plugins = {
redmine_testsuites: {},
redmine_translation_terms: { tilde_greater_than: '5.1.0', mandatory: false },
redmine_base_deface: { version_or_higher: '5.1.0', mandatory: false },
redmine_base_deface: { version_or_higher: '5.1.1', mandatory: false },
redmine_better_overview: { tilde_greater_than: '5.1.0', mandatory: false },
redmine_extended_watchers: { tilde_greater_than: '5.1.0', mandatory: false },
redmine_pluggable_themes: { tilde_greater_than: '5.1.0', mandatory: false },
redwine: { version: '5.1.1', mandatory: false },
sidebar_hide: { version_or_higher: '5.1.0', mandatory: false }
redwine: { version: '5.1.1.1', mandatory: false },
sidebar_hide: { version_or_higher: '5.1.1', mandatory: false }
}

Rails.configuration.after_initialize do
Expand Down

0 comments on commit bc1318c

Please sign in to comment.