[PR #5633] [CLOSED] Release #6533

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

📋 Pull Request Information

Original PR: https://github.com/BookStackApp/BookStack/pull/5633
Author: @kordkheili
Created: 5/29/2025
Status: Closed

Base: developmentHead: release


📝 Commits (10+)

  • 0d31a8e Merge branch 'master' into release
  • ed563fe Updated version and assets for release v0.28.3
  • 2120db1 Merge branch 'master' into release
  • 195b749 Updated version and assets for release v0.29.0
  • 965dd97 Merge branch 'master' into release
  • 4818192 Updated version and assets for release v0.29.1
  • 87d1d34 Merge branch 'master' into release
  • 04ecc12 Updated version and assets for release v0.29.2
  • 2ff90e2 Merge branch 'master' into release
  • 29ddb6e Updated version and assets for release v0.29.3

📊 Changes

13 files changed (+183 additions, -8 deletions)

View changed files

.env.bak (+46 -0)
📝 .gitignore (+3 -3)
📝 app/Http/Middleware/TrustProxies.php (+6 -3)
📝 dev/checksums/vendor (+1 -1)
public/dist/app.js (+33 -0)
public/dist/code.js (+32 -0)
public/dist/export-styles.css (+1 -0)
public/dist/legacy-modes.js (+3 -0)
public/dist/markdown.js (+23 -0)
public/dist/styles.css (+1 -0)
public/dist/wysiwyg.js (+31 -0)
public/robots.txt (+2 -0)
📝 version (+1 -1)

📄 Description

No description provided


🔄 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/5633 **Author:** [@kordkheili](https://github.com/kordkheili) **Created:** 5/29/2025 **Status:** ❌ Closed **Base:** `development` ← **Head:** `release` --- ### 📝 Commits (10+) - [`0d31a8e`](https://github.com/BookStackApp/BookStack/commit/0d31a8e3f1faa0a741aff6207ad5f9af244fc224) Merge branch 'master' into release - [`ed563fe`](https://github.com/BookStackApp/BookStack/commit/ed563fef2872134a09d1063f71a7bade3f5e6776) Updated version and assets for release v0.28.3 - [`2120db1`](https://github.com/BookStackApp/BookStack/commit/2120db12b2720bb935fd9e1b1b81f65669c871dc) Merge branch 'master' into release - [`195b749`](https://github.com/BookStackApp/BookStack/commit/195b74926c2f18abd08db5bc74b1048dab31770a) Updated version and assets for release v0.29.0 - [`965dd97`](https://github.com/BookStackApp/BookStack/commit/965dd97f54ca385695fc8dd3a59bb930b429a147) Merge branch 'master' into release - [`4818192`](https://github.com/BookStackApp/BookStack/commit/4818192a2a0094d253f4ad77212b30013554a611) Updated version and assets for release v0.29.1 - [`87d1d34`](https://github.com/BookStackApp/BookStack/commit/87d1d3423b419e7ddf01fc78e393a424441b8252) Merge branch 'master' into release - [`04ecc12`](https://github.com/BookStackApp/BookStack/commit/04ecc128a237c22b5ff724f2328f0b6922ff3428) Updated version and assets for release v0.29.2 - [`2ff90e2`](https://github.com/BookStackApp/BookStack/commit/2ff90e2ff011866016f0371bd24c6ab2aa09ca30) Merge branch 'master' into release - [`29ddb6e`](https://github.com/BookStackApp/BookStack/commit/29ddb6e1b9b298778bad9a025da3b8ba252fe7ce) Updated version and assets for release v0.29.3 ### 📊 Changes **13 files changed** (+183 additions, -8 deletions) <details> <summary>View changed files</summary> ➕ `.env.bak` (+46 -0) 📝 `.gitignore` (+3 -3) 📝 `app/Http/Middleware/TrustProxies.php` (+6 -3) 📝 `dev/checksums/vendor` (+1 -1) ➕ `public/dist/app.js` (+33 -0) ➕ `public/dist/code.js` (+32 -0) ➕ `public/dist/export-styles.css` (+1 -0) ➕ `public/dist/legacy-modes.js` (+3 -0) ➕ `public/dist/markdown.js` (+23 -0) ➕ `public/dist/styles.css` (+1 -0) ➕ `public/dist/wysiwyg.js` (+31 -0) ➕ `public/robots.txt` (+2 -0) 📝 `version` (+1 -1) </details> ### 📄 Description _No description provided_ --- <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:34:52 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#6533