Skip to content

Commit 95c98b3

Browse files
committed
Prepared for v0.3.111.20210130 release
1 parent 9ac646e commit 95c98b3

File tree

5 files changed

+7
-5
lines changed

5 files changed

+7
-5
lines changed

dashboard/js/app.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2352,4 +2352,4 @@ if (!String.prototype.endsWith) {
23522352

23532353
// Minimum version to display as an optional upgrade
23542354
minCoreVersion = 'v0.3.110.20191009';
2355-
version = function() { return 'v0.3.110.20191010'; };
2355+
version = function() { return 'v0.3.111.20210130'; };

smartapps/ady624/webcore-dashboard.src/webcore-dashboard.groovy

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* You should have received a copy of the GNU General Public License
1717
* along with this program. If not, see <http://www.gnu.org/licenses/>.
1818
*/
19-
public static String version() { return "v0.3.110.20191009" }
19+
public static String version() { return "v0.3.111.20210130" }
2020
//******************************************************************************/
2121
/*** webCoRE DEFINITION ***/
2222
/******************************************************************************/

smartapps/ady624/webcore-piston.src/webcore-piston.groovy

+2-1
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@
1818
*
1919
* Version history
2020
*/
21-
public static String version() { return "v0.3.110.20191009" }
21+
public static String version() { return "v0.3.111.20210130" }
2222
/*
23+
* 01/30/2021 >>> v0.3.111.20210130 - BETA M3 - Numerous bug fixes, performance improvements for HTTP, *CLEAR index to reset list variables, reset access token
2324
* 10/09/2019 >>> v0.3.110.20191009 - BETA M3 - Load devices into dashboard in multiple batches when necessary, switch to FontAwesome Kit to always use latest version
2425
* 08/22/2019 >>> v0.3.10f.20190822 - BETA M3 - Custom headers on web requests by @Bloodtick_Jones (write as JSON in Authorization header field), capabilities split into three pages to fix device selection errors
2526
* 06/28/2019 >>> v0.3.10e.20190628 - BETA M3 - Reinstated dirty fix for dashboard timeouts after reports of increased error rates, NaN device status is back

smartapps/ady624/webcore-storage.src/webcore-storage.groovy

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* You should have received a copy of the GNU General Public License
1717
* along with this program. If not, see <http://www.gnu.org/licenses/>.
1818
*/
19-
public static String version() { return "v0.3.110.20191009" }
19+
public static String version() { return "v0.3.111.20210130" }
2020
/******************************************************************************/
2121
/*** webCoRE DEFINITION ***/
2222
/******************************************************************************/

smartapps/ady624/webcore.src/webcore.groovy

+2-1
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@
1818
*
1919
* Version history
2020
*/
21-
public static String version() { return "v0.3.110.20191009" }
21+
public static String version() { return "v0.3.111.20210130" }
2222
/*
23+
* 01/30/2021 >>> v0.3.111.20210130 - BETA M3 - Numerous bug fixes, performance improvements for HTTP, *CLEAR index to reset list variables, reset access token
2324
* 10/09/2019 >>> v0.3.110.20191009 - BETA M3 - Load devices into dashboard in multiple batches when necessary, switch to FontAwesome Kit to always use latest version
2425
* 08/22/2019 >>> v0.3.10f.20190822 - BETA M3 - Custom headers on web requests by @Bloodtick_Jones (write as JSON in Authorization header field), capabilities split into three pages to fix device selection errors
2526
* 06/28/2019 >>> v0.3.10e.20190628 - BETA M3 - Reinstated dirty fix for dashboard timeouts after reports of increased error rates, NaN device status is back

0 commit comments

Comments
 (0)