Skip to content

Commit

Permalink
Release
Browse files Browse the repository at this point in the history
- Updated release notes for new point release.
  • Loading branch information
deanblackborough committed May 23, 2020
1 parent 5cdc25d commit af72334
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

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

## [v2.10.4] - 2020-05-23
### Fixed
- We have adjusted the lottery value to reduce session clears.
- We have updated to v3.5.1 of Jquery, v3.5.0 was bugged.

## [v2.10.3] - 2020-05-09
### Fixed
- We have updated the delete resource type action; we have added additional checks before we attempt to delete, it was possible to remove relationship values which made the resource type inaccessible.
Expand Down
4 changes: 2 additions & 2 deletions config/api/app/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
declare(strict_types=1);

return [
'version'=> '2.10.3',
'version'=> '2.10.4',
'prefix' => 'v2',
'release_date' => '2020-05-09',
'release_date' => '2020-05-23',
'changelog' => [
'api' => '/v2/changelog',
'markdown' => 'https://github.com/costs-to-expect/api/blob/master/CHANGELOG.md'
Expand Down
2 changes: 2 additions & 0 deletions resources/views/welcome.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,8 @@ function gtag(){dataLayer.push(arguments);}
<li>We have switched the table we look at to return created at for an item; we should be using the sub table, not the base item table.</li>
<li>We have corrected the `/resource-types/` OPTIONS request; `public` is not a required field.</li>
<li>We have updated the delete resource type action; we have added additional checks before we attempt to delete, it was possible to remove relationship values which made the resource type inaccessible.</li>
<li>We have adjusted the lottery value to reduce session clears.</li>
<li>We have updated to v3.5.1 of Jquery, v3.5.0 was bugged.</li>
</ul>
</div>
</div>
Expand Down

0 comments on commit af72334

Please sign in to comment.