About Features Downloads Getting Started Documentation Events Support GitHub

Love VuFind®? Consider becoming a financial supporter. Your support helps build a better VuFind®!

Site Tools


Warning: This page has not been updated in over over a year and may be outdated or deprecated.
changelog

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
changelog [2020/02/05 17:08] demiankatzchangelog [2020/02/11 12:59] – [Release 7.0 - currently in development] demiankatz
Line 8: Line 8:
  
   * When using the optional link shortener feature, you can now configure how shortlinks redirect to full URLs (HTML-based, header-based, or conditional URL-length-based redirection). See [[https://github.com/vufind-org/vufind/pull/1533|pull request #1533]].   * When using the optional link shortener feature, you can now configure how shortlinks redirect to full URLs (HTML-based, header-based, or conditional URL-length-based redirection). See [[https://github.com/vufind-org/vufind/pull/1533|pull request #1533]].
 +  * Unpaywall DOI links now include both PDF and non-PDF resources (previously, only PDFs were linked).
  
 Possible backward compatibility breaks: Possible backward compatibility breaks:
Line 14: Line 15:
   * :!: VuFind's jQuery version has been upgraded from 2.1.1 to 3.4.1; if you have custom jQuery code, you should double-check its compatibility.   * :!: VuFind's jQuery version has been upgraded from 2.1.1 to 3.4.1; if you have custom jQuery code, you should double-check its compatibility.
   * :!: The \VuFindSearch\Backend\Eds\Zend2 class has been renamed to \VuFindSearch\Backend\Eds\Connector to prevent Laminas-related confusion; this should only impact you if you have made low-level changes to the EDS integration. See [[https://github.com/vufind-org/vufind/pull/1546|pull request #1546]].   * :!: The \VuFindSearch\Backend\Eds\Zend2 class has been renamed to \VuFindSearch\Backend\Eds\Connector to prevent Laminas-related confusion; this should only impact you if you have made low-level changes to the EDS integration. See [[https://github.com/vufind-org/vufind/pull/1546|pull request #1546]].
 +  * :!: The sitemap generator now uses the search service instead of direct access to the Solr connector; to support this, the constructor signature of \VuFind\Sitemap\Generator has changed, and the service is now constructed using a factory instead of hard-coded controller logic. If you have customized any of this, adjustments may be needed; see [[https://github.com/vufind-org/vufind/pull/1486|pull request #1486]].
   * The \VuFind\RecordTab\TabManager::zendConfig property has been renamed to legacyConfig to prevent Laminas-related confusion; because this property is only used for accessing obsolete configuration settings, the impact of this change is expected to be minimal... but if you have customized the TabManager, you should check for issues. See [[https://github.com/vufind-org/vufind/commit/46e10504b90da88d0b4673a085b19941088f23b4|this commit]] for details.   * The \VuFind\RecordTab\TabManager::zendConfig property has been renamed to legacyConfig to prevent Laminas-related confusion; because this property is only used for accessing obsolete configuration settings, the impact of this change is expected to be minimal... but if you have customized the TabManager, you should check for issues. See [[https://github.com/vufind-org/vufind/commit/46e10504b90da88d0b4673a085b19941088f23b4|this commit]] for details.
  
changelog.txt · Last modified: 2024/04/24 13:38 by demiankatz