From fedf924a377dbb89b866f645428ee9aafe9207eb Mon Sep 17 00:00:00 2001 From: "karel.picman@lbcfree.net" Date: Fri, 30 Apr 2021 09:39:50 +0200 Subject: [PATCH] v2.0.4 released --- CHANGELOG.md | 9 +++++---- README.md | 2 +- init.rb | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 68017ca..eb78cd0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,13 @@ Changelog for Redmine Xapian ========================== -2.0.4 *????-??-??* +2.0.4 *2021-04-30* ------------------ + Maintenance release + +* Bug: #109 - Bad repository link on search results + 2.0.3 *2020-11-25* ------------------ @@ -21,12 +25,10 @@ Changelog for Redmine Xapian Compatibility with Redmine 4.1.0 - 2.0.0 *2019-02-28* ------------------ Compatibility with Redmine 4.0.0 - * Bug: #95 - Exception thrown when I run ruby xapian_indexer.rb -v -f * New: #94 - Please make it compatible with Redmine 4.0.0 @@ -82,7 +84,6 @@ is working. * Bug: #76 - Index all repositories * Bug: #74 - Search results for tickets truncated? - 1.6.5 *2016-06-13* ------------------ diff --git a/README.md b/README.md index 054a96e..5470a8a 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Redmine Xapian search plugin ============================ -The current version of Redmine Xapian is **2.0.4 devel**. +The current version of Redmine Xapian is **2.0.4**. With this plugin you will be able to make searches by file name and by strings inside your attachments through the [Xapian search engine](https://xapian.org). This plugin can also index the files located in your repositories. This plugin replaces search controller, its view and search methods. diff --git a/init.rb b/init.rb index 441ae26..4708a63 100644 --- a/init.rb +++ b/init.rb @@ -36,7 +36,7 @@ author_url 'https://github.com/xelkano/redmine_xapian/graphs/contributors' description 'With this plugin you will be able to do searches by file name and by strings inside your documents' - version '2.0.4 devel' + version '2.0.4' requires_redmine version_or_higher: '4.1.0' settings partial: 'settings/redmine_xapian_settings',