Skip to content

Commit

Permalink
v1.20.1 Added gift cards links to UK
Browse files Browse the repository at this point in the history
  • Loading branch information
Parkyster authored and simonsandersje committed Jun 6, 2019
1 parent 643eaa6 commit edb2585
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

v1.24.0
------------------------------
*June 06, 2019*

### Added
- Added footer links for gift cards

v1.23.0
------------------------------
Expand All @@ -28,7 +34,6 @@ v1.21.0
### Changed
- Play store links for Android and Iphone


v1.20.0
------------------------------
*May 07, 2019*
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@justeat/f-footer",
"description": "Fozzie footer – Footer Component for Just Eat projects",
"version": "1.23.0",
"version": "1.24.0",
"main": "dist/js/index.js",
"files": [
"dist",
Expand Down
8 changes: 8 additions & 0 deletions src/templates/resources/footer.json
Original file line number Diff line number Diff line change
Expand Up @@ -568,6 +568,14 @@
{
"url": "/member/updateuserinfo",
"text": "My account"
},
{
"url": "/giftcards/redeem",
"text": "Redeem a gift card"
},
{
"url": "http://giftcards.just-eat.co.uk",
"text": "Buy a gift card"
}
],
"cuisines": "Top cuisines",
Expand Down

0 comments on commit edb2585

Please sign in to comment.