Releases: clear-code/redmine_full_text_search
Releases · clear-code/redmine_full_text_search
Full text search plugin 2.0.1 - 2024-05-27
Improvements
- Supported specifying update targets in
full_text_search:target:reload
.
Full text search plugin 2.0.0 - 2024-05-27
Improvements
-
Dropped support for Redmine 4.
-
Wiki Extensions plugin tag data to be synchronized with
full_text_search:synchronize
.
Fixed
-
Suppress errors when plugins use
Attachment
.- Skipped because of unknown
container_type
causing an error.
- Skipped because of unknown
-
Fixed an error in Wiki Extensions plugin tag import.
Full text search plugin 1.0.4 - 2024-05-16
Because it has been a long time since the last release, please excuse this list of commit logs.
- Search by tags in Wiki Extensions (#137)
- Support Redmine v5.1 (#123)
- Enable sort function by registered time on the search page (#119)
- Add support for Redmine X UX plugin (#112)
- Add missing icon classes for search options (#110)
- Add support for destroying a custom field (#109)
- project custom_field: fix a bug that orphan custom values may be remained
- issue custom_field: fix a bug that orphan custom values may be remained
- Drop support for Redmine 4.1
- Add support for redmica_s3
- Add support for Redmine 5.0
- Drop support for Redmine 4.0
- mroogna: fix Mroonga version check
- Use ActiveModel::Type::Value
- Use Int64 for fts_targets.tag_ids
- Add an option whether include
search_id
andsearch_n
in URL. (#88) - Fix a bug that project related targets aren't found for normal users