Skip to content

Commit

Permalink
added VERSION const
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeZ99 committed Apr 18, 2016
1 parent 8229c79 commit 5f3366a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/doofinder_api.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5f3366a

Please sign in to comment.