Releases: costs-to-expect/website
Releases · costs-to-expect/website
Minor tweaks
What's Changed?
- We have added an additional link to Budget Pro.
- We have added links to our game scorers.
- We have updated all back end dependencies.
Minor tweaks
What's changed?
- We have updated all back-end dependencies.
- We have removed links to the App and added links to Budget and Budget Pro.
- We have implemented a minor tweak to try and correct the occasional 500 error.
Upgrade to PHP8.1 & Laravel 9
Changed
- We have updated all our dependencies, front-end and back-end.
- We have adjusted the cache to three days.
- We have tweaked the docker setup.
- We have Upgraded to Laravel 9 and PHP 8.1.
Multiple categories
Changed
- We have updated all our dependencies, front-end and back-end.
- We have updated the website to handle the new format of categories from the Costs to Expect API.
- We have slightly tweaked the look of categories in the expense tables.
Multiple currencies
Added
- We have updated the Website to use the latest version of the Costs to Expect API, v2.14.0.
Changed
- We return additional information for failed API requests.
Bug fix
Fixed
- We have updated the expense tables; it is possible for the category and subcategory values to be
null
.
Support v2.11.0 of the API and bug fixes
Changed
- We are updating the Website to run on PHP7.4.
- We have updated the Website to work with v2.11.0 of the Costs to Expect API. The format of the categories object was updated.
- We have tweaked the Docker setup, we have added a network.
Fixed
- When we hastily added the caching, we did not cache the response headers, only the body. We have updated the Website to cache the response body and headers.
- We have removed a link that would direct the user to a page we know will not have content.
Pagination issues
Changed
- We have updated the font; the new font is the same font we use for the rest of the service.
Fixed
- We have fixed the pagination on the all expenses page; the limit parameter was not set.
Fix search
Fixed
- Search the name field rather than the description field.
- Selecting a subcategory will now jump you to the expenses table.
More caching
Added
- We have added caching for the requests not covered in the v1.11.0 update.
Changed
- We have updated the back-end dependencies.
- We have updated the front-end dependencies and switch to using the slim and minified versions.
- We have refactored the 'Request/Api' class to remove code duplication.
- We have increased the cache lifetime to four hours.
Fixed
- We have fixed a typo in the 'Request/Api' class.