Skip to content

Commit 424c023

Browse files
committed
3.1.0
1 parent b6d2865 commit 424c023

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33

44
This plugin adds professional knowledgebase functionality to the Redmine project management application.
55

6+
## Warning
7+
8+
The latest version of this plugin is for Redmine 3.x and up. If you're still using Redmine 2.x, you should checkout the `redmine-2.x` branch.
9+
610
## Introduction
711

812
[![Join the chat at https://gitter.im/alexbevi/redmine_knowledgebase](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/alexbevi/redmine_knowledgebase?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
@@ -218,7 +222,7 @@ Now that categories and articles have been created, the home page of the Knowled
218222

219223
### About
220224

221-
Copyright (c) 2010-2014 Alex Bevilacqua, released under the MIT license
225+
Copyright (c) 2010-2015 Alex Bevilacqua, released under the MIT license
222226

223227
Though I initially wrote this plugin, it would not be possible without the many contributions from the community. See [AUTHORS](https://github.com/alexbevi/redmine_knowledgebase/blob/master/AUTHORS) for the full list.
224228

init.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
author_url "http://www.alexbevi.com"
2020
description 'A plugin for Redmine that adds knowledgebase functionality'
2121
url 'https://github.com/alexbevi/redmine_knowledgebase'
22-
version '3.0.7'
22+
version '3.1.0'
2323

24-
requires_redmine :version_or_higher => '2.0.0'
24+
requires_redmine :version_or_higher => '3.0.0'
2525
requires_acts_as_taggable_on
2626

2727
settings :default => {

0 commit comments

Comments
 (0)