File tree 1 file changed +2
-18
lines changed
1 file changed +2
-18
lines changed Original file line number Diff line number Diff line change 1
- ChangeLog
1
+ Changelog
2
2
=========
3
3
4
- NC 11 (2016-12-13)
5
- ------------------
6
- * PHP 5.4 and 5.5 no longer supported
7
- * PHP 7.1 support
8
- * OC_L10N removed use \OCP\IL10N (#1948 )
9
- * Preview handling is improved by sharing previews:
10
- * Preview sharing (shared files/external storages)
11
- * Previews are stored in the AppData
12
- * Previews are served faster by not first converting them to image objects
13
- * Core preview route changed:
14
- * Route for the urlgenerator changed from 'core_ajax_preview' to 'core.Preview.getPreview'
15
- * $urlGenerator->linkToRoute('core_ajax_preview', ...) => $urlGenerator->linkToRoute('core.Preview.getPreview', ...)
16
- * Avatars are cached
17
- * Avatars are moved to AppData
18
- * For existing avatars this happens automatically in a background job which means that on upgrade you might
19
- not see your avatar right away. However after the job has run it should show up again automatically.
20
-
4
+ The change log is at [ https://nextcloud.com/changelog/ ] ( https://nextcloud.com/changelog/ ) .
You can’t perform that action at this time.
0 commit comments