Bump version to 3.0.0 in configuration, app version, and HTML/JS files

This commit is contained in:
Frédéric Metrich 2026-07-05 19:39:02 +02:00
parent c88d36997f
commit 9883dbec5e
4 changed files with 7 additions and 7 deletions

View file

@ -3,7 +3,7 @@
#ifndef configsettings_h #ifndef configsettings_h
#define configsettings_h #define configsettings_h
#include "WResp.h" #include "WResp.h"
#define FW_VERSION "v2.4.7" #define FW_VERSION "v3.0.0"
enum class conn_types_t : byte { enum class conn_types_t : byte {
unset = 0x00, unset = 0x00,
wifi = 0x01, wifi = 0x01,

View file

@ -1 +1 @@
2.4.7 3.0.0

View file

@ -9,9 +9,9 @@
<meta name="apple-mobile-web-app-title" content="ESPSomfy RTS App"> <meta name="apple-mobile-web-app-title" content="ESPSomfy RTS App">
<meta name="apple-mobile-web-app-status-bar-style" content="black"> <meta name="apple-mobile-web-app-status-bar-style" content="black">
<link rel="stylesheet" href="main.css?v=2.4.7c" type="text/css" /> <link rel="stylesheet" href="main.css?v=3.0.0c" type="text/css" />
<link rel="stylesheet" href="widgets.css?v=2.4.7c" type="text/css" /> <link rel="stylesheet" href="widgets.css?v=3.0.0c" type="text/css" />
<link rel="stylesheet" href="icons.css?v=2.4.7c" type="text/css" /> <link rel="stylesheet" href="icons.css?v=3.0.0c" type="text/css" />
<link rel="icon" type="image/png" href="favicon.png" /> <link rel="icon" type="image/png" href="favicon.png" />
<!-- iPad retina icon --> <!-- iPad retina icon -->
@ -81,7 +81,7 @@
and (-webkit-device-pixel-ratio: 1)" rel="apple-touch-startup-image"> and (-webkit-device-pixel-ratio: 1)" rel="apple-touch-startup-image">
<script type="text/javascript" src="index.js?v=2.4.7c"></script> <script type="text/javascript" src="index.js?v=3.0.0c"></script>
</head> </head>
<body> <body>

View file

@ -1270,7 +1270,7 @@ var security = new Security();
class General { class General {
initialized = false; initialized = false;
appVersion = 'v2.4.7'; appVersion = 'v3.0.0';
reloadApp = false; reloadApp = false;
init() { init() {
if (this.initialized) return; if (this.initialized) return;