Skip to content

Commit 44f5e9a

Browse files
author
David Padilla
committed
Bump version to 1.0.11
1 parent 9533e16 commit 44f5e9a

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
* 1.0.11
4+
* mongoid: escape regular expression in search
5+
* When possible, use jQuery .on() rather than .live()
36
* 1.0.6 Postgres or non-postgres queries are now determined at model level
47
* 1.0.3 Fixed Formtastic 2.0 + Ruby 1.8.7 compat issue
58
* 1.0.2 Fixed issue #93, #94
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Rails3JQueryAutocomplete
2-
VERSION = '1.0.10'
2+
VERSION = '1.0.11'
33
end

0 commit comments

Comments
 (0)