Skip to content

Commit

Permalink
Merge pull request #146 from deanblackborough/hotfix
Browse files Browse the repository at this point in the history
Links
  • Loading branch information
deanblackborough authored Sep 17, 2019
2 parents d95a8d3 + bb2f6bd commit 35346b1
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

The complete changelog for the Costs to Expect REST API, follows the format defined at https://keepachangelog.com/en/1.0.0/

## [v2.00.1] - 2019-09-17
### Fixed
- Links on welcome page incorrect.

## [v2.00.0] - 2019-09-17
### Added
- We have added `updated_by` to the `item` table, records the user who was last to update a record.
Expand Down
2 changes: 1 addition & 1 deletion config/api/version.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

return [
'version'=> '2.00.0',
'version'=> '2.00.1',
'prefix' => 'v2',
'release_date' => '2019-09-17',
'changelog' => [
Expand Down
7 changes: 4 additions & 3 deletions resources/views/layouts/app.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,10 @@ function gtag(){dataLayer.push(arguments);}
<div class="inner">
<h3 class="masthead-brand">Costs to Expect</h3>
<nav class="nav nav-masthead justify-content-center">
<a class="nav-link" href="https://www.costs-to-expect.com">The Website</a>
<a class="nav-link" href="/v1">The API</a>
<a class="nav-link" href="/v1/changelog">API changelog</a>
<a class="nav-link" href="https://www.costs-to-expect.com">Website</a>
<a class="nav-link" href="#">App (Coming soon!)</a>
<a class="nav-link" href="/v2">API</a>
<a class="nav-link" href="/v2/changelog">Changelog</a>
</nav>
</div>
</header>
Expand Down
2 changes: 1 addition & 1 deletion resources/views/welcome.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
and I are tracking the expenses to raise our two children to
adulthood, 18.</p>
<p class="lead">
<a href="/v1" class="btn btn-lg btn-primary mb-1">The API</a>&nbsp;
<a href="/v2" class="btn btn-lg btn-primary mb-1">The API</a>&nbsp;
<a href="https://www.costs-to-expect.com" class="btn btn-lg btn-primary mb-1">The Website</a>
</p>
<p class="lead">
Expand Down

0 comments on commit 35346b1

Please sign in to comment.