diff --git a/debian/changelog b/debian/changelog index 6f6ab4db..73efde51 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -hedera-web (22.44.0) stable; urgency=low +hedera-web (22.44.1) stable; urgency=low * Initial Release. diff --git a/package.json b/package.json index 5a03e039..d1d9cb33 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hedera-web", - "version": "22.44.0", + "version": "22.44.1", "description": "Verdnatura web page", "license": "GPL-3.0", "repository": { diff --git a/web/json-service.php b/web/json-service.php index 07cad21a..4b9ae290 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);