Skip to content

Commit

Permalink
increase version and add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
rudibatt committed Mar 24, 2015
1 parent d8e406d commit a859f8f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
Version 2.5.6
FIX: products per page options may be null at json response although result exists

Version 2.5.5
CHG: SCIC adapters now exist for all versions (and both interfaces), because the action changes in FF 6.8.
ADD: Legacy Tracking Adapter which can be used for FF6.8 and 6.9
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.5" override="true" />
<property name="version" value="2.5.6" 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 a859f8f

Please sign in to comment.