Skip to content

Commit

Permalink
v3.0.2 released
Browse files Browse the repository at this point in the history
  • Loading branch information
picman committed Nov 1, 2022
1 parent 6b452ed commit 7f8a75b
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rubyonrails.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
name: "GitHub CI"
on:
push:
branches: ["devel"]
branches: ["master"]
pull_request:
branches: ["devel"]
branches: ["master"]
jobs:
plugin_tests:
strategy:
Expand Down
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
Changelog for Redmine Xapian
==========================

3.0.2 *????-??-??*
3.0.2 *2022-11-01*
------------------

Ruby 3.0

* Bug: #130 - NoMethodError (undefined method 'unescape' for URI:Module)

3.0.1 *2022-09-20*
------------------

GutHub CI
GitHub CI

3.0.0 *2022-04-28*
------------------
Expand Down
16 changes: 13 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Redmine Xapian search plugin 3.0.2 devel
========================================
Redmine Xapian search plugin 3.0.2
==================================

[![GitHub CI](https://github.com/xelkano/redmine_xapian/actions/workflows/rubyonrails.yml/badge.svg?branch=devel)](https://github.com/xelkano/redmine_xapian/actions/workflows/rubyonrails.yml)
[![GitHub CI](https://github.com/xelkano/redmine_xapian/actions/workflows/rubyonrails.yml/badge.svg?branch=master)](https://github.com/xelkano/redmine_xapian/actions/workflows/rubyonrails.yml)
[![Support Ukraine Badge](https://bit.ly/support-ukraine-now)](https://github.com/support-ukraine/support-ukraine)

With this plugin you will be able to make searches by file name and by strings inside your attachments through the [Xapian
Expand Down Expand Up @@ -219,3 +219,13 @@ An example of displaying the parent folder of the searched document in DMSF plug
end
```

### 1.4. Uninstalling

Before uninstalling the Xapian plugin, please ensure that the Redmine instance is stopped.

1. `cd [redmine-install-dir]`
2. `rake redmine:plugins:migrate NAME=redmine_xapian VERSION=0 RAILS_ENV=production`
3. `rm -rf plugins/redmine_xapian`

After these steps, re-start your instance of Redmine.
2 changes: 1 addition & 1 deletion init.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,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 '3.0.2 devel'
version '3.0.2'
requires_redmine version_or_higher: '4.1.0'

settings partial: 'settings/redmine_xapian_settings',
Expand Down

0 comments on commit 7f8a75b

Please sign in to comment.