effective_pages 3.14.3 → 3.14.4

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: 22837183e5d1f9a6cfb9c8fc1df9538697c360b088844297298c431999203fb9
4
- data.tar.gz: 50df80c1899e3a7725a947b8c701f4c75cdda91b3651ba2b175494bbe4a278b5
3
+ metadata.gz: 1f4ca8ad0bb1bb831be0f03301313fa887bc919fccec2b11165a3a9afcc51996
4
+ data.tar.gz: 8b2c1fae2b168203653bbf329bc782564cd550a128d04c6263038d96a34b266b
5
5
  SHA512:
6
- metadata.gz: 5339c4e2dbdcdaecd42a1990d9294cbb675bac714226e8be810b7cdb803220fcfe6f37e1bab8bea06134a60a12fcc36850c6d841b55f9ba3fca6c144801985f6
7
- data.tar.gz: de1ecc268aa37d08fb0a454a87ab8294d723c93770f0bc7af0cbede8c42a249c23f5b1c4de9879df89d3c99db5eca8902b04365e546c63f78b301c19000800c8
6
+ metadata.gz: cbe18e31381ce52238a75dd3161ad255260f6da6b5a9323a19f93d78e8f7ac37c2160f36b71732bc477c5fd9e48d044841484d3f97a85402cd8e9f72a1d5916e
7
+ data.tar.gz: ef30e6d96b2567ecae882c171896f47f775dda75ff2cc6650556dcaef448488f382082073c2adbd37c444a7d8692b17560a3f078a4b53a1f7186c642bbcbcbf3
@@ -37,7 +37,7 @@ class EffectivePagesDatatable < Effective::Datatable
37
37
  col :menu_parent, search: { collection: admin_menu_parent_collection(), grouped: true }
38
38
  col :menu_position, visible: false
39
39
 
40
- col :page_banner, search: :string, visible: false
40
+ col :page_banner, visible: false
41
41
 
42
42
  col :authenticate_user, visible: false
43
43
  col :roles, visible: false
@@ -1,3 +1,3 @@
1
1
  module EffectivePages
2
- VERSION = '3.14.3'.freeze
2
+ VERSION = '3.14.4'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: effective_pages
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.14.3
4
+ version: 3.14.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Code and Effect
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-04-23 00:00:00.000000000 Z
11
+ date: 2025-04-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails