Skip to content

Releases: jremes-foss/BeeCTF

v1.0.4

04 Jun 22:09
151d1d7
Compare
Choose a tag to compare

Updates Laravel framework to Laravel 8.

v1.0.3

16 Mar 23:16
0dbde14
Compare
Choose a tag to compare

What's Changed

  • Upgrade Laravel framework to Laravel 7.
  • Security patches.
  • Documentation improvements.
  • Code quality improvements.

v1.0.2

09 Jun 20:32
8d1f340
Compare
Choose a tag to compare

Minor release with several small improvements and bug fixes.

Features and improvements:

  • Teams are now refactored to their own pivot table.
  • Administrator panel: players can be assigned to teams.
  • Calculation of scores per teams.

Security patches:

  • Bump league/flysystem from 1.1.3 to 1.1.4
  • Bump guzzlehttp/psr7 from 1.7.0 to 1.8.5
  • Bump lodash from 4.17.15 to 4.17.21
  • Bump async from 2.6.3 to 2.6.4
  • Bump axios from 0.19.2 to 0.21.2
  • Bump minimist from 1.2.5 to 1.2.6
  • Bump url-parse from 1.4.7 to 1.5.10
  • Bump guzzlehttp/guzzle from 7.2.0 to 7.4.3
  • Bump follow-redirects from 1.5.10 to 1.15.1

Other improvements:

  • Code quality updates (removed unused imports, standardised import classes).
  • Unit test and code coverage improvements.

v1.0.1

11 Nov 23:19
24980ce
Compare
Choose a tag to compare

Bug fixes:

  • Fixes the HTTP 500 error on docker-compose build.

Features:

  • Adds baseline API functionality.