Skip to content

Commit

Permalink
MCC-1560 update Menulog footer url (#101)
Browse files Browse the repository at this point in the history
* MCC-1560 update Menulog footer url

* update changelog version
  • Loading branch information
JanisWang authored and kevinrodrigues committed Oct 9, 2019
1 parent b4a439e commit 0a068bc
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 11 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
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.25.6
------------------------------
*Oct 8, 2019*

### Changed
- Update footer URL for the "Brands" section in Australia(Menulog)

v1.25.5
------------------------------
*August 23, 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.25.5",
"version": "1.25.6",
"main": "dist/js/index.js",
"files": [
"dist",
Expand Down
20 changes: 10 additions & 10 deletions src/templates/resources/footer.json
Original file line number Diff line number Diff line change
Expand Up @@ -922,43 +922,43 @@
"brands": "Brands",
"brandLinks": [
{
"url": "/content/brands/hungry-jacks/",
"url": "/takeaway/brands/hungry-jacks/",
"text": "Hungry Jack's Delivery"
},
{
"url": "/content/brands/kfc/",
"url": "/takeaway/brands/kfc/",
"text": "KFC Delivery"
},
{
"url": "/content/brands/crust/",
"url": "/takeaway/brands/crust/",
"text": "Crust Delivery"
},
{
"url": "/content/brands/hogs-breath/",
"url": "/takeaway/brands/hogs-breath/",
"text": "Hog's Breath Delivery"
},
{
"url": "/content/brands/oporto/",
"url": "/takeaway/brands/oporto/",
"text": "Oporto Delivery"
},
{
"url": "/content/brands/pizza-hut/",
"url": "/takeaway/brands/pizza-hut/",
"text": "Pizza Hut Delivery"
},
{
"url": "/content/brands/red-rooster/",
"url": "/takeaway/brands/red-rooster/",
"text": "Red Rooster Delivery"
},
{
"url": "/content/brands/subway/",
"url": "/takeaway/brands/subway/",
"text": "Subway Delivery"
},
{
"url": "/content/brands/zambrero/",
"url": "/takeaway/brands/zambrero/",
"text": "Zambrero Delivery"
},
{
"url": "/browse/",
"url": "/takeaway/brands",
"text": "Browse more brands"
}
],
Expand Down

0 comments on commit 0a068bc

Please sign in to comment.