[PR #3112] [CLOSED] Bump laravel/framework from 8.70.2 to 8.75.0 #6139

Closed
opened 2026-02-05 10:25:20 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/BookStackApp/BookStack/pull/3112
Author: @dependabot[bot]
Created: 12/15/2021
Status: Closed

Base: masterHead: dependabot/composer/laravel/framework-8.75.0


📝 Commits (1)

  • 8c69f00 Bump laravel/framework from 8.70.2 to 8.75.0

📊 Changes

1 file changed (+276 additions, -333 deletions)

View changed files

📝 composer.lock (+276 -333)

📄 Description

Bumps laravel/framework from 8.70.2 to 8.75.0.

Release notes

Sourced from laravel/framework's releases.

v8.75.0

Added

  • Added Illuminate/Support/Testing/Fakes/NotificationFake::assertSentTimes() (667cca8)
  • Added Conditionable trait to ComponentAttributeBag (#39861)
  • Added scheduler integration tests (#39862)
  • Added on-demand gate authorization (#39789)
  • Added countable interface to eloquent factory sequence (#39907, 1638472a, #39915)
  • Added Fulltext index for PostgreSQL (#39875)
  • Added method filterNulls() to Arr (#39921)

Fixed

  • Fixes AsEncrypted traits not respecting nullable columns (#39848, 4c32bf8)
  • Fixed http client factory class exists bugfix (#39851)
  • Fixed calls to Connection::rollBack() with incorrect case (#39874)
  • Fixed bug where columns would be guarded while filling Eloquent models during unit tests (#39880)
  • Fixed for dropping columns when using MSSQL as database (#39905)

Changed

  • Add proper paging offset when possible to sql server (#39863)
  • Correct pagination message in src/Illuminate/Pagination/resources/views/tailwind.blade.php (#39894)

v8.74.0

Added

  • Added optional except parameter to the PruneCommand (#39749, be4afcc)
  • Added Illuminate/Foundation/Application::hasDebugModeEnabled() (#39755)
  • Added Illuminate/Support/Facades/Event::fakeExcept() and Illuminate/Support/Facades/Event::fakeExceptFor() (#39752)
  • Added aggregate method to Eloquent passthru (#39772)
  • Added undot() method to Arr helpers and Collections (#39729)
  • Added reverse method to Str (#39816)
  • Added possibility to customize type column in database notifications using databaseType method (#39811)
  • Added Fulltext Index (#39821)

Fixed

  • Fixed bus service provider when loaded outside of the framework (#39740)
  • Fixes logging deprecations when null driver do not exist (#39809)

Changed

  • Validate connection name before resolve queue connection (#39751)
  • Bump Symfony to 5.4 (#39827)
  • Optimize the execution time of the unique method (#39822)

v8.73.2

Added

  • Added Illuminate/Foundation/Testing/Concerns/InteractsWithContainer::forgetMock() (#39713)
  • Added custom pagination information in resource (#39600)

v8.73.1

Revert

... (truncated)

Changelog

Sourced from laravel/framework's changelog.

v8.75.0 (2021-12-07)

Added

  • Added Illuminate/Support/Testing/Fakes/NotificationFake::assertSentTimes() (667cca8)
  • Added Conditionable trait to ComponentAttributeBag (#39861)
  • Added scheduler integration tests (#39862)
  • Added on-demand gate authorization (#39789)
  • Added countable interface to eloquent factory sequence (#39907, 1638472a, #39915)
  • Added Fulltext index for PostgreSQL (#39875)
  • Added method filterNulls() to Arr (#39921)

Fixed

  • Fixes AsEncrypted traits not respecting nullable columns (#39848, 4c32bf8)
  • Fixed http client factory class exists bugfix (#39851)
  • Fixed calls to Connection::rollBack() with incorrect case (#39874)
  • Fixed bug where columns would be guarded while filling Eloquent models during unit tests (#39880)
  • Fixed for dropping columns when using MSSQL as database (#39905)

Changed

  • Add proper paging offset when possible to sql server (#39863)
  • Correct pagination message in src/Illuminate/Pagination/resources/views/tailwind.blade.php (#39894)

v8.74.0 (2021-11-30)

Added

  • Added optional except parameter to the PruneCommand (#39749, be4afcc)
  • Added Illuminate/Foundation/Application::hasDebugModeEnabled() (#39755)
  • Added Illuminate/Support/Facades/Event::fakeExcept() and Illuminate/Support/Facades/Event::fakeExceptFor() (#39752)
  • Added aggregate method to Eloquent passthru (#39772)
  • Added undot() method to Arr helpers and Collections (#39729)
  • Added reverse method to Str (#39816)
  • Added possibility to customize type column in database notifications using databaseType method (#39811)
  • Added Fulltext Index (#39821)

Fixed

  • Fixed bus service provider when loaded outside of the framework (#39740)
  • Fixes logging deprecations when null driver do not exist (#39809)

Changed

  • Validate connection name before resolve queue connection (#39751)
  • Bump Symfony to 5.4 (#39827)
  • Optimize the execution time of the unique method (#39822)

v8.73.2 (2021-11-23)

Added

  • Added Illuminate/Foundation/Testing/Concerns/InteractsWithContainer::forgetMock() (#39713)
  • Added custom pagination information in resource (#39600)

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/BookStackApp/BookStack/pull/3112 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 12/15/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/composer/laravel/framework-8.75.0` --- ### 📝 Commits (1) - [`8c69f00`](https://github.com/BookStackApp/BookStack/commit/8c69f0019b0e0a15425312ae648660ea95bb0597) Bump laravel/framework from 8.70.2 to 8.75.0 ### 📊 Changes **1 file changed** (+276 additions, -333 deletions) <details> <summary>View changed files</summary> 📝 `composer.lock` (+276 -333) </details> ### 📄 Description Bumps [laravel/framework](https://github.com/laravel/framework) from 8.70.2 to 8.75.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/laravel/framework/releases">laravel/framework's releases</a>.</em></p> <blockquote> <h2>v8.75.0</h2> <h3>Added</h3> <ul> <li>Added <code>Illuminate/Support/Testing/Fakes/NotificationFake::assertSentTimes()</code> (<a href="https://github.com/laravel/framework/commit/667cca8db300f55cd8fccd575eaa46f5156b0408">667cca8</a>)</li> <li>Added Conditionable trait to ComponentAttributeBag (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/39861">#39861</a>)</li> <li>Added scheduler integration tests (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/39862">#39862</a>)</li> <li>Added on-demand gate authorization (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/39789">#39789</a>)</li> <li>Added countable interface to eloquent factory sequence (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/39907">#39907</a>, <a href="https://github.com/laravel/framework/commit/1638472a7a5ee02dc9e808bc203b733785ac1468">1638472a</a>, <a href="https://github-redirect.dependabot.com/laravel/framework/pull/39915">#39915</a>)</li> <li>Added Fulltext index for PostgreSQL (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/39875">#39875</a>)</li> <li>Added method filterNulls() to Arr (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/39921">#39921</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>Fixes AsEncrypted traits not respecting nullable columns (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/39848">#39848</a>, <a href="https://github.com/laravel/framework/commit/4c32bf815c93fe6fb6f78f1f9771e6baac379bd6">4c32bf8</a>)</li> <li>Fixed http client factory class exists bugfix (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/39851">#39851</a>)</li> <li>Fixed calls to Connection::rollBack() with incorrect case (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/39874">#39874</a>)</li> <li>Fixed bug where columns would be guarded while filling Eloquent models during unit tests (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/39880">#39880</a>)</li> <li>Fixed for dropping columns when using MSSQL as database (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/39905">#39905</a>)</li> </ul> <h3>Changed</h3> <ul> <li>Add proper paging offset when possible to sql server (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/39863">#39863</a>)</li> <li>Correct pagination message in src/Illuminate/Pagination/resources/views/tailwind.blade.php (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/39894">#39894</a>)</li> </ul> <h2>v8.74.0</h2> <h3>Added</h3> <ul> <li>Added optional <code>except</code> parameter to the PruneCommand (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/39749">#39749</a>, <a href="https://github.com/laravel/framework/commit/be4afcc6c2a42402d4404263c6a5ca901d067dd2">be4afcc</a>)</li> <li>Added <code>Illuminate/Foundation/Application::hasDebugModeEnabled()</code> (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/39755">#39755</a>)</li> <li>Added <code>Illuminate/Support/Facades/Event::fakeExcept()</code> and <code>Illuminate/Support/Facades/Event::fakeExceptFor()</code> (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/39752">#39752</a>)</li> <li>Added aggregate method to Eloquent passthru (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/39772">#39772</a>)</li> <li>Added <code>undot()</code> method to Arr helpers and Collections (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/39729">#39729</a>)</li> <li>Added <code>reverse</code> method to <code>Str</code> (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/39816">#39816</a>)</li> <li>Added possibility to customize type column in database notifications using databaseType method (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/39811">#39811</a>)</li> <li>Added Fulltext Index (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/39821">#39821</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>Fixed bus service provider when loaded outside of the framework (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/39740">#39740</a>)</li> <li>Fixes logging deprecations when null driver do not exist (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/39809">#39809</a>)</li> </ul> <h3>Changed</h3> <ul> <li>Validate connection name before resolve queue connection (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/39751">#39751</a>)</li> <li>Bump Symfony to 5.4 (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/39827">#39827</a>)</li> <li>Optimize the execution time of the unique method (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/39822">#39822</a>)</li> </ul> <h2>v8.73.2</h2> <h3>Added</h3> <ul> <li>Added <code>Illuminate/Foundation/Testing/Concerns/InteractsWithContainer::forgetMock()</code> (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/39713">#39713</a>)</li> <li>Added custom pagination information in resource (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/39600">#39600</a>)</li> </ul> <h2>v8.73.1</h2> <h3>Revert</h3> <ul> <li>Revert of <a href="https://github-redirect.dependabot.com/laravel/framework/pull/39647">Use parents to resolve middleware priority in <code>SortedMiddleware</code></a> (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/39706">#39706</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/laravel/framework/blob/8.x/CHANGELOG-8.x.md">laravel/framework's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/laravel/framework/compare/v8.74.0...v8.75.0">v8.75.0 (2021-12-07)</a></h2> <h3>Added</h3> <ul> <li>Added <code>Illuminate/Support/Testing/Fakes/NotificationFake::assertSentTimes()</code> (<a href="https://github.com/laravel/framework/commit/667cca8db300f55cd8fccd575eaa46f5156b0408">667cca8</a>)</li> <li>Added Conditionable trait to ComponentAttributeBag (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/39861">#39861</a>)</li> <li>Added scheduler integration tests (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/39862">#39862</a>)</li> <li>Added on-demand gate authorization (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/39789">#39789</a>)</li> <li>Added countable interface to eloquent factory sequence (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/39907">#39907</a>, <a href="https://github.com/laravel/framework/commit/1638472a7a5ee02dc9e808bc203b733785ac1468">1638472a</a>, <a href="https://github-redirect.dependabot.com/laravel/framework/pull/39915">#39915</a>)</li> <li>Added Fulltext index for PostgreSQL (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/39875">#39875</a>)</li> <li>Added method filterNulls() to Arr (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/39921">#39921</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>Fixes AsEncrypted traits not respecting nullable columns (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/39848">#39848</a>, <a href="https://github.com/laravel/framework/commit/4c32bf815c93fe6fb6f78f1f9771e6baac379bd6">4c32bf8</a>)</li> <li>Fixed http client factory class exists bugfix (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/39851">#39851</a>)</li> <li>Fixed calls to Connection::rollBack() with incorrect case (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/39874">#39874</a>)</li> <li>Fixed bug where columns would be guarded while filling Eloquent models during unit tests (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/39880">#39880</a>)</li> <li>Fixed for dropping columns when using MSSQL as database (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/39905">#39905</a>)</li> </ul> <h3>Changed</h3> <ul> <li>Add proper paging offset when possible to sql server (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/39863">#39863</a>)</li> <li>Correct pagination message in src/Illuminate/Pagination/resources/views/tailwind.blade.php (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/39894">#39894</a>)</li> </ul> <h2><a href="https://github.com/laravel/framework/compare/v8.73.2...v8.74.0">v8.74.0 (2021-11-30)</a></h2> <h3>Added</h3> <ul> <li>Added optional <code>except</code> parameter to the PruneCommand (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/39749">#39749</a>, <a href="https://github.com/laravel/framework/commit/be4afcc6c2a42402d4404263c6a5ca901d067dd2">be4afcc</a>)</li> <li>Added <code>Illuminate/Foundation/Application::hasDebugModeEnabled()</code> (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/39755">#39755</a>)</li> <li>Added <code>Illuminate/Support/Facades/Event::fakeExcept()</code> and <code>Illuminate/Support/Facades/Event::fakeExceptFor()</code> (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/39752">#39752</a>)</li> <li>Added aggregate method to Eloquent passthru (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/39772">#39772</a>)</li> <li>Added <code>undot()</code> method to Arr helpers and Collections (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/39729">#39729</a>)</li> <li>Added <code>reverse</code> method to <code>Str</code> (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/39816">#39816</a>)</li> <li>Added possibility to customize type column in database notifications using databaseType method (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/39811">#39811</a>)</li> <li>Added Fulltext Index (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/39821">#39821</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>Fixed bus service provider when loaded outside of the framework (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/39740">#39740</a>)</li> <li>Fixes logging deprecations when null driver do not exist (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/39809">#39809</a>)</li> </ul> <h3>Changed</h3> <ul> <li>Validate connection name before resolve queue connection (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/39751">#39751</a>)</li> <li>Bump Symfony to 5.4 (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/39827">#39827</a>)</li> <li>Optimize the execution time of the unique method (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/39822">#39822</a>)</li> </ul> <h2><a href="https://github.com/laravel/framework/compare/v8.73.1...v8.73.2">v8.73.2 (2021-11-23)</a></h2> <h3>Added</h3> <ul> <li>Added <code>Illuminate/Foundation/Testing/Concerns/InteractsWithContainer::forgetMock()</code> (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/39713">#39713</a>)</li> <li>Added custom pagination information in resource (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/39600">#39600</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/laravel/framework/commit/0bb91d3176357da232da69762a64b0e0a0988637"><code>0bb91d3</code></a> version</li> <li><a href="https://github.com/laravel/framework/commit/c36eeb219d52fe51ae4f57162d0d653f4e12af69"><code>c36eeb2</code></a> php 7.3 support</li> <li><a href="https://github.com/laravel/framework/commit/c16367a1af68d8f3a1addc1a819f9864334e2c66"><code>c16367a</code></a> [8.x] Add method <code>filterNulls()</code> to Arr (<a href="https://github-redirect.dependabot.com/laravel/framework/issues/39921">#39921</a>)</li> <li><a href="https://github.com/laravel/framework/commit/8c1f6cecc00f1f488c44328f5d2dcfc61db2c6a8"><code>8c1f6ce</code></a> [8.x] Fulltext index for PostgreSQL (<a href="https://github-redirect.dependabot.com/laravel/framework/issues/39875">#39875</a>)</li> <li><a href="https://github.com/laravel/framework/commit/c51ad0f0527105b3b3cf8612fcdaadec4eb4fe10"><code>c51ad0f</code></a> wip</li> <li><a href="https://github.com/laravel/framework/commit/0d2bec82c1daf86448a05b8acb0f4f05ca08462f"><code>0d2bec8</code></a> Merge branch '6.x' into 8.x</li> <li><a href="https://github.com/laravel/framework/commit/d5e66bab3df8a90df3ca4ea7e7d789fe39fd65ac"><code>d5e66ba</code></a> Use real return value (<a href="https://github-redirect.dependabot.com/laravel/framework/issues/39915">#39915</a>)</li> <li><a href="https://github.com/laravel/framework/commit/29f3df4d58bcaf699fd946e7299138eaef73ee02"><code>29f3df4</code></a> Explicitly set StyleCI PHP version</li> <li><a href="https://github.com/laravel/framework/commit/b8174169b1807f36de1837751599e2828ceddb9b"><code>b817416</code></a> [6.x] Fix parent call (<a href="https://github-redirect.dependabot.com/laravel/framework/issues/39908">#39908</a>)</li> <li><a href="https://github.com/laravel/framework/commit/1638472a7a5ee02dc9e808bc203b733785ac1468"><code>1638472</code></a> Add ReturnTypeWillChange to count method</li> <li>Additional commits viewable in <a href="https://github.com/laravel/framework/compare/v8.70.2...v8.75.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=laravel/framework&package-manager=composer&previous-version=8.70.2&new-version=8.75.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/BookStackApp/BookStack/network/alerts). </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 10:25:20 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#6139