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: dist/php/7.0.1.html
+12-1Lines changed: 12 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ <h2>Welcome to Pydio 7.0.1!</h2>
6
6
<divstyle="border:1px solid red; padding: 5px; color: red;border-radius: 3px;">Please Note: you are now disconnected and all requests in page are blocked. Review the release note before reloading the page entirely.</div>
7
7
<p>
8
8
Pydio 7 is a full overhaul of the PHP code, raising the standards, improving performances and making the platform more modular than ever. We also introduce a new separate tool called <b>Pydio Booster</b>, written in Go, removing php limits and easing the deployment of WebSockets.<br/>
9
-
<i>Pydio 7.0.1 fixes some small but critical issues that could break upgrade in 7.0.</i>
9
+
<i>Pydio 7.0.1 fixes some small but critical issues that could break upgrade in 7.0, see changelog below.</i>
10
10
</p>
11
11
12
12
<h2>New Features</h2>
@@ -52,6 +52,17 @@ <h2>Migration Checks</h2>
52
52
53
53
54
54
<h2style="color: darkgrey;">Full Changelog</h2>
55
+
<h3style="color: darkgrey;">7.0.1</h3>
56
+
<ulstyle="color: darkgrey;">
57
+
<li>Fix installer form if "output_buffering" is not disabled (<ahref="http://github.com/pydio/pydio-core/commit/bdf5bdc1c89e142b18d3201997b7f1f0ae053173">details</a>)</li>
58
+
<li>Remove check for aws.phar file in the access.s3 directory. Fix #1257 (<ahref="http://github.com/pydio/pydio-core/commit/98b350f98dfa3ce06ed9d4f60e959c26f0dcc5bc">details</a>)</li>
59
+
<li>Another "incompatible declaration" error was silently breaking s3 on PHP7. (<ahref="http://github.com/pydio/pydio-core/commit/b1d4c369a921275b986cd8331c0e569f01421191">details</a>)</li>
<li>php 5.5.9 issue, count(false) returns true, making RolesList empty. (<ahref="http://github.com/pydio/pydio-core/commit/0a7e49096d273edb273749b26a26b11e6ed8cf9e">details</a>)</li>
62
+
<li>Check php version: 5.6 is finally required for enterprise dist, because of ioncube loaders. (<ahref="http://github.com/pydio/pydio-core/commit/a0274d8c4960a16383b3b51a1a82878ca5b7155b">details</a>)</li>
63
+
<li>Fix case sensitive rename (<ahref="http://github.com/pydio/pydio-core/commit/a66a1bb58841d71eb3c34076311d5f7c5e3fe3ed">details</a>)</li>
64
+
</ul>
65
+
<h3style="color: darkgrey;">7.0.0</h3>
55
66
<ulstyle="color: darkgrey;">
56
67
<li>Fix typo in index.elasticsearch/plugin_doc.html (<ahref="http://github.com/pydio/pydio-core/commit/4801fd176cf47a4e3fa62ceab647832ee6df4884">details</a>)</li>
57
68
<li>Update Release number (<ahref="http://github.com/pydio/pydio-core/commit/5c0dd435c1064f2ea2f5d3c8f82f265eb247a0a4">details</a>)</li>
0 commit comments