Skip to content

Commit

Permalink
version 2.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
engram-design committed Sep 18, 2019
1 parent f99f012 commit 77b9c5a
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 6 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 2.0.6 - 2019-09-18

### Fixed
- Fix incorrect action URL for clear-tasks.
- Remove forced asset validation, which skips image processing.

## 2.0.5 - 2019-06-04

### Added
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "verbb/image-resizer",
"description": "Image Resizer is a Craft plugin that resizes your assets when they are uploaded.",
"type": "craft-plugin",
"version": "2.0.5",
"version": "2.0.6",
"keywords": [
"craft",
"cms",
Expand Down
26 changes: 21 additions & 5 deletions config.codekit3
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"uuidString": "ECE3F09A-2816-43C6-9715-3F4A30BD28C5"
}
],
"creatorBuild": "29156",
"creatorBuild": "31491",
"files": {
"/.github/ISSUE_TEMPLATE": {
"cB": 0,
Expand Down Expand Up @@ -489,6 +489,7 @@
},
"projectSettings": {
"abortBuildOnError": 1,
"allowInjectionReloads": 1,
"alwaysUseExternalServer": 0,
"animateCSSInjections": 0,
"autoBuildNewItems": 1,
Expand All @@ -500,6 +501,7 @@
"babelConfigType": 0,
"babelCustomPluginsList": "",
"babelCustomPresetsList": "",
"babelExcludeString": "/\\/node_modules\\//, /\\/core-js\\//, /\\/bower_components\\//",
"babelInsertModuleIDs": 0,
"babelModuleID": "",
"babelNoComments": 0,
Expand Down Expand Up @@ -639,6 +641,9 @@
"modules-umd": {
"active": 0
},
"named-capturing-groups-regex": {
"active": 0
},
"new-target": {
"active": 0
},
Expand Down Expand Up @@ -672,6 +677,9 @@
"parameters": {
"active": 0
},
"partial-application": {
"active": 0
},
"pipeline-operator": {
"active": 0
},
Expand Down Expand Up @@ -764,11 +772,10 @@
}
},
"babelRetainLines": 0,
"babelUseBuiltInsType": 0,
"bowerAbbreviatedPath": "bower_components",
"bowerAutoCreateInfoFile": 1,
"bowerInstallDevDependencies": 0,
"bowerSaveDependencies": 1,
"bowerSaveDevDependencies": 0,
"bowerForceLatestOnConflict": 1,
"bowerTargetDependencyListType": 1,
"bowerUseExactVersion": 0,
"browserRefreshDelay": 0,
"browserslistString": ">0.2%, last 2 versions, Firefox ESR, not dead",
Expand Down Expand Up @@ -1773,6 +1780,10 @@
"active": 0,
"optionString": "{'array': true, 'object': true}, {'enforceForRenamedProperties': false}"
},
"prefer-named-capture-group": {
"active": 0,
"optionString": ""
},
"prefer-numeric-literals": {
"active": 0,
"optionString": ""
Expand Down Expand Up @@ -2526,6 +2537,11 @@
},
"languageDefaultsUserDefined": [
],
"npmAbbreviatedPath": "",
"npmCreatePackageLock": 1,
"npmInstallOptionalDependencies": 0,
"npmSaveExactVersion": 0,
"npmTargetDependencyListType": 1,
"overrideExternalServerCSS": 0,
"previewPathAddition": "",
"skippedFoldersString": "log, _logs, logs, _cache, cache, /storage/framework/sessions, node_modules, /src/models, /src/tasks, /src/elements, /src/helpers, /src/migrations, /src/data, /src/templates, /src/records, /src/controllers, /src/assetbundles, /src/base, /src/fields, /src/services, /src/variables",
Expand Down

0 comments on commit 77b9c5a

Please sign in to comment.