Skip to content

Commit

Permalink
Switch to silverstripe-vendormodule
Browse files Browse the repository at this point in the history
  • Loading branch information
axllent committed Oct 16, 2017
1 parent d4de0c0 commit 45d0c9d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,23 @@

Notable changes to this project will be documented in this file.

## [2.1.0]

- Switch to silverstripe-vendormodule


## [2.1.0]

- Write modified file properly
- Update configs


## [2.0.1]

- Support new Image InterventionBackend
- No longer rely on GD


## [2.0.0]

- Support for SilverStripe 4
Expand All @@ -22,15 +29,18 @@ Notable changes to this project will be documented in this file.
- Remove default yaml config
- Test if function `exif_read_data` exists


## [1.0.2]

- Test if function `exif_read_data` exists


## [1.0.1]

- Fix typo in README.md
- Add CHANGELOG & docs


## [1.0.0]

- Adopt semantic versioning releases
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "axllent/silverstripe-scaled-uploads",
"description": "Automatically scale down and rotate uploaded images for SilverStripe",
"type": "silverstripe-module",
"type": "silverstripe-vendormodule",
"homepage": "https://github.com/axllent/silverstripe-scaled-uploads",
"keywords": ["silverstripe", "uploads", "image", "upload", "scaled", "rotate"],
"license": "The MIT License (MIT)",
Expand All @@ -15,7 +15,7 @@
"issues": "https://github.com/axllent/silverstripe-scaled-uploads/issues"
},
"require": {
"silverstripe/framework": "^4.0@dev"
"silverstripe/framework": "^4.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 45d0c9d

Please sign in to comment.