Skip to content

Latest commit

 

History

History
100 lines (64 loc) · 1.61 KB

CHANGELOG.md

File metadata and controls

100 lines (64 loc) · 1.61 KB

CHANGELOG

1.11.0 (2024-05-08)

  • tested with Laravel 11.x

1.10.2 (2024-02-14)

  • works with PHP v8.x

1.10.1 (2023-11-09)

  • arrow functions require at least PHP v7.4

1.10.0 (2023-06-12)

  • remove support for Laravel versions earlier than 8.x - we're not going to continue testing older versions for compatibility
  • implmenent About command for Laravel v9.21 and above

1.9.0 (2023-06-05)

  • tested with Laravel 10.x

1.8.0 (2022-08-11)

  • tested with Laravel 9.x

1.7.0 (2020-09-17)

  • tested with Laravel 8.x
  • tested with Guzzle 7.x

1.6.0 (2020-06-16)

  • tested with Laravel 7.x

1.5.1 (2019-10-08)

  • tested with Laravel 6.x

1.5.0 (2019-10-08)

  • implemented notification test

1.4.2 (2019-04-23)

  • redis returns values as strings

1.4.1 (2019-04-23)

  • don't use facades in packages
  • better error handling for failed deletions
  • more useful output

1.4.0 (2019-04-23)

  • implemented upload test
  • limit file test to first 10 files

1.3.0 (2019-04-10)

  • implemented schedule test

1.2.0 (2019-03-13)

  • implemented log writer test
  • implemented file system test
  • implemented cache store test

1.1.0 (2019-03-13)

  • changed package name to System Test
  • mail test console command is now test:mail

1.0.1 (2019-03-12)

  • now tested on v5.5 - v5.8

1.0.0 (2019-03-12)

  • initial release