From 2c45c310a25e5820aead3e07741f97a9b9b4fc15 Mon Sep 17 00:00:00 2001 From: Josh Crawford Date: Thu, 14 Dec 2023 14:17:17 +1100 Subject: [PATCH] version 3.0.9 --- 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 f3afcf9..8317fba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 3.0.9 - 2023-12-14 + +### Fixed +- Fix file size estimate checks to rely on real file sizes. + ## 3.0.8 - 2023-10-10 ### Changed diff --git a/composer.json b/composer.json index 0cbd941..39aa593 100755 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "verbb/image-resizer", "description": "Resize assets when they are uploaded.", "type": "craft-plugin", - "version": "3.0.8", + "version": "3.0.9", "keywords": [ "craft", "cms", diff --git a/config.codekit3 b/config.codekit3 index c2b8e3e..e318a48 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, @@ -371,7 +371,7 @@ "oF" : 0, "oS" : 3, "pg" : 0, - "sct" : 1 + "sct" : 0 }, "\/src\/resources\/src\/scss\/_resize-element-action.scss" : { "aP" : 1, @@ -386,7 +386,7 @@ "oF" : 0, "oS" : 3, "pg" : 0, - "sct" : 1 + "sct" : 0 }, "\/src\/resources\/src\/scss\/_settings.scss" : { "aP" : 1, @@ -401,7 +401,7 @@ "oF" : 0, "oS" : 3, "pg" : 0, - "sct" : 1 + "sct" : 0 }, "\/src\/resources\/src\/scss\/image-resizer.scss" : { "aP" : 1, @@ -416,7 +416,7 @@ "oF" : 0, "oS" : 3, "pg" : 0, - "sct" : 1 + "sct" : 0 }, "\/src\/services" : { "ft" : 65536, @@ -966,6 +966,10 @@ "active" : 0, "optionString" : "'always', {exceptAfterSingleLine: false}" }, + "logical-assignment-operators" : { + "active" : 0, + "optionString" : "'always', {'enforceForIfStatements': false}" + }, "max-classes-per-file" : { "active" : 0, "optionString" : "1" @@ -1126,6 +1130,9 @@ "no-empty-pattern" : { "active" : 1 }, + "no-empty-static-block" : { + "active" : 0 + }, "no-eq-null" : { "active" : 0 }, @@ -1157,7 +1164,8 @@ "active" : 1 }, "no-fallthrough" : { - "active" : 1 + "active" : 1, + "optionString" : "{'allowEmptyCase': false}" }, "no-floating-decimal" : { "active" : 0 @@ -1265,6 +1273,9 @@ "no-new-func" : { "active" : 0 }, + "no-new-native-nonconstructor" : { + "active" : 0 + }, "no-new-object" : { "active" : 0 }, @@ -1319,7 +1330,8 @@ "optionString" : "'event', 'fdescribe'" }, "no-restricted-imports" : { - "active" : 0 + "active" : 0, + "optionString" : "" }, "no-restricted-properties" : { "active" : 0, @@ -1333,9 +1345,6 @@ "active" : 0, "optionString" : "'except-parens'" }, - "no-return-await" : { - "active" : 0 - }, "no-script-url" : { "active" : 0 }, @@ -1886,7 +1895,7 @@ "autoOutputPathReplace1" : "sass", "autoOutputPathReplace2" : "css", "autoOutputPathStyle" : 2, - "compilerType" : 1, + "compilerType" : 0, "cssoStyle" : 0, "decimalPrecision" : 10, "emitCharset" : 1, @@ -1947,11 +1956,12 @@ "createDeclarationFile" : 0, "jsxMode" : 0, "minifierStyle" : 0, + "moduleDetectionType" : 0, "moduleResolutionType" : 0, "moduleType" : 2, "removeComments" : 0, "sourceMapStyle" : 0, - "targetECMAVersion" : 0 + "targetECMAVersion" : 2018 }, "languageDefaultsUserDefined" : [ @@ -2003,10 +2013,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, @@ -2015,36 +2029,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" : { @@ -2077,7 +2091,7 @@ }, "comments" : { "active" : 0, - "flagValue" : -1 + "flagValue" : 1 }, "comparisons" : { "active" : 1,