Skip to content

Commit

Permalink
version 3.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
engram-design committed Dec 14, 2023
1 parent 427faab commit 2c45c31
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

## 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
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": "Resize assets when they are uploaded.",
"type": "craft-plugin",
"version": "3.0.8",
"version": "3.0.9",
"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 @@ -371,7 +371,7 @@
"oF" : 0,
"oS" : 3,
"pg" : 0,
"sct" : 1
"sct" : 0
},
"\/src\/resources\/src\/scss\/_resize-element-action.scss" : {
"aP" : 1,
Expand All @@ -386,7 +386,7 @@
"oF" : 0,
"oS" : 3,
"pg" : 0,
"sct" : 1
"sct" : 0
},
"\/src\/resources\/src\/scss\/_settings.scss" : {
"aP" : 1,
Expand All @@ -401,7 +401,7 @@
"oF" : 0,
"oS" : 3,
"pg" : 0,
"sct" : 1
"sct" : 0
},
"\/src\/resources\/src\/scss\/image-resizer.scss" : {
"aP" : 1,
Expand All @@ -416,7 +416,7 @@
"oF" : 0,
"oS" : 3,
"pg" : 0,
"sct" : 1
"sct" : 0
},
"\/src\/services" : {
"ft" : 65536,
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -1126,6 +1130,9 @@
"no-empty-pattern" : {
"active" : 1
},
"no-empty-static-block" : {
"active" : 0
},
"no-eq-null" : {
"active" : 0
},
Expand Down Expand Up @@ -1157,7 +1164,8 @@
"active" : 1
},
"no-fallthrough" : {
"active" : 1
"active" : 1,
"optionString" : "{'allowEmptyCase': false}"
},
"no-floating-decimal" : {
"active" : 0
Expand Down Expand Up @@ -1265,6 +1273,9 @@
"no-new-func" : {
"active" : 0
},
"no-new-native-nonconstructor" : {
"active" : 0
},
"no-new-object" : {
"active" : 0
},
Expand Down Expand Up @@ -1319,7 +1330,8 @@
"optionString" : "'event', 'fdescribe'"
},
"no-restricted-imports" : {
"active" : 0
"active" : 0,
"optionString" : ""
},
"no-restricted-properties" : {
"active" : 0,
Expand All @@ -1333,9 +1345,6 @@
"active" : 0,
"optionString" : "'except-parens'"
},
"no-return-await" : {
"active" : 0
},
"no-script-url" : {
"active" : 0
},
Expand Down Expand Up @@ -1886,7 +1895,7 @@
"autoOutputPathReplace1" : "sass",
"autoOutputPathReplace2" : "css",
"autoOutputPathStyle" : 2,
"compilerType" : 1,
"compilerType" : 0,
"cssoStyle" : 0,
"decimalPrecision" : 10,
"emitCharset" : 1,
Expand Down Expand Up @@ -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" : [

Expand Down Expand Up @@ -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,
Expand All @@ -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" : {
Expand Down Expand Up @@ -2077,7 +2091,7 @@
},
"comments" : {
"active" : 0,
"flagValue" : -1
"flagValue" : 1
},
"comparisons" : {
"active" : 1,
Expand Down

0 comments on commit 2c45c31

Please sign in to comment.