Skip to content

Latest commit

 

History

History
107 lines (56 loc) · 1.56 KB

CHANGELOG.md

File metadata and controls

107 lines (56 loc) · 1.56 KB

Changelog

All notable changes to laravel-csp will be documented in this file

2.5.1 - 2020-03-06

  • add websockets scheme support (#65)

2.5.0 - 2020-03-03

  • Add Laravel 7 support
  • Add None override

2.4.0 - 2019-09-04

  • Add Laravel 6.0 support

2.3.0 - 2019-05-23

  • add webrtc-src directive

2.2.0 - 2019-02-27

  • drop support for Laravel 5.7 and below
  • drop support for PHP 7.1 and below

2.1.3 - 2019-02-27

  • add support for Laravel 5.8

2.1.2 - 2019-02-04

  • replace str_random and starts_with helpers to its class based counterpart

2.1.1 - 2019-02-01

  • use Arr:: and Str:: functions

2.1.0 - 2018-11-12

  • add new script and style directives

2.0.0 - 2018-11-05

  • moved most values in Value to Keyword
  • remove deprecated cspValue function

1.4.0 - 2018-10-30

  • add possibility to change value to no value

1.3.3 - 2018-09-04

  • support for Laravel 5.7

1.3.2 - 2018-08-02

  • fix compatibility with Lumen

1.3.1 - 2018-08-02

  • make compatible with Lumen

1.3.0 - 2018-07-27

  • add value constant for data:

1.2.2 - 2018-05-05

  • fix blade directive

1.2.1 - 2018-04-30

  • improvements around quoting values

1.2.0 - 2018-04-13

  • add csp_nonce function

1.1.0 - 2018-04-13

  • add value constants

1.0.5 - 2018-03-08

  • add support for PHP 7.0

1.0.4 - 2018-03-01

  • fix blade directive

1.0.3 - 2018-02-21

  • improve base profile

1.0.2 - 2018-02-20

  • fix directory name

1.0.1 - 2018-02-20

  • fix naming of classes

1.0.0 - 2018-02-20

BROKEN VERSION, DO NOT USE

  • initial release