diff --git a/debian/changelog b/debian/changelog index e5697093..ca88af9d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -hedera-web (22.44.10) stable; urgency=low +hedera-web (22.44.11) stable; urgency=low * Initial Release. diff --git a/package.json b/package.json index b1481dd1..f1135983 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hedera-web", - "version": "22.44.10", + "version": "22.44.11", "description": "Verdnatura web page", "license": "GPL-3.0", "repository": { diff --git a/web/json-service.php b/web/json-service.php index 4b9ae290..07cad21a 100644 --- a/web/json-service.php +++ b/web/json-service.php @@ -18,7 +18,7 @@ class JsonService extends RestService { $this->init(); $this->startSession(); - //$this->checkVersion(); + $this->checkVersion(); $json = $this->loadMethod(__NAMESPACE__.'\JsonRequest'); $this->replyJson($json);