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 762cdad commit 81b66a0Copy full SHA for 81b66a0
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 7.4.5 (2025-06-04)
4
+
5
+- [7.4] Fix attachment overlay list overflow [#3261](https://github.com/AlchemyCMS/alchemy_cms/pull/3261) ([tvdeyen](https://github.com/tvdeyen))
6
7
## 7.4.4 (2025-05-06)
8
9
- [7.4-stable] Fix Icons [#3257](https://github.com/AlchemyCMS/alchemy_cms/pull/3257) ([tvdeyen](https://github.com/tvdeyen))
lib/alchemy/version.rb
@@ -1,7 +1,7 @@
# frozen_string_literal: true
module Alchemy
- VERSION = "7.4.4"
+ VERSION = "7.4.5"
def self.version
VERSION
0 commit comments