mirror of
https://github.com/hassio-addons/repository.git
synced 2025-05-06 12:11:29 +00:00
🎉 Release of add-on Bookstack 1.1.0
This commit is contained in:
parent
b4562ba68c
commit
14ea63eae1
4 changed files with 16 additions and 7 deletions
|
@ -679,10 +679,10 @@ SOFTWARE.
|
|||
[appdaemon-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
||||
[appdaemon-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
|
||||
[appdaemon-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
|
||||
[addon-bookstack]: https://github.com/hassio-addons/addon-bookstack/tree/v1.0.3
|
||||
[addon-doc-bookstack]: https://github.com/hassio-addons/addon-bookstack/blob/v1.0.3/README.md
|
||||
[addon-bookstack]: https://github.com/hassio-addons/addon-bookstack/tree/v1.1.0
|
||||
[addon-doc-bookstack]: https://github.com/hassio-addons/addon-bookstack/blob/v1.1.0/README.md
|
||||
[bookstack-issue]: https://github.com/hassio-addons/addon-bookstack/issues
|
||||
[bookstack-version-shield]: https://img.shields.io/badge/version-v1.0.3-blue.svg
|
||||
[bookstack-version-shield]: https://img.shields.io/badge/version-v1.1.0-blue.svg
|
||||
[bookstack-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
|
||||
[bookstack-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
||||
[bookstack-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
||||
|
|
|
@ -1,5 +1,14 @@
|
|||
## What’s changed
|
||||
|
||||
Updates PHP to v8, along with base image updates. Please ensure to backup the addon and the database prior to upgrade.
|
||||
Fixes issue with QR Code generation allowing MFA setup to work correctly.
|
||||
|
||||
## 🐛 Bug fixes
|
||||
|
||||
- 🚑 Add php-xmlwriter for QR Code generation @sinclairpaul (#179)
|
||||
|
||||
## ⬆️ Dependency updates
|
||||
|
||||
- ⬆️ Update Bookstack to v22.04 and dependencies @sinclairpaul (#177)
|
||||
- ⬆️ Update image, PHP and dependencies @sinclairpaul (#178)
|
||||
- 🚑 Add php-xmlwriter for QR Code generation @sinclairpaul (#179)
|
||||
- ⬆️ Update Bookstack to v22.04.1 @sinclairpaul (#180)
|
||||
|
|
|
@ -23,6 +23,6 @@ storing information.
|
|||
[forum]: https://community.home-assistant.io/?u=frenck
|
||||
[maintenance-shield]: https://img.shields.io/maintenance/yes/2022.svg
|
||||
[project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg
|
||||
[release-shield]: https://img.shields.io/badge/version-v1.0.3-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-bookstack/tree/v1.0.3
|
||||
[release-shield]: https://img.shields.io/badge/version-v1.1.0-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-bookstack/tree/v1.1.0
|
||||
[screenshot]: https://github.com/hassio-addons/addon-bookstack/raw/main/images/screenshot.png
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "Bookstack",
|
||||
"version": "1.0.3",
|
||||
"version": "1.1.0",
|
||||
"slug": "bookstack",
|
||||
"description": "Simple & Free Wiki Software",
|
||||
"url": "https://github.com/hassio-addons/addon-bookstack",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue