Skip to content

Commit

Permalink
v1.15.0 - Use latest links for popular cuisines and locations (#78)
Browse files Browse the repository at this point in the history
* v1.15.0 - Use latest links for popular cuisines and locations

* v1.15.0 - Update sushi label
  • Loading branch information
xander-marjoram authored Feb 20, 2019
1 parent 6590da4 commit 3bd2468
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 27 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ 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.15.0
------------------------------
*February 19, 2019*

### Changed
- Re-updated links for popular locations
- Re-updated links for popular cuisines


v1.14.0
------------------------------
*February 13, 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.14.0",
"version": "1.15.0",
"main": "dist/js/index.js",
"files": [
"dist",
Expand Down
52 changes: 26 additions & 26 deletions src/templates/resources/footer.json
Original file line number Diff line number Diff line change
Expand Up @@ -568,50 +568,50 @@
"cuisines": "Top cuisines",
"cuisineLinks": [
{
"url": "/chinese-takeaways",
"url": "/takeaway/nearme/chinese",
"text": "Chinese"
},
{
"url": "/indian-takeaways",
"url": "/takeaway/nearme/indian",
"text": "Indian"
},
{
"url": "/italian-takeaways",
"url": "/takeaway/nearme/italian",
"text": "Italian"
},
{
"url": "/japanese-takeaways",
"text": "Japanese"
"url": "/takeaway/nearme/sushi",
"text": "Sushi"
},
{
"url": "/pizza-takeaways",
"text": "Pizza delivery"
"url": "/takeaway/nearme/pizza",
"text": "Pizza"
},
{
"url": "/cuisine",
"url": "/takeaway/nearme",
"text": "View all cuisines"
}
],
"towns": "Locations",
"locationLinks": [
{
"url": "/birmingham-takeaway",
"url": "/takeaway/birmingham",
"text": "Birmingham"
},
{
"url": "/cardiff-takeaway",
"url": "/takeaway/cardiff",
"text": "Cardiff"
},
{
"url": "/glasgow-takeaway",
"url": "/takeaway/glasgow",
"text": "Glasgow"
},
{
"url": "/leeds-takeaway",
"url": "/takeaway/leeds",
"text": "Leeds"
},
{
"url": "/manchester-takeaway",
"url": "/takeaway/manchester",
"text": "Manchester"
},
{
Expand Down Expand Up @@ -2544,50 +2544,50 @@
"cuisines": "[Ţöþẋ çûîšîñéšẋẋẋ]",
"cuisineLinks": [
{
"url": "/chinese-takeaways",
"url": "/takeaway/nearme/chinese",
"text": "[Çĥîñéšéẋẋẋ]"
},
{
"url": "/indian-takeaways",
"url": "/takeaway/nearme/indian",
"text": "[Îñðîåñẋẋ]"
},
{
"url": "/italian-takeaways",
"url": "/takeaway/nearme/italian",
"text": "[Îţåļîåñẋẋẋ]"
},
{
"url": "/sushi-takeaways",
"text": "[Ĵåþåñéšéẋẋẋ]"
"url": "/takeaway/nearme/sushi",
"text": "[Šûšĥîẋẋ]"
},
{
"url": "/pizza-takeaways",
"text": "[Þîžžåẋẋ ðéļîṽéŕýẋẋẋ]"
"url": "/takeaway/nearme/pizza",
"text": "[Þîžžåẋẋ]"
},
{
"url": "/cuisine",
"url": "/takeaway/nearme",
"text": "[Ṽîéŵẋẋ åļļẋ çûîšîñéšẋẋẋ]"
}
],
"towns": "[Ļöçåţîöñšẋẋẋ]",
"locationLinks": [
{
"url": "/birmingham-takeaway",
"url": "/takeaway/birmingham",
"text": "[Ɓîŕɱîñĝĥåɱẋẋẋẋ]"
},
{
"url": "/cardiff-takeaway",
"url": "/takeaway/cardiff",
"text": "[Çåŕðẋẋẋ]"
},
{
"url": "/glasgow-takeaway",
"url": "/takeaway/glasgow",
"text": "[Ĝļåšĝöŵẋẋẋ]"
},
{
"url": "/leeds-takeaway",
"url": "/takeaway/leeds",
"text": "[Ļééðšẋẋ]"
},
{
"url": "/manchester-takeaway",
"url": "/takeaway/manchester",
"text": "[Ṁåñçĥéšţéŕẋẋẋẋ]"
},
{
Expand Down

0 comments on commit 3bd2468

Please sign in to comment.