Skip to content

Commit 04d4788

Browse files
committed
ver bump
1 parent 028bdee commit 04d4788

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,11 @@ If you connect to the created configuration Access Point but the configuration p
273273
If trying to connect ends up in an endless loop, try to add `setConnectTimeout(60)` before `autoConnect();`. The parameter is timeout to try connecting in seconds.
274274

275275
## Releases
276-
#### 0.11
276+
#### 0.12
277+
- removed 204 header response
278+
- fixed incompatibility with other libs using isnan and other std:: functions without namespace
279+
280+
##### 0.11
277281
- a lot more reliable reconnecting to networks
278282
- custom html in custom parameters (for read only params)
279283
- custom html in custom parameter form (like labels)

library.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
},
1010
"frameworks": "arduino",
1111
"platforms": "espressif",
12-
"version": "0.11"
12+
"version": "0.12"
1313
}

library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=WiFiManager
2-
version=0.11
2+
version=0.12
33
author=tzapu
44
maintainer=tzapu
55
sentence=ESP8266 WiFi Connection manager with fallback web configuration portal

0 commit comments

Comments
 (0)