Skip to content

v2.0.2

Compare
Choose a tag to compare
@jkeck jkeck released this 30 May 23:56

This release primarily includes two notable changes.

  1. 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
  2. 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