alchemy_cms 7.3.1 → 7.3.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: '08de5259f351b2a8faa9784320c8b5c667979f472742af2696f113c51152bb64'
4
- data.tar.gz: 2858554eb0559b32200519ac66a5d276946c7c877c9aa8ede7e20a5809e74aa5
3
+ metadata.gz: 97fc89b86e7ab89f816ad550aaa8ef484c424b93f933ac96799e9da3996b8bd1
4
+ data.tar.gz: 12c3e0235a32fb0eb95a5adadb6c364a139c719f981bed352e06ad2ff1b949ef
5
5
  SHA512:
6
- metadata.gz: 9809938a08efb003e27194dafbe185cfdd075d0d88748f014a6e2376086f98d147b17772675c7110b54dbc642f8da8a560cf71567eaec9ea5faa97ddd60001c9
7
- data.tar.gz: 775b7ddb09ab2969a234f03507b04914dff43d6d6e196475a439db40a9aa2c8ff93f445b9f3e2410d135bd401a5203528b44bca4bce43cfa87d1eb325246f961
6
+ metadata.gz: 7e9e0309e5c80d9ec7f97e67a70beb9079d03333b7b01a5ab6c29ecb538fef8d550616a73e6d474e36c6747d460f1320d6db8851aa4f6542420e07c84ee9fc11
7
+ data.tar.gz: 791c757bbf06634a94a4497e61c3c65f64138b7bca3e9d0d3eb100cb25d53e4a5ac8e7d6c4bf66202ee11a53a063eccf2e0462f6d89de11a9a6103f7b8dbe135
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Changelog
2
2
 
3
+ ## 7.3.3 (2024-10-15)
4
+
5
+ - [7.3-stable] Fix loading custom properties into Tinymce skin [#3070](https://github.com/AlchemyCMS/alchemy_cms/pull/3070) ([tvdeyen](https://github.com/tvdeyen))
6
+
7
+ ## 7.3.2 (2024-10-15)
8
+
9
+ - [7.3-stable] Fix filtering associated models by id [#3068](https://github.com/AlchemyCMS/alchemy_cms/pull/3068) ([alchemycms-bot](https://github.com/alchemycms-bot))
10
+ - [7.3-stable] fix new page form [#3064](https://github.com/AlchemyCMS/alchemy_cms/pull/3064) ([tvdeyen](https://github.com/tvdeyen))
11
+
3
12
  ## 7.3.1 (2024-10-04)
4
13
 
5
14
  - [7.3-stable] Add tinymce skin files to Sprockets manifest [#3063](https://github.com/AlchemyCMS/alchemy_cms/pull/3063) ([tvdeyen](https://github.com/tvdeyen))