Skip to content

Commit

Permalink
Add release note and bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
m-ender committed Dec 3, 2013
1 parent 70c7919 commit df5030e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
Version 2.5.5
CHG: SCIC adapters now exist for all versions (and both interfaces), because the action changes in FF 6.8.

Version 2.5.4
FIX: build the slider base URL the correct way (it's not ensured the empty parameter is at the end)
FIX: all events must have a source ref key except of session start
FIX: accept the navigation parameter as it is accepted with FF6.9

Version 2.5.3
FIX: accept the navigation parameter as it is accepted with FF6.9
FIX: added missing $this on setupEventTracking execution
Expand Down
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<project name="FACT-Finder PHP Framework" default="build">

<property name="version" value="2.5.4" override="true" />
<property name="version" value="2.5.5" override="true" />
<property name="buildBaseDir" value="./build" override="true" />
<property name="packageName" value="FACTFinderPHPFramework" override="true" />
<property name="srcdir" value="${project.basedir}" override="true" />
Expand Down

0 comments on commit df5030e

Please sign in to comment.