Skip to content

Commit

Permalink
v3.0.7 released
Browse files Browse the repository at this point in the history
  • Loading branch information
picman committed Jun 4, 2024
1 parent 30771e7 commit 4b35882
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 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
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
Changelog for Redmine Xapian
============================

3.0.7 *????-??-??*
3.0.7 *2024-06-04*
------------------

Ruby requirements and dependencies

* Bug: #146 - LoadError: cannot load such file -- redmine_xapian/search_data

3.0.6 *2024-05-07*
------------------

Expand Down
6 changes: 3 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.7 devel
========================================
Redmine Xapian search plugin 3.0.7
==================================

[![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
2 changes: 1 addition & 1 deletion init.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,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.7 devel'
version '3.0.7'
requires_redmine version_or_higher: '5.1.0'

languages = %w[danish dutch english finnish french german german2 hungarian italian kraaij_pohlmann
Expand Down

0 comments on commit 4b35882

Please sign in to comment.