Skip to content

Latest commit

History

History
85 lines (62 loc) 路 1.68 KB

CHANGELOG.md

File metadata and controls

85 lines (62 loc) 路 1.68 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

2.8.0 - 2024-03-05

Added

  • Add support for Laravel 11 (#32)

2.7.0 - 2023-01-11

Added

  • Add support for Laravel 10

Removed

  • Remove support for PHP <8.1

2.6.0 - 2022-01-13

Added

  • Laravel 9 support

2.5.1 - 2020-10-30

Changed

  • Update minimum Illuminate component versions for PHP 8 (#23)

2.5.0 - 2020-10-30

Added

  • Add support for PHP 8 (#21)

2.4.0 - 2020-09-01

Added

  • Support for Laravel 8

Removed

  • Support for PHP <7.2.5
  • Support for Laravel 5

2.3.0 - 2020-01-15

Added

  • Support to Laravel 7

2.2.0 - 2019-08-04

Added

  • Support to Laravel 6

2.1.0 - 2019-01-23

Added

  • Support to Laravel 5.8.

2.0.5 - 2018-08-27

Added

  • Support to Laravel 5.7.

2.0.4 - 2018-05-08

Changed

  • Use semver caret operator on composer.json.

2.0.3 - 2018-02-26

Added

  • Fixes Undefined property on macro

2.0.0 - 2018-02-16

Added

  • Support to Laravel 5.6

Removed

  • Trait Notifications.

1.3.0 - 2017-08-30

Added

  • Bumps Laravel version

1.2.0 - 2017-07-22

Added

  • Adds Notifier Facade

1.1.2 - 2017-06-27

Fixed

  • Fixed service provider namespace on readme (#4)

1.0.0 - 2017-06-18

Added

  • First release