alchemy_cms 7.4.3 → 7.4.4

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d27dfdf9c61694f49a6292e7c8b4560e3aadbc4b354f963739a9bed0e270faf4
4
- data.tar.gz: 3c765b0f555bd842945d7edb712a662e4f4366254f4232c239b77ffcacf8d9bd
3
+ metadata.gz: 583bd0ce4e7d4c4da590c80fb359ae3e2638413d57df0c0c153f424742f8076f
4
+ data.tar.gz: 68b69e6414f1910bfbee5e7fbf1eb45b5475ad12899df1f2747b38b65332b78a
5
5
  SHA512:
6
- metadata.gz: 0be5204b30290268d64db93585ba38d55945bc778ed10a7f07a2052a13938c416a7d828ebdac49875b1ac03bbc7d9d292f146a77520616f87e275058eda2a211
7
- data.tar.gz: c5459af9b7ce0422d4e6a22e07c0e6669cdb3816631d4fca5a23b600fb9c002cd906ea4ac7969d98574de78dbc046a5ac687b69833344e41e2ae24048dde6432
6
+ metadata.gz: aec609c321bc860e810a7038445758dc12215a076ae72307d2bd1d979ae12179ff4be9c85c3abf12a3d0315eb68ac942b0d40da10ac12734253c62c808bd4eff
7
+ data.tar.gz: 297eed5fec5cd9f59e6fcfd78815029c5c7262e7234927cb2cdbc21ef3bf80db683dcb2f374dc81d18805ebdb94f456aa66c8f8c6773079b5523560ad7fadb4f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## 7.4.4 (2025-05-06)
4
+
5
+ - [7.4-stable] Fix Icons [#3257](https://github.com/AlchemyCMS/alchemy_cms/pull/3257) ([tvdeyen](https://github.com/tvdeyen))
6
+ - [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))
7
+ - [7.4] Fix thumbnail bg pattern [#3250](https://github.com/AlchemyCMS/alchemy_cms/pull/3250) ([tvdeyen](https://github.com/tvdeyen))
8
+
3
9
  ## 7.4.3 (2025-04-23)
4
10
 
5
11
  - [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"