From e74a84ae855e96bfb0b05b81031823bc2293e0e5 Mon Sep 17 00:00:00 2001 From: Josh Crawford Date: Wed, 20 Dec 2023 11:45:21 +1100 Subject: [PATCH] version 2.2.3 --- CHANGELOG.md | 5 +++++ composer.json | 2 +- config.codekit3 | 50 +++++++++++++++++++++++++++++++------------------ 3 files changed, 38 insertions(+), 19 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6fb9fc7..2334659 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/composer.json b/composer.json index 886e612..9a75bf5 100755 --- a/composer.json +++ b/composer.json @@ -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", diff --git a/config.codekit3 b/config.codekit3 index c416a79..7ff8d4d 100644 --- a/config.codekit3 +++ b/config.codekit3 @@ -7,7 +7,7 @@ "uuidString" : "ECE3F09A-2816-43C6-9715-3F4A30BD28C5" } ], - "creatorBuild" : "34365", + "creatorBuild" : "34518", "files" : { "\/.github\/FUNDING.yml" : { "cB" : 0, @@ -436,7 +436,7 @@ "oF" : 0, "oS" : 3, "pg" : 0, - "sct" : 1 + "sct" : 0 }, "\/src\/resources\/src\/scss\/_resize-element-action.scss" : { "aP" : 1, @@ -451,7 +451,7 @@ "oF" : 0, "oS" : 3, "pg" : 0, - "sct" : 1 + "sct" : 0 }, "\/src\/resources\/src\/scss\/_settings.scss" : { "aP" : 1, @@ -466,7 +466,7 @@ "oF" : 0, "oS" : 3, "pg" : 0, - "sct" : 1 + "sct" : 0 }, "\/src\/resources\/src\/scss\/image-resizer.scss" : { "aP" : 1, @@ -481,7 +481,7 @@ "oF" : 0, "oS" : 3, "pg" : 0, - "sct" : 1 + "sct" : 0 }, "\/src\/services" : { "ft" : 65536, @@ -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" @@ -1191,6 +1195,9 @@ "no-empty-pattern" : { "active" : 1 }, + "no-empty-static-block" : { + "active" : 0 + }, "no-eq-null" : { "active" : 0 }, @@ -1222,7 +1229,8 @@ "active" : 1 }, "no-fallthrough" : { - "active" : 1 + "active" : 1, + "optionString" : "{'allowEmptyCase': false}" }, "no-floating-decimal" : { "active" : 0 @@ -1330,6 +1338,9 @@ "no-new-func" : { "active" : 0 }, + "no-new-native-nonconstructor" : { + "active" : 0 + }, "no-new-object" : { "active" : 0 }, @@ -1384,7 +1395,8 @@ "optionString" : "'event', 'fdescribe'" }, "no-restricted-imports" : { - "active" : 0 + "active" : 0, + "optionString" : "" }, "no-restricted-properties" : { "active" : 0, @@ -1398,9 +1410,6 @@ "active" : 0, "optionString" : "'except-parens'" }, - "no-return-await" : { - "active" : 0 - }, "no-script-url" : { "active" : 0 }, @@ -1951,7 +1960,7 @@ "autoOutputPathReplace1" : "sass", "autoOutputPathReplace2" : "css", "autoOutputPathStyle" : 2, - "compilerType" : 1, + "compilerType" : 0, "cssoStyle" : 0, "decimalPrecision" : 10, "emitCharset" : 1, @@ -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" : [ @@ -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, @@ -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" : { @@ -2142,7 +2156,7 @@ }, "comments" : { "active" : 0, - "flagValue" : -1 + "flagValue" : 1 }, "comparisons" : { "active" : 1,