Skip to content

Commit

Permalink
Merge pull request #42 from deanblackborough/v1.05.2
Browse files Browse the repository at this point in the history
v1.06.1
  • Loading branch information
deanblackborough authored Aug 27, 2022
2 parents c89a162 + f89baad commit 4dff360
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 9 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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

## [1.06.1] - [2022-08-27]
### Changed
- Updated the footer.
- Added a note about statistics coming soon.
### Fixed
- Corrected the max for ones.

## [1.06.0] - [2022-08-26]
### Added
- Added a `Registered` email, thanks the player for registering etc.
Expand Down
4 changes: 2 additions & 2 deletions config/app/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
'error_email' => env('ERROR_EMAIL'),
'cookie_user' => env('SESSION_NAME_USER'),
'cookie_bearer' => env('SESSION_NAME_BEARER'),
'version' => '1.06.0',
'release_date' => '26th August 2022'
'version' => '1.06.1',
'release_date' => '27th August 2022'
];
7 changes: 4 additions & 3 deletions resources/views/components/footer.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,16 @@
<ul class="list-unstyled text-small">
<li><a class="link-secondary" href="https://www.costs-to-expect.com">Social Experiment</a></li>
<li><a class="link-secondary" href="https://yahtzee.game-scorer.com">Yahtzee Game Scorer</a></li>
<li><a class="link-secondary" href="#">Yatzy Game Scorer (Coming soon)</a></li>
<li><a class="link-secondary" href="https://yatzu.game-scorer.com">Yatzy Game Scorer</a></li>
</ul>
</div>
<div class="col-6 col-md">
<h5>Costs to Expect</h5>
<ul class="list-unstyled text-small">
<li><a class="link-secondary" href="https://api.costs-to-expect.com">API</a></li>
<li><a class="link-secondary" href="https://budget.costs-to-expect.com">Budget</a></li>
<li><a class="link-secondary" href="https://app.costs-to-expect.com">The App</a></li>
<li><a class="link-secondary" href="https://api.costs-to-expect.com">The API</a></li>
<li><a class="link-secondary" href="https://app.costs-to-expect.com">Expense</a></li>
<li><a class="link-secondary" href="https://status.costs-to-expect.com">Service Status</a></li>
<li><a class="link-secondary" href="https://github.com/costs-to-expect">GitHub</a></li>
<li><a class="link-secondary" href="https://www.deanblackborough.com">Dean Blackborough</a></li>
</ul>
Expand Down
4 changes: 3 additions & 1 deletion resources/views/home.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,9 @@

<div class="col-md-6">
<h3>Players</h3>
<p>Select a player for a detailed breakdown of their Yahtzee games.</p>
<p>Select a player for a detailed breakdown* of their Yahtzee games.</p>

<p class="text-muted small">* Statistics coming soon(tm)</p>

@if (count($players) > 0)
<ul class="list-unstyled">
Expand Down
4 changes: 3 additions & 1 deletion resources/views/players.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@

<p class="lead">Add a new <a href="{{ route('player.create.view') }}">player</a>.</p>

<p>Select a player for a detailed breakdown of their Yahtzee games.</p>
<p>Select a player for a detailed breakdown* of their Yahtzee games.</p>

<p class="text-muted small">* Statistics coming soon(tm)</p>

@if (count($players) > 0)
<ul class="list-unstyled">
Expand Down
2 changes: 1 addition & 1 deletion resources/views/public-score-sheet.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<path d="M13 1a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h10zM3 0a3 3 0 0 0-3 3v10a3 3 0 0 0 3 3h10a3 3 0 0 0 3-3V3a3 3 0 0 0-3-3H3z"/>
</svg>
</label>
<input type="number" min="1" max="6" step="1" size="1" class="form-control form-control-sm accessible @if(array_key_exists('ones', $score_sheet['upper-section'])) disabled @else active @endif" name="ones" id="ones" placeholder="3" @if(array_key_exists('ones', $score_sheet['upper-section'])) disabled="disabled" value="{{ $score_sheet['upper-section']['ones'] }}" @endif>
<input type="number" min="1" max="5" step="1" size="1" class="form-control form-control-sm accessible @if(array_key_exists('ones', $score_sheet['upper-section'])) disabled @else active @endif" name="ones" id="ones" placeholder="3" @if(array_key_exists('ones', $score_sheet['upper-section'])) disabled="disabled" value="{{ $score_sheet['upper-section']['ones'] }}" @endif>
</div>
<div class="col-2 text-center">
<label for="twos" class="form-label dice">
Expand Down
2 changes: 1 addition & 1 deletion resources/views/score-sheet.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<path d="M13 1a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h10zM3 0a3 3 0 0 0-3 3v10a3 3 0 0 0 3 3h10a3 3 0 0 0 3-3V3a3 3 0 0 0-3-3H3z"/>
</svg>
</label>
<input type="number" min="1" max="6" step="1" size="1" class="form-control form-control-sm accessible @if(array_key_exists('ones', $score_sheet['upper-section'])) disabled @else active @endif" name="ones" id="ones" placeholder="3" @if(array_key_exists('ones', $score_sheet['upper-section'])) disabled="disabled" value="{{ $score_sheet['upper-section']['ones'] }}" @endif>
<input type="number" min="1" max="5" step="1" size="1" class="form-control form-control-sm accessible @if(array_key_exists('ones', $score_sheet['upper-section'])) disabled @else active @endif" name="ones" id="ones" placeholder="3" @if(array_key_exists('ones', $score_sheet['upper-section'])) disabled="disabled" value="{{ $score_sheet['upper-section']['ones'] }}" @endif>
</div>
<div class="col-2 text-center">
<label for="twos" class="form-label dice">
Expand Down

0 comments on commit 4dff360

Please sign in to comment.