We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c8e7dd commit 8d82401Copy full SHA for 8d82401
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 7.4.1 (2025-03-05)
4
+
5
+- [7.4-stable] Fix image cropper [#3193](https://github.com/AlchemyCMS/alchemy_cms/pull/3193) ([alchemycms-bot](https://github.com/alchemycms-bot))
6
7
## 7.4.0 (2025-02-07)
8
9
- Add specs for format matchers [#3182](https://github.com/AlchemyCMS/alchemy_cms/pull/3182) ([mamhoff](https://github.com/mamhoff))
lib/alchemy/version.rb
@@ -1,7 +1,7 @@
# frozen_string_literal: true
module Alchemy
- VERSION = "7.4.0"
+ VERSION = "7.4.1"
def self.version
VERSION
0 commit comments