Skip to content

v3.1.1

Compare
Choose a tag to compare
@jduss4 jduss4 released this 17 Nov 21:02
· 1 commit to main since this release

Fixed

  • bug with locales yaml creation
  • es locale file will be copied into app if Spanish requested
  • thumbnail size in public.yml requires quotation marks for newer psyche yaml gem

Added

  • partials for browse, browse_facet, index, and search_preset header content for easier overriding
  • displays language toggle options in respective languages, therefore English instead of en, Español instead of es, etc
  • helper method language_toggle_link moves logic for language links out of view
  • documentation for api connection and controller inheritance
  • adds partials for easier overriding:
    • browse_header
    • browse_facet_header
    • index_header
    • search_preset_header
    • analytics (head)
    • language (head)

Changed

  • language documentation clarified and expanded
  • references to APP_OPTS["languages"] changed to use all_languages

Migration

  • rename languages and ALL_LANGUAGES to all_languages in public.yml file