You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All notable changes to `laravel-cloudfront-url-signer` will be documented in this file.
3
+
All notable changes to this project will be documented in this file.
4
4
5
-
## Unreleased
5
+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
7
7
-
## 2.1.0 - 2019-06-03
8
+
9
+
## [Unreleased]
10
+
### Changed
11
+
- Updated CHANGELOG to adhere to "Keep a Changelog" initiative
12
+
13
+
## [2.1.0] - 2019-06-03
14
+
### Added
8
15
- Added support for L5.8
9
16
10
-
## 2.0.0 - 2018-09-24
11
-
-[**BREAKING**] Removed support for L5.5
17
+
## [2.0.0] - 2018-09-24
18
+
### Added
12
19
- Added support for L5.7
13
20
14
-
## 1.0.1 - 2018-04-22
21
+
### Removed
22
+
- Removed support for L5.5
23
+
24
+
## [1.0.1] - 2018-04-22
25
+
### Added
15
26
- Updated CHANGELOG to cover undocumented releases
27
+
28
+
### Changed
16
29
- Removed dependency and consequentially php-intl extension: it gives some problems on High Sierra development environment. URL check is now delegated to AWS SDK.
17
30
18
-
## 1.0.0 - 2018-02-19
19
-
- Added Laravel 5.6 compliance
31
+
## [1.0.0] - 2018-02-19
32
+
### Added
33
+
- Add support for L5.6
20
34
21
-
## 0.1.5 - 2018-02-18
35
+
## [0.1.5] - 2018-02-18
36
+
### Fixed
22
37
- getExpirationTimestamp now returns int value instead of string to overcome an AWS SDK bug
23
38
24
-
## 0.1.4 - 2018-02-13
39
+
## [0.1.4] - 2018-02-13
40
+
### Changed
25
41
- Refactored tests
26
42
- Switched to UrlSigner class instead of CloudFrontClient
27
43
28
-
## 0.1.3 - 2018-02-09
29
-
- Fixed README typo
44
+
## [0.1.3] - 2018-02-09
45
+
### Changed
30
46
- $expiration default behaviour moved to internal `sign()` method instead of helper
31
47
32
-
## 0.1.2 - 2018-02-09
33
-
48
+
## [0.1.2] - 2018-02-09
49
+
### Fixed
34
50
- Fixed config publishing
35
-
- $expiration default behaviour moved to internal `sign()` method instead of helper
36
-
37
-
## 0.1.1 - 2018-02-09
38
51
52
+
### Changed
39
53
- $expiration parameter of `sign()` helper now defaults to the value defined in the configuration file when not defined
0 commit comments