From 9384397392c735fe24697a5b971f287a3be8d9d4 Mon Sep 17 00:00:00 2001 From: Riccardo Rizzo Date: Mon, 12 Nov 2018 15:52:32 +0100 Subject: [PATCH] Version 1.3.1 --- CHANGELOG | 6 ++++++ library.properties | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index a3d71ad..30f07a6 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,11 @@ MKRGSM ?.?.? - ????.??.?? +MKRGSM 1.3.1 - 2018.11.12 + +* Changed where required, in MKRGSM's examples, the server's URL arduino.cc\80 in example.org\80, because http://arduino.cc will be no longer available +* Updated src/GSMClient.cpp in order to support asynchronous use of MKRGSM's library, moved the state assignement in the first line of stop() API. Thanks @Nels52 +* Added GSM status check in GSM::shutdown() to fix socket close errors generation by consecutive shutdown API's calling + MKRGSM 1.3.0 - 2018.10.22 * Changed GSM to GSM_OFF. Thanks @FrancMunoz diff --git a/library.properties b/library.properties index 1237cb4..e7b4a71 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=MKRGSM -version=1.3.0 +version=1.3.1 author=Arduino maintainer=Arduino sentence=Enables GSM/GRPS network connection using the Arduino MKR GSM 1400 board.