Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 12 additions & 2 deletions CHANGELOG.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ <h3 id="unreleased-summary">Summary</h3>
<li class="type-bugfix changelog-item">Bugfix - Avoid potential open_basedir errors after upgrade to PHP 7.4.21: <a href="https://github.com/owncloud/core/issues/39034">#39034</a></li>
<li class="type-change changelog-item">Change - Update url for sync client button and docs: <a href="https://github.com/owncloud/core/pull/38962">#38962</a></li>
<li class="type-change changelog-item">Change - Update PHP dependencies: <a href="https://github.com/owncloud/core/pull/39030">#39030</a></li>
<li class="type-change changelog-item">Change - Update Symfony components: <a href="https://github.com/owncloud/core/pull/39061">#39061</a></li>
<li class="type-enhancement changelog-item">Enhancement - Add setting to limit public link share creation to certain groups: <a href="https://github.com/owncloud/enterprise/issues/3632">#3632</a></li>
<li class="type-enhancement changelog-item">Enhancement - Log number of mounts when moving encryption keys fails: <a href="https://github.com/owncloud/core/pull/39015">#39015</a></li>
</ul>
Expand Down Expand Up @@ -47,9 +48,18 @@ <h3 id="unreleased-details">Details</h3>
<li class="type-change changelog-item">
<p>Change - Update PHP dependencies: <a href="https://github.com/owncloud/core/pull/39030">#39030</a></p>
<p>The following have been updated: - doctrine/cache (2.0.3 to 2.1.1) - mikey179/vfsstream
(v1.6.8 to v1.6.9) - nikic/php-parser (v4.11.0 to v4.12.0)
(v1.6.8 to v1.6.9) - nikic/php-parser (v4.11.0 to v4.12.0) - pear/archive_tar (1.4.13 to
1.4.14)
</p>
<p>https://github.com/owncloud/core/pull/39030<br>https://github.com/owncloud/core/pull/39047<br></p>
<p>https://github.com/owncloud/core/pull/39030<br>https://github.com/owncloud/core/pull/39047<br>https://github.com/owncloud/core/pull/39065<br></p>
</li>
<li class="type-change changelog-item">
<p>Change - Update Symfony components: <a href="https://github.com/owncloud/core/pull/39061">#39061</a></p>
<p>The following Symfony components have been updated to: - console 4.4.27 - event-dispatcher
4.4.27 - process 4.4.27 - routing 4.4.27 - translation 4.4.27
</p>
<p>https://github.com/owncloud/core/pull/39061<br></p>
<p>https://symfony.com/blog/symfony-4-4-27-released<br></p>
</li>
<li class="type-enhancement changelog-item">
<p>Enhancement - Add setting to limit public link share creation to certain groups: <a href="https://github.com/owncloud/enterprise/issues/3632">#3632</a></p>
Expand Down
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Summary
* Bugfix - Avoid potential open_basedir errors after upgrade to PHP 7.4.21: [#39034](https://github.com/owncloud/core/issues/39034)
* Change - Update url for sync client button and docs: [#38962](https://github.com/owncloud/core/pull/38962)
* Change - Update PHP dependencies: [#39030](https://github.com/owncloud/core/pull/39030)
* Change - Update Symfony components: [#39061](https://github.com/owncloud/core/pull/39061)
* Enhancement - Add setting to limit public link share creation to certain groups: [#3632](https://github.com/owncloud/enterprise/issues/3632)
* Enhancement - Log number of mounts when moving encryption keys fails: [#39015](https://github.com/owncloud/core/pull/39015)

Expand Down Expand Up @@ -50,10 +51,20 @@ Details
* Change - Update PHP dependencies: [#39030](https://github.com/owncloud/core/pull/39030)

The following have been updated: - doctrine/cache (2.0.3 to 2.1.1) - mikey179/vfsstream
(v1.6.8 to v1.6.9) - nikic/php-parser (v4.11.0 to v4.12.0)
(v1.6.8 to v1.6.9) - nikic/php-parser (v4.11.0 to v4.12.0) - pear/archive_tar (1.4.13 to
1.4.14)

https://github.com/owncloud/core/pull/39030
https://github.com/owncloud/core/pull/39047
https://github.com/owncloud/core/pull/39065

* Change - Update Symfony components: [#39061](https://github.com/owncloud/core/pull/39061)

The following Symfony components have been updated to: - console 4.4.27 - event-dispatcher
4.4.27 - process 4.4.27 - routing 4.4.27 - translation 4.4.27

https://github.com/owncloud/core/pull/39061
https://symfony.com/blog/symfony-4-4-27-released

* Enhancement - Add setting to limit public link share creation to certain groups: [#3632](https://github.com/owncloud/enterprise/issues/3632)

Expand Down
2 changes: 2 additions & 0 deletions changelog/unreleased/PHPdependencies20210721onward
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ The following have been updated:
- doctrine/cache (2.0.3 to 2.1.1)
- mikey179/vfsstream (v1.6.8 to v1.6.9)
- nikic/php-parser (v4.11.0 to v4.12.0)
- pear/archive_tar (1.4.13 to 1.4.14)

https://github.com/owncloud/core/pull/39030
https://github.com/owncloud/core/pull/39047
https://github.com/owncloud/core/pull/39065
11 changes: 11 additions & 0 deletions changelog/unreleased/PHPdependencies20210727onwardSymfony
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Change: Update Symfony components

The following Symfony components have been updated to:
- console 4.4.27
- event-dispatcher 4.4.27
- process 4.4.27
- routing 4.4.27
- translation 4.4.27

https://symfony.com/blog/symfony-4-4-27-released
https://github.com/owncloud/core/pull/39061
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"opis/closure": "^3.5",
"bantu/ini-get-wrapper": "v1.0.1",
"punic/punic": "^3.5",
"pear/archive_tar": "1.4.13",
"pear/archive_tar": "1.4.14",
"symfony/console": "^4.4",
"symfony/event-dispatcher": "^4.4",
"symfony/routing": "^4.4",
Expand Down
Loading