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/07/23 16:56] – [Release 7.0.1 - currently in development] demiankatzchangelog [2020/08/14 20:28] – [Release 7.1 - currently in development] demiankatz
Line 7: Line 7:
 New features: New features:
  
-// Details coming soon//+  * Tags can now be applied to user lists as well as resources; this feature is disabled by default (see the listTags setting in config.ini).
  
 Possible backward compatibility breaks: Possible backward compatibility breaks:
  
-// Details coming soon//+  * :!: VuFind\Db\Row\UserList now has the VuFind\Tags service as a constructor parameter; in the unlikely case that you have a custom subclass/factory, be sure to adjust it accordingly. 
 +  * VuFind\Db\Row\UserList::getTags() has been deprecated in favor of VuFind\Db\Row\UserList::getResourceTags(). VuFind\Db\Table\ResourceTags::destroyLinks() has been deprecated in favor of VuFind\Db\Table\ResourceTags::destroyResourceLinks(). The deprecated methods will be removed in VuFind 8.0.
  
-===== Release 7.0.1 - currently in development ======+===== Release 7.0.1 - coming 8/31/2020 ======
  
   * Minor bug fix release.   * Minor bug fix release.
 +  * Includes updates to several dependencies (Laminas components, etc.).
   * :!: To fix problems related to IP detection behind a proxy, the allow_forwarded_ips setting has been added to config.ini. If you run VuFind behind a proxy and rely on IP detection, you should review this setting (and the related [[administration:security#proxies_and_ip_authentication|security wiki page]]) carefully. Some constructor signatures have changed to support this functionality, but backward compatibility breaks are unlikely; see [[https://github.com/vufind-org/vufind/pull/1681|pull request #1681]] and [[https://github.com/vufind-org/vufind/pull/1682|#1682]] for details.   * :!: To fix problems related to IP detection behind a proxy, the allow_forwarded_ips setting has been added to config.ini. If you run VuFind behind a proxy and rely on IP detection, you should review this setting (and the related [[administration:security#proxies_and_ip_authentication|security wiki page]]) carefully. Some constructor signatures have changed to support this functionality, but backward compatibility breaks are unlikely; see [[https://github.com/vufind-org/vufind/pull/1681|pull request #1681]] and [[https://github.com/vufind-org/vufind/pull/1682|#1682]] for details.
  
changelog.txt · Last modified: 2024/04/24 13:38 by demiankatz