• Fix #395, removing hard-coded no-reply@ email addresses from the RecordMailer (see below for upgrade notes)
• Consistent use of polymorphic routing to the show views for documents. solr_document_url and solr_document_path are now part of the engine-provided routes, rather than helper-provided.
• Refactor blacklight.js to take advantage of the Rails asset pipeline by moving separate blocks of code into individual files.
• Fix problem with mounting Blacklight applications at a suburi rather than a document.
The full list of Github issues are at:
https://github.com/projectblacklight/blacklight/issues?milestone=7&state=closedAlso, the GitHub compare view of this release vs. our last release is located at:
https://github.com/projectblacklight/blacklight/compare/v3.4.2...release-3.5= i18n
Blacklight 3.5 introduces i18n (internationalization framework) support. See the Ruby on Rails i18n Rails guide for information on how to use i18n within your application. The list of blacklight-provided (English) translations are available in the engine's config/locales/blacklight.en.yml.
= RecordMailer default email
Blacklight no longer provides a no-reply email address for your application, and instead uses the Rails ActionMailer defaults. In your application, you'll need to add: