Skip to content

Commit

Permalink
Feature/upgrade 1.42.0 (#77)
Browse files Browse the repository at this point in the history
* Fix mqtt admin link

* upgrade to 1.42.0

* enable builds on feature branches
  • Loading branch information
romanlum authored Dec 16, 2024
1 parent 98d57d2 commit 8e79238
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ on:
push:
branches:
- 'master'
- 'feature/**'

name: build dev version

Expand Down
2 changes: 1 addition & 1 deletion templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@
</div>
<div class="lb_flex-item-spacer"></div>
<div class="lb_flex-item">
<span id="mqtt_onverviewlink"><a href="/admin/plugins/mqttgateway/index.cgi?form=topics" target="_blank">{{
<span id="mqtt_onverviewlink"><a href="/admin/system/mqtt-gateway.cgi?form=incoming" target="_blank">{{
'Common.MqttGatwayIncomming' | trans }}</a></span>
</div>
<div class="lb_flex-item-spacer"></div>
Expand Down
2 changes: 1 addition & 1 deletion version.sh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ZIGBEE2MQTT_VERSION=1.41.0
ZIGBEE2MQTT_VERSION=1.42.0

0 comments on commit 8e79238

Please sign in to comment.