alchemy_cms 7.4.3 → 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d27dfdf9c61694f49a6292e7c8b4560e3aadbc4b354f963739a9bed0e270faf4
4
- data.tar.gz: 3c765b0f555bd842945d7edb712a662e4f4366254f4232c239b77ffcacf8d9bd
3
+ metadata.gz: 9cf8a86e227213b067edafe887d14b0790eb1a0ec77d94791de2f035b638409e
4
+ data.tar.gz: 35ff4c4c0204fdef6aa184ae4fdb2dc2e044a35da404cdd7369c809705932857
5
5
  SHA512:
6
- metadata.gz: 0be5204b30290268d64db93585ba38d55945bc778ed10a7f07a2052a13938c416a7d828ebdac49875b1ac03bbc7d9d292f146a77520616f87e275058eda2a211
7
- data.tar.gz: c5459af9b7ce0422d4e6a22e07c0e6669cdb3816631d4fca5a23b600fb9c002cd906ea4ac7969d98574de78dbc046a5ac687b69833344e41e2ae24048dde6432
6
+ metadata.gz: 5920cb9a46fb4a13ce9a968c9f2347fe4dbea1b7331c4f6e7dfbde992e525c5e9cf093053422656d8685b1923acd28d4284a44cf29a5f5bec39e5afa370f1c59
7
+ data.tar.gz: 419af4444c3f5ccb167d05a61ca07f8a1286557674c21137637ead61bdd14c479ad0d91ab688e4802c09b4a531a60f3deabea5d3bfb42450ee93a8405728e66f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
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
+
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))
10
+ - [7.4-stable] fix(alchemy-select): Remove clear button of select2 [#3253](https://github.com/AlchemyCMS/alchemy_cms/pull/3253) ([alchemycms-bot](https://github.com/alchemycms-bot))
11
+ - [7.4] Fix thumbnail bg pattern [#3250](https://github.com/AlchemyCMS/alchemy_cms/pull/3250) ([tvdeyen](https://github.com/tvdeyen))
12
+
3
13
  ## 7.4.3 (2025-04-23)
4
14
 
5
15
  - [7.4-stable] Hide body while custom elements load [#3232](https://github.com/AlchemyCMS/alchemy_cms/pull/3232) ([tvdeyen](https://github.com/tvdeyen))
data/Gemfile CHANGED
@@ -15,7 +15,7 @@ if ENV["DB"] == "mysql" || ENV["DB"] == "mariadb"
15
15
  end
16
16
  gem "pg", "~> 1.0" if ENV["DB"] == "postgresql"
17
17
 
18
- gem "alchemy_i18n", git: "https://github.com/AlchemyCMS/alchemy_i18n.git", branch: "main"
18
+ gem "alchemy_i18n", git: "https://github.com/AlchemyCMS/alchemy_i18n.git", branch: "4.2-stable"
19
19
 
20
20
  group :development, :test do
21
21
  gem "execjs", "~> 2.9.1"