Skip to content

Commit

Permalink
Merge pull request #2534 from tvdeyen/7.0-fix-ingredient-dom-ids
Browse files Browse the repository at this point in the history
[7.0] Fix DOM ids and labels of ingredient editors
  • Loading branch information
tvdeyen authored Jul 31, 2023
2 parents b8a474f + 15d2ac1 commit 4fcc3fa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 7.0.1 (2023-07-07)

- Fix disconnecting Tinymce intersection observer [#2519](https://github.com/AlchemyCMS/alchemy_cms/pull/2519) ([tvdeyen](https://github.com/tvdeyen))

## 7.0.0 (2023-07-05)

- Remove old alchemy_admin files from sprockets builds [#2517](https://github.com/AlchemyCMS/alchemy_cms/pull/2517) ([tvdeyen](https://github.com/tvdeyen))
Expand Down
2 changes: 1 addition & 1 deletion lib/alchemy/version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# frozen_string_literal: true

module Alchemy
VERSION = "7.0.0"
VERSION = "7.0.1"

def self.version
VERSION
Expand Down

0 comments on commit 4fcc3fa

Please sign in to comment.