mirror of
https://github.com/activerecord-hackery/ransack.git
synced 2022-11-09 13:47:45 -05:00
2.3.0 release
This commit is contained in:
parent
2592d726af
commit
4e148cc0bf
3 changed files with 21 additions and 2 deletions
19
CHANGELOG.md
19
CHANGELOG.md
|
@ -2,6 +2,25 @@
|
|||
|
||||
## Unreleased
|
||||
|
||||
## 2.3.0 - 2019-08-18
|
||||
|
||||
* Arabic translations PR [979](https://github.com/activerecord-hackery/ransack/pull/979)
|
||||
|
||||
* Rails 6 PR [1027](https://github.com/activerecord-hackery/ransack/pull/1027)
|
||||
*vrodokanakis*
|
||||
|
||||
* Make polyamorous a separate gem PR [1002](https://github.com/activerecord-hackery/ransack/pull/1002)
|
||||
|
||||
* Catalan translations PR[1007](https://github.com/activerecord-hackery/ransack/pull/1007)
|
||||
*roslavych*
|
||||
|
||||
* Don't escape period characters with wildcard searches in mysql2 PR [1013](https://github.com/activerecord-hackery/ransack/pull/1013)
|
||||
*daflip*
|
||||
|
||||
* Farsi translations PR [1030](https://github.com/activerecord-hackery/ransack/pull/1030)
|
||||
|
||||
* Finnish translations PR [1049](https://github.com/activerecord-hackery/ransack/pull/1049)
|
||||
|
||||
* Fix wrong table alias when using nested join. for ActiveRecord >= 5.2
|
||||
PR [374](https://github.com/activerecord-hackery/ransack/pull/374)
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module Ransack
|
||||
VERSION = '2.1.1'
|
||||
VERSION = '2.3.0'
|
||||
end
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module Polyamorous
|
||||
VERSION = '2.1.1'
|
||||
VERSION = '2.3.0'
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue