Skip to content

Commit

Permalink
#107 - add API version
Browse files Browse the repository at this point in the history
  • Loading branch information
cbellone committed Apr 7, 2016
1 parent d10573c commit 6ff0647
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions src/main/java/alfio/controller/api/support/EventListItem.java
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,8 @@ public String getTimeZone() {
return event.getTimeZone();
}

public int getApiVersion() {
return 17;
}

}
2 changes: 1 addition & 1 deletion src/main/resources/alfio/i18n/public.properties
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ reservation-page-complete.country=Country
reservation-page-complete.language=Language
reservation-page-complete.t-shirt-size=T-Shirt size
reservation-page-complete.notes=Notes
reservation-page-complete.notes.placeholder=Should you have any special needs (such as but not limited to a accessibility requirement or disability requirement) please let us know
reservation-page-complete.notes.placeholder=Should you have any special needs please let us know

reservation-page-complete.please-check-input-fields=Please check input values.
reservation-page-complete.women=a woman
Expand Down

0 comments on commit 6ff0647

Please sign in to comment.