Skip to content

Releases: augustinecyr/footrix

v1.4

24 Apr 03:07
Compare
Choose a tag to compare

Release v1.4

Functions

  • Updated footrix.contact table to include a timestamp for every form inserted.

v1.3

23 Apr 09:28
Compare
Choose a tag to compare

Release v1.3

Functions

  • Fixed POST /contact error 500
  • Error was caused by Gmail, required to generate new password for SMTP.

v1.2

22 Apr 07:52
Compare
Choose a tag to compare

Release v1.2

Functions

  • Added /fixtures and /fixtures/matchweek routes.
  • All users now can view match results and fixtures of the 2022/23 EPL Season according to the matchweek selected.
  • Fixed the contact form, users will now get a prompt to attach files when they fill in the form at /contact.

v1.1

21 Apr 07:21
Compare
Choose a tag to compare

Release v1.1

Functions

  • Added .github/workflows to project repository.
  • build.yml will now execute deployment to Railway upon any pushes to main branch.

v1.0.9

20 Apr 02:00
Compare
Choose a tag to compare

Release v1.0.9

Functions

  • Added PWA manifest for the application.
  • User now will be able to export the stats table as an excel worksheet.

v1.0.8

17 Apr 06:04
Compare
Choose a tag to compare

Release v1.0.8

Functions

  • /players and /clubs/squad will now require user to be logged on via OAuth2 for access.
  • Authenticated User will now be able to delete existing records in all tables that references player id.

v1.0.7

16 Apr 08:32
Compare
Choose a tag to compare

Release v1.0.7

Functions

  • /players will now display the list of players with player name sorted from A-Z.
  • /about includes a Google Map.

v1.0.6

10 Apr 10:38
Compare
Choose a tag to compare

Release v1.0.6

Functions

  • /players/stats will now display all the statistics of the player e.g. goals, assists.

v1.0.5

09 Apr 08:50
Compare
Choose a tag to compare

Release v1.0.5

Functions

  • /players will now display a list of stored MySQL records that were returned from /club/squad. e.g. id = "1234" , name = "Player 1"
  • Pop up message after submitting contact form.

v1.0.4

07 Apr 05:07
Compare
Choose a tag to compare

Release v1.0.4

Functions

  • User will now receive email with form ID as the subject after completing the contact us form.
  • Players name and id from each squad will now be stored individually in MySQL database.