Skip to content

Releases: costs-to-expect/website

Minor tweaks

04 Jul 13:05
32ffead
Compare
Choose a tag to compare

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

03 Feb 14:49
b6cd51f
Compare
Choose a tag to compare

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

22 Jun 12:44
10b9de3
Compare
Choose a tag to compare

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

08 Oct 10:04
5803e4c
Compare
Choose a tag to compare

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

28 Sep 10:43
404c7d0
Compare
Choose a tag to compare

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

07 Jun 14:36
579140c
Compare
Choose a tag to compare

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

07 Jun 13:03
b19c79b
Compare
Choose a tag to compare

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

12 Apr 21:57
1544cb8
Compare
Choose a tag to compare

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

26 Feb 22:48
b7ed1e4
Compare
Choose a tag to compare

Fixed

  • Search the name field rather than the description field.
  • Selecting a subcategory will now jump you to the expenses table.

More caching

17 Feb 15:30
df04d91
Compare
Choose a tag to compare

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.