Skip to content
This repository was archived by the owner on Nov 25, 2020. It is now read-only.

Commit 8f194d3

Browse files
committed
Update 6.2.2 release note
1 parent 01bd99a commit 8f194d3

File tree

2 files changed

+35
-0
lines changed

2 files changed

+35
-0
lines changed

core/src/conf/RELEASE_NOTE

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,24 @@ Pass the $url to isSeekable(), allowing to return different value depending on t
6767
Declare restParams on compress in action.powerfs, otherwise API is not working for this action when plugin is active. (details)
6868
Fix ChangesTracker for filter + mask management. Fix indexation issue when copying folders. (details)
6969
Specific fix for video player for Firefox (details)
70+
Update sdk generator: do not skip already parsed actions. (details)
71+
* Setup wizard can now be translated completely * Added german translations for setup wizard (details)
72+
Fix display quota on FreeBSD (details)
73+
Fix file/folder message on move. Close and replace PR #1000 ($dirRes is never set in that case) (details)
74+
Update .travis.yml (details)
75+
Updated ca/es files (details)
76+
PHP7 Constructors fixes (details)
77+
PHP7 Constructor fixes (details)
78+
Missing Comma in ca.php (details)
79+
Add Travis Badge (details)
80+
Fix #1010 Zip Browsing on Windows Server (details)
81+
Add new parameter for signature - Add Frankfurt & Seoul Regions. Close #846 (details)
82+
Fix log grouping Fix Copy Selection action (details)
83+
Fix google shortner api key - Close #1030 (details)
84+
Make sure to not return an empty value. (details)
85+
Fix some specific zip extraction case on Windows Server. (details)
86+
Fix multimode value : check instance_name OR group_switch_value (details)
87+
7088

7189
--------------------------
7290
Pydio Core 6.2.1 is a bugfix release providing compatibility fixes for non-standard plugins to the core. See complete changelog below.

dist/php/6.2.2.html

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,5 +71,22 @@ <h3>Detailed Changelog</h3>
7171
<li>Declare restParams on compress in action.powerfs, otherwise API is not working for this action when plugin is active. (<a href="http://github.com/pydio/pydio-core/commit/203faae0806ec59446d39610f42930973d8876f9">details</a>)</li>
7272
<li>Fix ChangesTracker for filter + mask management. Fix indexation issue when copying folders. (<a href="http://github.com/pydio/pydio-core/commit/9b5e34318de7ecac390de29968a90a049919d207">details</a>)</li>
7373
<li>Specific fix for video player for Firefox (<a href="http://github.com/pydio/pydio-core/commit/c261a5d802c4fc63c7b5d4a3abeb6cfc922fd253">details</a>)</li>
74+
<li>Update sdk generator: do not skip already parsed actions. (<a href="http://github.com/pydio/pydio-core/commit/046772e0a0aa7269c9ae45b6a9a1746b8b1822ea">details</a>)</li>
75+
<li>* Setup wizard can now be translated completely * Added german translations for setup wizard (<a href="http://github.com/pydio/pydio-core/commit/907d4831209ee0f3d7bddec1738cf2e2f72bbe1f">details</a>)</li>
76+
<li>Fix display quota on FreeBSD (<a href="http://github.com/pydio/pydio-core/commit/4da11bd3f0e0e1b4bff34c109fda9fc0080b6d3f">details</a>)</li>
77+
<li>Fix file/folder message on move. Close and replace PR #1000 ($dirRes is never set in that case) (<a href="http://github.com/pydio/pydio-core/commit/eb91e18edcdb356ed379f7eb6b1373e9634d852d">details</a>)</li>
78+
<li>Update .travis.yml (<a href="http://github.com/pydio/pydio-core/commit/f7e84fed35f71ed17a6f1f92e89d44b8cf3771cf">details</a>)</li>
79+
<li>Updated ca/es files (<a href="http://github.com/pydio/pydio-core/commit/7c0bd7a818351d5cd6dea0c2296e996a3587da27">details</a>)</li>
80+
<li>PHP7 Constructors fixes (<a href="http://github.com/pydio/pydio-core/commit/e8d94b8c1fa9db6051a5c85d1efe4d0ba0e536cd">details</a>)</li>
81+
<li>PHP7 Constructor fixes (<a href="http://github.com/pydio/pydio-core/commit/54a4c153e3e96ebcf8c3d32433f1f23bd86afde7">details</a>)</li>
82+
<li>Missing Comma in ca.php (<a href="http://github.com/pydio/pydio-core/commit/d4b33cb7bb1875957ae2ae786300f9c599213085">details</a>)</li>
83+
<li>Add Travis Badge (<a href="http://github.com/pydio/pydio-core/commit/6d454c89868204bcc56bda14dbad7b1e993aab16">details</a>)</li>
84+
<li>Fix #1010 Zip Browsing on Windows Server (<a href="http://github.com/pydio/pydio-core/commit/7fc2546d89956bb8e459f6e1ef055b82db570e43">details</a>)</li>
85+
<li>Add new parameter for signature - Add Frankfurt & Seoul Regions. Close #846 (<a href="http://github.com/pydio/pydio-core/commit/7c7036bfcb1b06ca20d629dc698bc64434fafd48">details</a>)</li>
86+
<li>Fix log grouping Fix Copy Selection action (<a href="http://github.com/pydio/pydio-core/commit/442b484b23dd368dc6817e86e5bbc421d4ad126b">details</a>)</li>
87+
<li>Fix google shortner api key - Close #1030 (<a href="http://github.com/pydio/pydio-core/commit/b24554ff448a4623816bef15626c9665d893fc4f">details</a>)</li>
88+
<li>Make sure to not return an empty value. (<a href="http://github.com/pydio/pydio-core/commit/7064ebd2fd4ddaab0ab9fa6084da3d1404dab1ed">details</a>)</li>
89+
<li>Fix some specific zip extraction case on Windows Server. (<a href="http://github.com/pydio/pydio-core/commit/a80a619a22724725d854197052e7a299d0b0ad36">details</a>)</li>
90+
<li>Fix multimode value : check instance_name OR group_switch_value (<a href="http://github.com/pydio/pydio-core/commit/01bd99a79146de669b2bac0c6f2f57550be46489">details</a>)</li>
7491
</ul>
7592
</div>

0 commit comments

Comments
 (0)