Skip to content

Commit

Permalink
Automated changelog update [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-davis committed Aug 30, 2023
1 parent 88ec2c9 commit 2b25893
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ <h3 id="unreleased-summary">Summary</h3>
<li class="type-bugfix changelog-item">Bugfix - Make sure that parameters are a string when string is expected: <a href="https://github.com/owncloud/core/pull/40944">#40944</a></li>
<li class="type-bugfix changelog-item">Bugfix - Fix usort callback functions to return integers: <a href="https://github.com/owncloud/core/pull/40945">#40945</a></li>
<li class="type-bugfix changelog-item">Bugfix - Users page generates error logs in owncloud.log: <a href="https://github.com/owncloud/core/pull/40947">#40947</a></li>
<li class="type-bugfix changelog-item">Bugfix - No external icons in app registry: <a href="https://github.com/owncloud/core/pull/40955">#40955</a></li>
<li class="type-bugfix changelog-item">Bugfix - Remove instance id postfix from file id: <a href="https://github.com/owncloud/core/pull/40958">#40958</a></li>
<li class="type-change changelog-item">Change - Update PHP dependencies: <a href="https://github.com/owncloud/core/pull/40939">#40939</a></li>
</ul>
Expand Down Expand Up @@ -45,6 +46,14 @@ <h3 id="unreleased-details">Details</h3>
</p>
<p>https://github.com/owncloud/core/pull/40947<br></p>
</li>
<li class="type-bugfix changelog-item">
<p>Bugfix - No external icons in app registry: <a href="https://github.com/owncloud/core/pull/40955">#40955</a></p>
<p>App icons for the app registry are hosted in ownCloud server.
</p>
<p>https://github.com/owncloud/core/issues/40953<br>
</p>
<p>https://github.com/owncloud/core/pull/40955<br></p>
</li>
<li class="type-bugfix changelog-item">
<p>Bugfix - Remove instance id postfix from file id: <a href="https://github.com/owncloud/core/pull/40958">#40958</a></p>
<p>On the App Registry endpoints file ids can hold the instance id which needs to be removed.
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Summary
* Bugfix - Make sure that parameters are a string when string is expected: [#40944](https://github.com/owncloud/core/pull/40944)
* Bugfix - Fix usort callback functions to return integers: [#40945](https://github.com/owncloud/core/pull/40945)
* Bugfix - Users page generates error logs in owncloud.log: [#40947](https://github.com/owncloud/core/pull/40947)
* Bugfix - No external icons in app registry: [#40955](https://github.com/owncloud/core/pull/40955)
* Bugfix - Remove instance id postfix from file id: [#40958](https://github.com/owncloud/core/pull/40958)
* Change - Update PHP dependencies: [#40939](https://github.com/owncloud/core/pull/40939)

Expand Down Expand Up @@ -47,6 +48,13 @@ Details
https://github.com/owncloud/core/issues/40946
https://github.com/owncloud/core/pull/40947

* Bugfix - No external icons in app registry: [#40955](https://github.com/owncloud/core/pull/40955)

App icons for the app registry are hosted in ownCloud server.

https://github.com/owncloud/core/issues/40953
https://github.com/owncloud/core/pull/40955

* Bugfix - Remove instance id postfix from file id: [#40958](https://github.com/owncloud/core/pull/40958)

On the App Registry endpoints file ids can hold the instance id which needs to be removed.
Expand Down

0 comments on commit 2b25893

Please sign in to comment.