2016-11-03 15:12:14 +03:00
|
|
|
ChangeLog
|
|
|
|
=========
|
|
|
|
|
2016-12-14 22:48:39 +03:00
|
|
|
NC 11 (2016-12-13)
|
2016-11-03 15:12:14 +03:00
|
|
|
------------------
|
|
|
|
* PHP 5.4 and 5.5 no longer supported
|
|
|
|
* PHP 7.1 support
|
|
|
|
* OC_L10N removed use \OCP\IL10N (#1948)
|
2016-11-03 16:08:54 +03:00
|
|
|
* Preview handling is improved by sharing previews:
|
|
|
|
* Preview sharing (shared files/external storages)
|
|
|
|
* Previews are stored in the AppData
|
|
|
|
* Previews are served faster by not first converting them to image objects
|
|
|
|
* Core preview route changed:
|
|
|
|
* Route for the urlgenerator changed from 'core_ajax_preview' to 'core.Preview.getPreview'
|
|
|
|
* $urlGenerator->linkToRoute('core_ajax_preview', ...) => $urlGenerator->linkToRoute('core.Preview.getPreview', ...)
|
2016-12-01 13:05:59 +03:00
|
|
|
* Avatars are cached
|
|
|
|
* Avatars are moved to AppData
|
|
|
|
* For existing avatars this happens automatically in a background job which means that on upgrade you might
|
|
|
|
not see your avatar right away. However after the job has run it should show up again automatically.
|
|
|
|
|