alchemy_cms 7.4.6 → 7.4.7

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: dac52b8382bc65dd200d1e8c0217e0a53b7e5774f2b074c6a3bc6716da242e41
4
- data.tar.gz: ddbd1426fedc2282cb82b3ece15d1d6b1a9553c0da5b7f640b84198599c6eca9
3
+ metadata.gz: 9754354a6b9530ecde9ada3fa1e44591860745eb64698b3d0e5401c414225bc6
4
+ data.tar.gz: 105995a8e3db31e893fdeea3426b9f02c25384add19cb579fc93aab9f7d44802
5
5
  SHA512:
6
- metadata.gz: 213cf6190790413cfd04f8e0b6fc9f8c45fe718d2474a5c2aa097cbb455986989491cf149ffcf8d2bad15e0d21fff2c2894d7eb3fedb5f5acab743e38d9c6d53
7
- data.tar.gz: b6f588b2940581cd18a33bc1e126d8b128f5ce78c403ec79db66e320605df8088fa84d856efe6e84912d3909e40fed4d7ea5764b68f99c304c04e173fb00ab99
6
+ metadata.gz: 9aa9d02d5af4b97d2083b3756575d5eff12378efbb777094140122959476f1dcca618482d371f120356ce9146325d30f6da1185b451b4bb2f33e4f528bf20a0e
7
+ data.tar.gz: e7c5e0e08f8b337a1e38ac437ed593b19d14d0ac1db2d6d7782572ba4ba94f94f270f994c2b38f212b3e44d4191fa72af8f7c907d9a11d7b930fac9d176a5d6c
data/CHANGELOG.md CHANGED
@@ -1,6 +1,18 @@
1
1
  # Changelog
2
2
 
3
- ## 7.4.6 (2025-27-06)
3
+ ## 7.4.7 (2025-07-22)
4
+
5
+ - [7.4-stable] Harden picture descriptions integration spec [#3342](https://github.com/AlchemyCMS/alchemy_cms/pull/3342) ([alchemycms-bot](https://github.com/alchemycms-bot))
6
+ - [7.4] CI: Use unique screenshots name [#3341](https://github.com/AlchemyCMS/alchemy_cms/pull/3341) ([tvdeyen](https://github.com/tvdeyen))
7
+ - [7.4-stable] Nullify related_object_type if related_object_id is set to nil [#3338](https://github.com/AlchemyCMS/alchemy_cms/pull/3338) ([alchemycms-bot](https://github.com/alchemycms-bot))
8
+ - [7.4-stable] Add explicit strict mode in components index file [#3337](https://github.com/AlchemyCMS/alchemy_cms/pull/3337) ([alchemycms-bot](https://github.com/alchemycms-bot))
9
+ - [7.4-stable] Fix Picture.deletable scope [#3336](https://github.com/AlchemyCMS/alchemy_cms/pull/3336) ([tvdeyen](https://github.com/tvdeyen))
10
+ - [7.4-stable] fix(picture_fields): use correct local variable [#3321](https://github.com/AlchemyCMS/alchemy_cms/pull/3321) ([tvdeyen](https://github.com/tvdeyen))
11
+ - [7.4-stable] Display current search string in resource search field [#3315](https://github.com/AlchemyCMS/alchemy_cms/pull/3315) ([mamhoff](https://github.com/mamhoff))
12
+ - [7.4]: Resources Admin: Fix editing with filters [#3313](https://github.com/AlchemyCMS/alchemy_cms/pull/3313) ([mamhoff](https://github.com/mamhoff))
13
+ - [7.4-stable] Tweak small button appearance [#3294](https://github.com/AlchemyCMS/alchemy_cms/pull/3294) ([tvdeyen](https://github.com/tvdeyen))
14
+
15
+ ## 7.4.6 (2025-06-27)
4
16
 
5
17
  - [7.4-stable] Fix multi language picture descriptions [#3293](https://github.com/AlchemyCMS/alchemy_cms/pull/3293) ([alchemycms-bot](https://github.com/alchemycms-bot))
6
18
  - [7.4-stable] Add server error turbo_stream template [#3292](https://github.com/AlchemyCMS/alchemy_cms/pull/3292) ([alchemycms-bot](https://github.com/alchemycms-bot))