diff --git a/README.md b/README.md index 0864b38..20be68c 100644 --- a/README.md +++ b/README.md @@ -102,6 +102,9 @@ Full documentation is available on https://Hieromon.github.io/AutoConnect, some ## Change log +### [1.1.7] Apr. 19, 2020 +- Fixed Apply button not work. (issue #206) + ### [1.1.6] Apr. 17, 2020 - Fixed OTA page translation not work. (issue #204) diff --git a/library.json b/library.json index e87a29d..6bb8d90 100644 --- a/library.json +++ b/library.json @@ -25,6 +25,6 @@ "espressif8266", "espressif32" ], - "version": "1.1.6", + "version": "1.1.7", "license": "MIT" } diff --git a/library.properties b/library.properties index 4c146b9..7598777 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=AutoConnect -version=1.1.6 +version=1.1.7 author=Hieromon Ikasamo maintainer=Hieromon Ikasamo sentence=ESP8266/ESP32 WLAN configuration at runtime with web interface. diff --git a/mkdocs/changelog.md b/mkdocs/changelog.md index 41d6432..16b4c24 100644 --- a/mkdocs/changelog.md +++ b/mkdocs/changelog.md @@ -1,3 +1,6 @@ +#### [1.1.7] Apr. 19, 2020 +- Fixed Apply button not work. + #### [1.1.6] Apr. 17, 2020 - Fixed OTA page translation not work. diff --git a/src/AutoConnectPage.cpp b/src/AutoConnectPage.cpp index 3d2a041..b3cd07c 100644 --- a/src/AutoConnectPage.cpp +++ b/src/AutoConnectPage.cpp @@ -2,8 +2,8 @@ * AutoConnect portal site web page implementation. * @file AutoConnectPage.h * @author hieromon@gmail.com - * @version 1.1.6 - * @date 2020-04-17 + * @version 1.1.7 + * @date 2020-04-19 * @copyright MIT license. */