alchemy_cms 7.3.5 → 7.3.6

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: 2ff8fbcb9df4ac1650e6cf5d5db531ed1ff53d0aecef0120e8ce4a7e56ce3317
4
- data.tar.gz: dbf230b6dc6becd8c21a1243c7fb48f0fe572bbd44e25cf1d99c1b3503bc5073
3
+ metadata.gz: eb126235f1ddf15244e37704736d4af514e7fcacf8179af9a7b6dc6183895d88
4
+ data.tar.gz: cb420ae1a3f848d9b5aa4da402f3799a579eb6e44a6e5809b595082a45aad99a
5
5
  SHA512:
6
- metadata.gz: 2f779c0a2073ed6689a0c28769c547b0b344a8939dbf5571483149fdb55be8e0d21f443a0674cc7a2bde2a987d0c26e7be87be0028e400b57db7259a15f5ffcd
7
- data.tar.gz: 4beda833c869e3ba9aaeec6e2e1753646021a065e4937819c7c1f2c892212573b6495b7126771cdfdce0cfa22e2272a5be86012a3d9197a905a6f4653f576563
6
+ metadata.gz: 57a05f8db5772973aec3d79cc794ef47acc96096100b2a31382c8205958828f332fe3cf925e3d0a0d31b72d30fa91f376bf5a2f0185507035546ebbe9f321c02
7
+ data.tar.gz: ba3bba1f781513df91093bdb74b6f897838c6f2fce85bdeb4f4921c7e29eb5f79fea8846219c76356877cae1eb55a9aabc7691c982685560e0b3f169820f23cd
data/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## 7.3.6 (2025-03-17)
4
+
5
+ - [7.3-stable] Fix link dialog for links with url scheme mailto [#3206](https://github.com/AlchemyCMS/alchemy_cms/pull/3206) ([alchemycms-bot](https://github.com/alchemycms-bot))
6
+ - [7.3-stable] CI: Use own script to check changes files [#3199](https://github.com/AlchemyCMS/alchemy_cms/pull/3199) ([alchemycms-bot](https://github.com/alchemycms-bot))
7
+ - [7.3-stable] Add rel="noopener noreferrer" to external links [#3185](https://github.com/AlchemyCMS/alchemy_cms/pull/3185) ([alchemycms-bot](https://github.com/alchemycms-bot))
8
+ - [7.3-stable] Fix locked pages tab height [#3169](https://github.com/AlchemyCMS/alchemy_cms/pull/3169) ([tvdeyen](https://github.com/tvdeyen))
9
+
3
10
  ## 7.3.5 (2025-01-24)
4
11
 
5
12
  - [7.3-stable] Prevent redefining 'alchemy-menubar' custom element when using Turbo [#3166](https://github.com/AlchemyCMS/alchemy_cms/pull/3166) ([alchemycms-bot](https://github.com/alchemycms-bot))