alchemy_cms 7.0.6 → 7.0.7

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: c585dd53e50006dabd57cbac098ba15c8acc5dc0ea9dd18a432df5feeca4dc89
4
- data.tar.gz: 19518e22d715dfc11dbc46dfbd72245bd8a88156360bb8702e345bdc5d52ff7f
3
+ metadata.gz: 5eb0c05455de8ab6f10985ac53819ce4c3c31648b93909f933dc57af4f056f3d
4
+ data.tar.gz: 43f67834df294087fed4fc699a9a91a30988f0f08e798b02c8c87e96d5373592
5
5
  SHA512:
6
- metadata.gz: d721b898bf3a4c76daf7ec9a925d76d9782252751355b797922fc5c0d2a3a95e97e1e05a5f9fe6b01f670d2453c7b63bcdc54d64f0c845c0145817fc517fd577
7
- data.tar.gz: 4867e081525cc3ff481dcadb7d5625a3ddaade4e030ed46522ddd0d8d71c65c55a403d9599a7b4adbef3027e06947bcbfd6386aee4470669bc1e13650d671d74
6
+ metadata.gz: 7cc55a633a63004a971e0ac070bfa0e9b7bcce2070b06086204f50cea1619cd3d83592b6b4bb33ad044bf17525b36fc3374fb00c689a069d917242364bf424c1
7
+ data.tar.gz: 33d84a1857ebc5a2cbb26fc48bb18b355a1aeb7e007cadb7151bb5e567e6148deb0f40d6c2376c144419450c3f67eedcb8f04e29b51b26cf9cc0201207d80490
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Changelog
2
2
 
3
+ ## 7.0.7 (2023-11-28)
4
+
5
+ - [7.0] Disable Turbolinks on menubar [#2622](https://github.com/AlchemyCMS/alchemy_cms/pull/2622) ([tvdeyen](https://github.com/tvdeyen))
6
+ - [7.0-stable] Merge pull request #2617 from kennyadsl/patch-1 [#2618](https://github.com/AlchemyCMS/alchemy_cms/pull/2618) ([alchemycms-bot](https://github.com/alchemycms-bot))
7
+
3
8
  ## 7.0.6 (2023-11-15)
4
9
 
5
10
  - [7.0-stable] Merge pull request #2612 from sascha-karnatz/harden-page-publisher [#2613](https://github.com/AlchemyCMS/alchemy_cms/pull/2613) ([alchemycms-bot](https://github.com/alchemycms-bot))
@@ -1,5 +1,5 @@
1
1
  <% if !@preview_mode && @page && can?(:edit_content, @page) %>
2
- <div id="alchemy_menubar" style="display: none" data-turbo="false">
2
+ <div id="alchemy_menubar" style="display: none" data-turbo="false" data-turbolinks="false">
3
3
  <ul>
4
4
  <li><%= link_to Alchemy.t(:to_alchemy), alchemy.admin_dashboard_url %></li>
5
5
  <li><%= link_to Alchemy.t(:edit_page), alchemy.edit_admin_page_url(@page) %></li>
@@ -1,7 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Alchemy
4
- VERSION = "7.0.6"
4
+ VERSION = "7.0.7"
5
5
 
6
6
  def self.version
7
7
  VERSION
@@ -114,7 +114,6 @@ module Alchemy
114
114
  rake("alchemy:install:migrations", abort_on_failure: true)
115
115
  rake("db:migrate", abort_on_failure: true)
116
116
  install_tasks.inject_seeder
117
- rake("db:seed", abort_on_failure: true)
118
117
  end
119
118
 
120
119
  def finalize
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.0.6
4
+ version: 7.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Thomas von Deyen
@@ -13,7 +13,7 @@ authors:
13
13
  autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
- date: 2023-11-15 00:00:00.000000000 Z
16
+ date: 2023-11-28 00:00:00.000000000 Z
17
17
  dependencies:
18
18
  - !ruby/object:Gem::Dependency
19
19
  name: actionmailer