You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

CHANGELOG.md 887B

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