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 +4 -4
- data/CHANGELOG.md +13 -1
- data/app/assets/builds/alchemy/admin.css +1 -1
- data/app/assets/builds/alchemy/admin.css.map +1 -1
- data/app/assets/stylesheets/alchemy/_mixins.scss +3 -0
- data/app/assets/stylesheets/alchemy/admin/buttons.scss +3 -4
- data/app/javascript/alchemy_admin/components/index.js +3 -0
- data/app/models/alchemy/ingredient.rb +1 -1
- data/app/models/alchemy/picture.rb +6 -4
- data/app/views/alchemy/admin/ingredients/_picture_fields.html.erb +1 -1
- data/app/views/alchemy/admin/partials/_search_form.html.erb +1 -0
- data/app/views/alchemy/base/redirect.js.erb +1 -1
- data/config/locales/alchemy.en.yml +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: 9754354a6b9530ecde9ada3fa1e44591860745eb64698b3d0e5401c414225bc6
|
4
|
+
data.tar.gz: 105995a8e3db31e893fdeea3426b9f02c25384add19cb579fc93aab9f7d44802
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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.
|
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))
|