Skip to content

Commit

Permalink
version 2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
engram-design committed Dec 20, 2023
1 parent e310b08 commit e74a84a
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 19 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 2.2.3 - 2023-12-20

### Fixed
- Fix an error when trying to process remote-filesystem assets.

## 2.2.2 - 2023-10-10

### Fixed
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.2.2",
"version": "2.2.3",
"keywords": [
"craft",
"cms",
Expand Down
50 changes: 32 additions & 18 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" : "34365",
"creatorBuild" : "34518",
"files" : {
"\/.github\/FUNDING.yml" : {
"cB" : 0,
Expand Down Expand Up @@ -436,7 +436,7 @@
"oF" : 0,
"oS" : 3,
"pg" : 0,
"sct" : 1
"sct" : 0
},
"\/src\/resources\/src\/scss\/_resize-element-action.scss" : {
"aP" : 1,
Expand All @@ -451,7 +451,7 @@
"oF" : 0,
"oS" : 3,
"pg" : 0,
"sct" : 1
"sct" : 0
},
"\/src\/resources\/src\/scss\/_settings.scss" : {
"aP" : 1,
Expand All @@ -466,7 +466,7 @@
"oF" : 0,
"oS" : 3,
"pg" : 0,
"sct" : 1
"sct" : 0
},
"\/src\/resources\/src\/scss\/image-resizer.scss" : {
"aP" : 1,
Expand All @@ -481,7 +481,7 @@
"oF" : 0,
"oS" : 3,
"pg" : 0,
"sct" : 1
"sct" : 0
},
"\/src\/services" : {
"ft" : 65536,
Expand Down Expand Up @@ -1031,6 +1031,10 @@
"active" : 0,
"optionString" : "'always', {exceptAfterSingleLine: false}"
},
"logical-assignment-operators" : {
"active" : 0,
"optionString" : "'always', {'enforceForIfStatements': false}"
},
"max-classes-per-file" : {
"active" : 0,
"optionString" : "1"
Expand Down Expand Up @@ -1191,6 +1195,9 @@
"no-empty-pattern" : {
"active" : 1
},
"no-empty-static-block" : {
"active" : 0
},
"no-eq-null" : {
"active" : 0
},
Expand Down Expand Up @@ -1222,7 +1229,8 @@
"active" : 1
},
"no-fallthrough" : {
"active" : 1
"active" : 1,
"optionString" : "{'allowEmptyCase': false}"
},
"no-floating-decimal" : {
"active" : 0
Expand Down Expand Up @@ -1330,6 +1338,9 @@
"no-new-func" : {
"active" : 0
},
"no-new-native-nonconstructor" : {
"active" : 0
},
"no-new-object" : {
"active" : 0
},
Expand Down Expand Up @@ -1384,7 +1395,8 @@
"optionString" : "'event', 'fdescribe'"
},
"no-restricted-imports" : {
"active" : 0
"active" : 0,
"optionString" : ""
},
"no-restricted-properties" : {
"active" : 0,
Expand All @@ -1398,9 +1410,6 @@
"active" : 0,
"optionString" : "'except-parens'"
},
"no-return-await" : {
"active" : 0
},
"no-script-url" : {
"active" : 0
},
Expand Down Expand Up @@ -1951,7 +1960,7 @@
"autoOutputPathReplace1" : "sass",
"autoOutputPathReplace2" : "css",
"autoOutputPathStyle" : 2,
"compilerType" : 1,
"compilerType" : 0,
"cssoStyle" : 0,
"decimalPrecision" : 10,
"emitCharset" : 1,
Expand Down Expand Up @@ -2012,11 +2021,12 @@
"createDeclarationFile" : 0,
"jsxMode" : 0,
"minifierStyle" : 0,
"moduleDetectionType" : 0,
"moduleResolutionType" : 0,
"moduleType" : 2,
"removeComments" : 0,
"sourceMapStyle" : 0,
"targetECMAVersion" : 0
"targetECMAVersion" : 2018
},
"languageDefaultsUserDefined" : [

Expand Down Expand Up @@ -2068,10 +2078,14 @@
"ENVIRONMENT:::$NODE_ENV"
],
"rollupTreeshakingEnabled" : 1,
"rollupTreeshakingModuleSideEffects" : 1,
"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",
"sourceFolderName" : "source",
"susyVersion" : 3,
"tsAllowArbitraryExtensions" : 0,
"tsAllowImportingTSExtensions" : 0,
"tsAllowSyntheticDefaultImports" : 0,
"tsAllowUMDGlobalAccess" : 0,
"tsAllowUnreachableCode" : 0,
"tsAllowUnusedLabels" : 0,
"tsAlwaysStrict" : 0,
Expand All @@ -2080,36 +2094,36 @@
"tsEmitDecoratorMetadata" : 0,
"tsESModuleInterop" : 0,
"tsExactOptionalPropertyTypes" : 0,
"tsExperimentalDecorators" : 0,
"tsForceConsistentCasingInFileNames" : 0,
"tsImportHelpers" : 0,
"tsIsolatedModules" : 0,
"tsJSXFactory" : "React.createElement",
"tsKeyofStringsOnly" : 0,
"tsNoEmitHelpers" : 0,
"tsNoFallthroughCasesInSwitch" : 0,
"tsNoImplicitAny" : 0,
"tsNoImplicitOverride" : 0,
"tsNoImplicitReturns" : 0,
"tsNoImplicitThis" : 0,
"tsNoImplicitUseStrict" : 0,
"tsNoLib" : 0,
"tsNoPropertyAccessFromIndexSignature" : 0,
"tsNoResolve" : 0,
"tsNoStrictGenericChecks" : 0,
"tsNoUncheckedIndexAccess" : 0,
"tsNoUnusedLocals" : 0,
"tsNoUnusedParameters" : 0,
"tsPreserveConstEnums" : 0,
"tsPreserveSymlinks" : 0,
"tsResolveJsonModule" : 0,
"tsSkipDefaultLibCheck" : 0,
"tsSkipLibCheck" : 0,
"tsStrictBindCallApply" : 0,
"tsStrictFunctionTypes" : 0,
"tsStrictNullChecks" : 0,
"tsStrictPropertyInitialization" : 0,
"tsStripInternal" : 0,
"tsSuppressExcessPropertyErrors" : 0,
"tsSuppressImplicitAnyIndexErrors" : 0,
"tsUseDefineForClassFields" : 0,
"tsUseUnknownInCatchVariables" : 0,
"tsVerbatimModuleSyntax" : 0,
"uglifyDefinesString" : "",
"uglifyFlags2" : {
"arguments" : {
Expand Down Expand Up @@ -2142,7 +2156,7 @@
},
"comments" : {
"active" : 0,
"flagValue" : -1
"flagValue" : 1
},
"comparisons" : {
"active" : 1,
Expand Down

0 comments on commit e74a84a

Please sign in to comment.