diff --git a/README.md b/README.md index bd7f753d..b0cd3c09 100644 --- a/README.md +++ b/README.md @@ -1136,10 +1136,10 @@ SOFTWARE. [spotify-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg [spotify-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg [spotify-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg -[addon-tasmoadmin]: https://github.com/hassio-addons/addon-tasmoadmin/tree/v0.13.0 -[addon-doc-tasmoadmin]: https://github.com/hassio-addons/addon-tasmoadmin/blob/v0.13.0/README.md +[addon-tasmoadmin]: https://github.com/hassio-addons/addon-tasmoadmin/tree/v0.13.1 +[addon-doc-tasmoadmin]: https://github.com/hassio-addons/addon-tasmoadmin/blob/v0.13.1/README.md [tasmoadmin-issue]: https://github.com/hassio-addons/addon-tasmoadmin/issues -[tasmoadmin-version-shield]: https://img.shields.io/badge/version-v0.13.0-blue.svg +[tasmoadmin-version-shield]: https://img.shields.io/badge/version-v0.13.1-blue.svg [tasmoadmin-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/sonweb-armhf.svg [tasmoadmin-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg [tasmoadmin-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg diff --git a/tasmoadmin/CHANGELOG.md b/tasmoadmin/CHANGELOG.md index d95f5b1b..41649a68 100644 --- a/tasmoadmin/CHANGELOG.md +++ b/tasmoadmin/CHANGELOG.md @@ -2,11 +2,12 @@ ### 🔨 Changes -- ⬆ Upgrades add-on base image to v8.0.3 -- ⬆ Upgrades php7 to 7.3.22-r0 -- ⬆ Upgrades TasmoAdmin to v1.7.0 +- 🔥 Remove portable dir from upstream (#99) +- ⬆ Upgrades PHP to 7.3.23 (#100) +- ⬆ Upgrades nginx to 1.18.0-r1 +- ⬆ Upgrades add-on base image to v8.0.5 -[changelog]: https://github.com/hassio-addons/addon-tasmoadmin/compare/v0.12.0...v0.13.0 +[changelog]: https://github.com/hassio-addons/addon-tasmoadmin/compare/v0.13.0...v0.13.1 Questions? Join our Discord server! https://discord.me/hassioaddons Enjoying my add-ons? Consider supporting my work: diff --git a/tasmoadmin/README.md b/tasmoadmin/README.md index 20a64fe2..a1a824c5 100644 --- a/tasmoadmin/README.md +++ b/tasmoadmin/README.md @@ -50,6 +50,6 @@ If you are more interested in stable releases of our add-ons: [patreon-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png [patreon]: https://www.patreon.com/frenck [project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg -[release-shield]: https://img.shields.io/badge/version-v0.13.0-blue.svg -[release]: https://github.com/hassio-addons/addon-tasmoadmin/tree/v0.13.0 +[release-shield]: https://img.shields.io/badge/version-v0.13.1-blue.svg +[release]: https://github.com/hassio-addons/addon-tasmoadmin/tree/v0.13.1 [screenshot]: https://github.com/hassio-addons/addon-tasmoadmin/raw/master/images/screenshot.png \ No newline at end of file diff --git a/tasmoadmin/config.json b/tasmoadmin/config.json index 25787122..bd9eba5e 100644 --- a/tasmoadmin/config.json +++ b/tasmoadmin/config.json @@ -1,6 +1,6 @@ { "name": "TasmoAdmin", - "version": "0.13.0", + "version": "0.13.1", "slug": "sonweb", "description": "Centrally manage all your Sonoff-Tasmota devices", "url": "https://github.com/hassio-addons/addon-tasmoadmin",