add fix to SP changelog

This commit is contained in:
2015-05-25 18:51:06 +02:00
parent 13fc4d4ef9
commit 5ff81d04e5
3 changed files with 4 additions and 3 deletions

View File

@@ -8,7 +8,7 @@ class Databap extends PhpObject
{
//Common Constants
const VERSION = '1.1.1'; //Versioning: <Main_Version>.<Enhancement_Package>.<Patch>-<Release_Candidate>
const VERSION_DATE = '30/12/2014';
const VERSION_DATE = '25/05/2015';
const EXPECTED_PAGE_COOKIE = 'exp_page';
const MAIN_SEPARATOR = ' ';
const DATE_FORMAT = 'd/m/Y';