Skip to content

Commit ec71eaf

Browse files
authored
Merge pull request #8 from codewithkyle/wip-1.2.0
v1.2.0
2 parents 41835d9 + ded6824 commit ec71eaf

File tree

7 files changed

+6005
-555
lines changed

7 files changed

+6005
-555
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
66

77
## [Unreleased]
88

9+
## [1.2.0] - 2021-06-12
10+
11+
### Fixed
12+
13+
- fixed S3 ACL issues ([#6](https://github.com/codewithkyle/craft-jitter/issues/6))
14+
15+
### Added
16+
17+
- switched to Jitter Core ([#5](https://github.com/codewithkyle/craft-jitter/issues/5))
18+
919
## [1.1.2] - 2021-06-06
1020

1121
### Fixed

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "codewithkyle/jitter",
33
"description": "A just in time image transformation service.",
44
"type": "craft-plugin",
5-
"version": "1.1.2",
5+
"version": "1.2.0",
66
"keywords": [
77
"craft",
88
"cms",
@@ -23,7 +23,8 @@
2323
],
2424
"require": {
2525
"craftcms/cms": "^3.0.0",
26-
"aws/aws-sdk-php": "^3.0.0"
26+
"aws/aws-sdk-php": "^3.0.0",
27+
"codewithkyle/jitter-core": "^1.0"
2728
},
2829
"autoload": {
2930
"psr-4": {

0 commit comments

Comments
 (0)