We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b83bac commit 5db303fCopy full SHA for 5db303f
2 files changed
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+## 2.1.5 - 19 December 2019
2
+- \#9 Record the originally requested image URL when logging errors
3
+
4
## 2.1.4 - 9 October 2019
5
- \#8 Replace GetFileInfo() with faster FileInfo() if using Lucee
6
adaptiveImages.cfc
@@ -1,6 +1,6 @@
component{
- variables.version = "2.1.4-develop";
+ variables.version = "2.1.5";
variables.isACF = ( server.coldfusion.productname IS "ColdFusion Server" );
variables.isLucee = ( server.coldfusion.productname IS "Lucee" );
0 commit comments