v2.0.2
This release primarily includes two notable changes.
- Fixes an issue where you could browse though the
Previous
/Next
record pagination from browse categories into negative numbers (or past the number of documents in the browse category). #2062 - Changes the field type of the the content column for Pages to increase the size from text to mediumtext. #2067
Note that 2
introduces a database migration so you'll want to run the spotlight:install:migrations
and db:migrate
rake tasks once updating.
Full changes: v2.0.1...v2.0.2