alchemy_cms 7.3.7 → 7.3.8

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: 7793f89e30c4c26dbffd0f1709da0993e58f5481ea71ab40affe22f03a17a349
4
- data.tar.gz: 465f1c1247818a0f5b9abdd912a0ffb89d3229b4ee88d5ab72ad113d50540d68
3
+ metadata.gz: 07b671fb88875a53f04c4418ca217939460eb22d7a332c0e0514a036a8cfe841
4
+ data.tar.gz: c27c2abb23a16902d13f6b6597a12df24e12e553f01a824958ceb25d83567ab9
5
5
  SHA512:
6
- metadata.gz: 1b4a4f4977cac620606c08a44112d8d69b516370ef22717b4834a6323ec68f9cf57246ce9df618cc00d6ae4bbd1d4a865cf90291225bee251e490fb1f498fc28
7
- data.tar.gz: eab228151d87bf04343c52a2b8c11dc67aea7592e16c4118735fb40801cf321e2723c7ffa38312aeb9991003d662ce7af6375ceaaab50c1cf33bc2625e4950e0
6
+ metadata.gz: 2ddac67a2efbf20eaafda566195dbfbc174f3dd5291d8610e2684d8bb85d529569c0350ae6f0c2cfa1a1addba2234ce582ba6fc3186f7bad528c7c0a6263c785
7
+ data.tar.gz: a3d4689c84f484cd44009858d29e07f0eab69e4be21776530b9e1a874da6faf1d26277915cac6e7d91474d572ccb842d2dfc80ca71ec8d35aba67c47d3e369d5
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ## 7.3.8 (2025-09-04)
4
+
5
+ - [7.3-stable] Alchemy TinyMCE: Remove frontend presence validation [#3360](https://github.com/AlchemyCMS/alchemy_cms/pull/3360) ([alchemycms-bot](https://github.com/alchemycms-bot))
6
+
3
7
  ## 7.3.7 (2025-08-15)
4
8
 
5
9
  - [7.3-stable] fix(DatetimeView): Use settings value if present [#3349](https://github.com/AlchemyCMS/alchemy_cms/pull/3349) ([alchemycms-bot](https://github.com/alchemycms-bot))
@@ -7,7 +7,6 @@
7
7
  <%= f.text_field :page_id,
8
8
  value: page_editor.page&.id,
9
9
  id: page_editor.form_field_id(:page_id),
10
- required: page_editor.presence_validation?,
11
10
  class: 'full_width' %>
12
11
  <% end %>
13
12
  <% end %>
@@ -9,7 +9,6 @@
9
9
  <%= f.text_area :value,
10
10
  minlength: richtext_editor.length_validation&.fetch(:minimum, nil),
11
11
  maxlength: richtext_editor.length_validation&.fetch(:maximum, nil),
12
- required: richtext_editor.presence_validation?,
13
12
  id: richtext_editor.form_field_id(:value) %>
14
13
  <% end %>
15
14
  <% end %>
@@ -24,8 +24,7 @@
24
24
  <%= f.select :value, options_tags, {}, {
25
25
  id: select_editor.form_field_id,
26
26
  class: ["ingredient-editor-select"],
27
- is: "alchemy-select",
28
- required: select_editor.presence_validation?
27
+ is: "alchemy-select"
29
28
  } %>
30
29
  <% end %>
31
30
  <% end %>
@@ -1,7 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Alchemy
4
- VERSION = "7.3.7"
4
+ VERSION = "7.3.8"
5
5
 
6
6
  def self.version
7
7
  VERSION
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: alchemy_cms
3
3
  version: !ruby/object:Gem::Version
4
- version: 7.3.7
4
+ version: 7.3.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Thomas von Deyen
@@ -1459,7 +1459,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
1459
1459
  version: '0'
1460
1460
  requirements:
1461
1461
  - ImageMagick (libmagick), v6.6 or greater.
1462
- rubygems_version: 3.6.7
1462
+ rubygems_version: 3.6.9
1463
1463
  specification_version: 4
1464
1464
  summary: A powerful, userfriendly and flexible CMS for Rails
1465
1465
  test_files: []