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 [2019/02/04 21:24] – [Release 6.0 - currently under development] demiankatzchangelog [2019/03/21 13:35] – [Release 6.0 - currently in development] demiankatz
Line 3: Line 3:
 // When adding a new release, see the [[changelog:release_checklist|release checklist]]. // // When adding a new release, see the [[changelog:release_checklist|release checklist]]. //
  
-===== Release 6.0 - currently under development =====+===== Release 6.0 - currently in development =====
  
 New features: New features:
  
   * Minor improvements to the custom feedback form feature.   * Minor improvements to the custom feedback form feature.
-  * Minor improvements to the OAI-PMH server (including better performance and the new default_query setting.+  * Minor improvements to the OAI-PMH server (including better performance and the new default_query and record_format_filters settings). 
 +  * New settings have been added to searchbox.ini to support optgroup grouping in the [[/configuration:combining_search_types#combined_search_handler_drop-downs|combined search handler]] drop down menu. 
 +  * An example of batch-loading XML records from OJS is now included (see [[https://github.com/vufind-org/vufind/pull/1352|pull request #1352]]). 
 +  * Significant improvements (and new configuration settings) for the SierraRest ILS driver.
  
 Possible backward compatibility breaks: Possible backward compatibility breaks:
Line 17: Line 20:
   * :!: OAI-PMH server classes are now defined as top-level services so they can be more easily extended/overridden. This has changed the constructor signature and added an init method. If you have customized OAI-PMH server code, you will have to adjust to match; see [[https://github.com/vufind-org/vufind/pull/1237|pull request #1237]] for details.   * :!: OAI-PMH server classes are now defined as top-level services so they can be more easily extended/overridden. This has changed the constructor signature and added an init method. If you have customized OAI-PMH server code, you will have to adjust to match; see [[https://github.com/vufind-org/vufind/pull/1237|pull request #1237]] for details.
   * All static factory methods have been replaced with standard reusable Zend Framework factory classes. This shouldn't break anything, but if you have overridden any factories, you should review whether you can eliminate that local code and simply reuse an existing class.   * All static factory methods have been replaced with standard reusable Zend Framework factory classes. This shouldn't break anything, but if you have overridden any factories, you should review whether you can eliminate that local code and simply reuse an existing class.
 +
 +===== Release 5.1.1 - currently in development =====
 +
 +  * Minor bug fix release.
 +  * The automatic LESS to SCSS conversion process has been refined to eliminate bugs in the output. Special comment-based markers are now used to differentiate LESS-specific from SCSS-specific code in the few cases where automatic conversion is not possible. See [[https://github.com/vufind-org/vufind/pull/1316|pull request #1316]] for details.
  
 ===== Release 5.1 - 2/4/2019 ===== ===== Release 5.1 - 2/4/2019 =====
changelog.txt · Last modified: 2024/05/17 15:10 by demiankatz