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/05/27 20:24] – [Release 7.0 - currently in development] demiankatzchangelog [2020/05/28 19:31] – [Release 7.0 - currently in development] demiankatz
Line 26: Line 26:
  
   * :!: Be sure to run a database upgrade to reflect table changes (see also the [[development:architecture:database_schema#release_70|database changelog]]); if you are using the shortlinks feature, be sure to run the web-based upgrade even if you are using PostgreSQL to back-fill hashes properly.   * :!: Be sure to run a database upgrade to reflect table changes (see also the [[development:architecture:database_schema#release_70|database changelog]]); if you are using the shortlinks feature, be sure to run the web-based upgrade even if you are using PostgreSQL to back-fill hashes properly.
 +  * :!: The Solr schema has changed to remove the deprecated recordtype field, so records should be reindexed after an upgrade. See the [[development:architecture:solr_index_schema#changelog|index schema changelog]] for more details.
   * :!: VuFind now requires PHP 7.2 or newer; please ensure you have a compatible version installed before upgrading.   * :!: VuFind now requires PHP 7.2 or newer; please ensure you have a compatible version installed before upgrading.
   * :!: Zend Framework has become Laminas; this upgrade has caused significant changes throughout the code because of class and package name changes. You should update your local code to match. See [[https://github.com/vufind-org/vufind/pull/1537/|pull request #1537]] for details.   * :!: Zend Framework has become Laminas; this upgrade has caused significant changes throughout the code because of class and package name changes. You should update your local code to match. See [[https://github.com/vufind-org/vufind/pull/1537/|pull request #1537]] for details.
Line 32: Line 33:
   * :!: VuFind's jQuery version has been upgraded from 2.1.1 to 3.5.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.5.1; if you have custom jQuery code, you should double-check its compatibility.
   * :!: Several templates have been rewritten to use the slot view helper instead of view variables, improving readability and extensibility; if you have extended these templates yourself, the code may need to be adjusted. See [[https://github.com/vufind-org/vufind/pull/1454|pull request #1454]] details.   * :!: Several templates have been rewritten to use the slot view helper instead of view variables, improving readability and extensibility; if you have extended these templates yourself, the code may need to be adjusted. See [[https://github.com/vufind-org/vufind/pull/1454|pull request #1454]] details.
 +  * :!: The \VuFind\Search\Base\Params::getFilters() method, which was deprecated in release 6.1, has now been completely removed; use \VuFind\Search\Base\Params::getRawFilters() instead.
   * :!: The constructor signature of the \VuFindTheme\Initializer has been changed so that it can now optionally accept a service container instead of an MVC event object; if you have subclassed the Initializer, you will have to adjust your method signature to match. See [[https://github.com/vufind-org/vufind/pull/1600|pull request #1600]] for details.   * :!: The constructor signature of the \VuFindTheme\Initializer has been changed so that it can now optionally accept a service container instead of an MVC event object; if you have subclassed the Initializer, you will have to adjust your method signature to match. See [[https://github.com/vufind-org/vufind/pull/1600|pull request #1600]] for details.
   * :!: 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]].
changelog.txt · Last modified: 2024/06/25 13:38 by demiankatz