Skip to content

Commit 0a068bc

Browse files
JanisWangkevinrodrigues
authored andcommitted
MCC-1560 update Menulog footer url (#101)
* MCC-1560 update Menulog footer url * update changelog version
1 parent b4a439e commit 0a068bc

File tree

3 files changed

+18
-11
lines changed

3 files changed

+18
-11
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
44
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
55

6+
v1.25.6
7+
------------------------------
8+
*Oct 8, 2019*
9+
10+
### Changed
11+
- Update footer URL for the "Brands" section in Australia(Menulog)
12+
613
v1.25.5
714
------------------------------
815
*August 23, 2019*

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@justeat/f-footer",
33
"description": "Fozzie footer – Footer Component for Just Eat projects",
4-
"version": "1.25.5",
4+
"version": "1.25.6",
55
"main": "dist/js/index.js",
66
"files": [
77
"dist",

src/templates/resources/footer.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -922,43 +922,43 @@
922922
"brands": "Brands",
923923
"brandLinks": [
924924
{
925-
"url": "/content/brands/hungry-jacks/",
925+
"url": "/takeaway/brands/hungry-jacks/",
926926
"text": "Hungry Jack's Delivery"
927927
},
928928
{
929-
"url": "/content/brands/kfc/",
929+
"url": "/takeaway/brands/kfc/",
930930
"text": "KFC Delivery"
931931
},
932932
{
933-
"url": "/content/brands/crust/",
933+
"url": "/takeaway/brands/crust/",
934934
"text": "Crust Delivery"
935935
},
936936
{
937-
"url": "/content/brands/hogs-breath/",
937+
"url": "/takeaway/brands/hogs-breath/",
938938
"text": "Hog's Breath Delivery"
939939
},
940940
{
941-
"url": "/content/brands/oporto/",
941+
"url": "/takeaway/brands/oporto/",
942942
"text": "Oporto Delivery"
943943
},
944944
{
945-
"url": "/content/brands/pizza-hut/",
945+
"url": "/takeaway/brands/pizza-hut/",
946946
"text": "Pizza Hut Delivery"
947947
},
948948
{
949-
"url": "/content/brands/red-rooster/",
949+
"url": "/takeaway/brands/red-rooster/",
950950
"text": "Red Rooster Delivery"
951951
},
952952
{
953-
"url": "/content/brands/subway/",
953+
"url": "/takeaway/brands/subway/",
954954
"text": "Subway Delivery"
955955
},
956956
{
957-
"url": "/content/brands/zambrero/",
957+
"url": "/takeaway/brands/zambrero/",
958958
"text": "Zambrero Delivery"
959959
},
960960
{
961-
"url": "/browse/",
961+
"url": "/takeaway/brands",
962962
"text": "Browse more brands"
963963
}
964964
],

0 commit comments

Comments
 (0)