We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 070dece commit 58ae65bCopy full SHA for 58ae65b
NEWS.md
@@ -1,5 +1,11 @@
1
# Redmine FullTextSearch
2
3
+## 2.0.1 - 2024-05-27
4
+
5
+### Improvements
6
7
+ * Supported specifying update targets in `full_text_search:target:reload`.
8
9
## 2.0.0 - 2024-05-27
10
11
### Improvements
init.rb
@@ -2,7 +2,7 @@
name 'Full Text Search plugin'
author 'ClearCode Inc.'
description 'This plugin provides full text search for Redmine'
- version '2.0.0'
+ version '2.0.1'
url 'https://github.com/clear-code/redmine_full_text_search'
author_url 'https://github.com/clear-code'
# We can't use __dir__ here because we ensure that plugin directory path is a path in Redmine directory
0 commit comments