You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 25, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: core/src/conf/RELEASE_NOTE
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -84,7 +84,10 @@ Fix google shortner api key - Close #1030 (details)
84
84
Make sure to not return an empty value. (details)
85
85
Fix some specific zip extraction case on Windows Server. (details)
86
86
Fix multimode value : check instance_name OR group_switch_value (details)
87
-
87
+
Fix MacOS Yosemite / El Capitan Detection (details)
88
+
Fix italian "Invite" button: missing translation strings. (details)
89
+
HTML Base Tag is not correctly applied in IE10 when dynamically inserting "link". Add an data-hrefRebase tag to be processed (prepending the base) on ie10 only. (details)
90
+
Close session when sending binary files. Could create a race condition with tryLogUserFromCookie. (details)
88
91
89
92
--------------------------
90
93
Pydio Core 6.2.1 is a bugfix release providing compatibility fixes for non-standard plugins to the core. See complete changelog below.
Copy file name to clipboardExpand all lines: dist/php/6.2.2.html
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -88,5 +88,9 @@ <h3>Detailed Changelog</h3>
88
88
<li>Make sure to not return an empty value. (<ahref="http://github.com/pydio/pydio-core/commit/7064ebd2fd4ddaab0ab9fa6084da3d1404dab1ed">details</a>)</li>
89
89
<li>Fix some specific zip extraction case on Windows Server. (<ahref="http://github.com/pydio/pydio-core/commit/a80a619a22724725d854197052e7a299d0b0ad36">details</a>)</li>
90
90
<li>Fix multimode value : check instance_name OR group_switch_value (<ahref="http://github.com/pydio/pydio-core/commit/01bd99a79146de669b2bac0c6f2f57550be46489">details</a>)</li>
91
+
<li>Fix MacOS Yosemite / El Capitan Detection (<ahref="http://github.com/pydio/pydio-enterprise/commit/6a57ffba278ef6cca40a2bc8aec3c6a80e57bfdc">details</a>)</li>
92
+
<li>Fix italian "Invite" button: missing translation strings. (<ahref="http://github.com/pydio/pydio-enterprise/commit/0cbf379716379f8d0149f73d7cb7a5eafa4f0df3">details</a>)</li>
93
+
<li>HTML Base Tag is not correctly applied in IE10 when dynamically inserting "link". Add an data-hrefRebase tag to be processed (prepending the base) on ie10 only. (<ahref="http://github.com/pydio/pydio-enterprise/commit/7c86d430138f7cab666dfcf454aa218ee1ddb185">details</a>)</li>
94
+
<li>Close session when sending binary files. Could create a race condition with tryLogUserFromCookie. (<ahref="http://github.com/pydio/pydio-core/commit/32450252298987d7e04cfada2f0342880f70d5e4">details</a>)</li>
0 commit comments