alchemy_cms 7.4.4 → 7.4.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of alchemy_cms might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/app/assets/builds/alchemy/admin.css +1 -1
- data/app/assets/builds/alchemy/admin.css.map +1 -1
- data/app/assets/stylesheets/alchemy/admin/archive.scss +4 -0
- data/app/views/alchemy/admin/attachments/_overlay_file_list.html.erb +1 -1
- data/lib/alchemy/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9cf8a86e227213b067edafe887d14b0790eb1a0ec77d94791de2f035b638409e
|
4
|
+
data.tar.gz: 35ff4c4c0204fdef6aa184ae4fdb2dc2e044a35da404cdd7369c809705932857
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5920cb9a46fb4a13ce9a968c9f2347fe4dbea1b7331c4f6e7dfbde992e525c5e9cf093053422656d8685b1923acd28d4284a44cf29a5f5bec39e5afa370f1c59
|
7
|
+
data.tar.gz: 419af4444c3f5ccb167d05a61ca07f8a1286557674c21137637ead61bdd14c479ad0d91ab688e4802c09b4a531a60f3deabea5d3bfb42450ee93a8405728e66f
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,9 @@
|
|
1
1
|
# Changelog
|
2
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
|
+
|
3
7
|
## 7.4.4 (2025-05-06)
|
4
8
|
|
5
9
|
- [7.4-stable] Fix Icons [#3257](https://github.com/AlchemyCMS/alchemy_cms/pull/3257) ([tvdeyen](https://github.com/tvdeyen))
|