From 5f3366a9db8756c2e3ceb592b81e2d2c3f604c39 Mon Sep 17 00:00:00 2001 From: Joe Z Date: Mon, 18 Apr 2016 12:16:43 -0400 Subject: [PATCH] added VERSION const --- lib/doofinder_api.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/doofinder_api.php b/lib/doofinder_api.php index fc1df3d..69475dc 100644 --- a/lib/doofinder_api.php +++ b/lib/doofinder_api.php @@ -31,6 +31,7 @@ class DoofinderApi{ const DEFAULT_RPP = 10; const DEFAULT_PARAMS_PREFIX = 'dfParam_'; const DEFAULT_API_VERSION = '4'; + const VERSION = '5.2.3'; private $api_key = null; // user API_KEY private $hashid = null; // hashid of the doofinder account