Skip to content

Commit d4bd361

Browse files
authored
Merge pull request #3656 from AlchemyCMS/release/v8.0.7
Release v8.0.7
2 parents 2d28d13 + 5679e48 commit d4bd361

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## 8.0.7 (2026-02-06)
4+
5+
## What's Changed
6+
* [8.0-stable] Add searchable attributes to element and ingredient definition by @alchemycms-bot[bot] in https://github.com/AlchemyCMS/alchemy_cms/pull/3634
7+
* [8.0-stable] fix(elements-window): Use fixed position by @alchemycms-ci-bot in https://github.com/AlchemyCMS/alchemy_cms/pull/3645
8+
* [8.0-stable] fix(tinymce): Do not exceed height of element window by @alchemycms-bot[bot] in https://github.com/AlchemyCMS/alchemy_cms/pull/3650
9+
* [8.0-stable] fix(leave dialog): Re-align buttons by @alchemycms-ci-bot in https://github.com/AlchemyCMS/alchemy_cms/pull/3646
10+
* [8.0-stable] fix(FOUC): Always register timeout animation by @alchemycms-ci-bot in https://github.com/AlchemyCMS/alchemy_cms/pull/3652
11+
* [8.0-stable] fix(resource info value): Correct block alignment by @alchemycms-ci-bot in https://github.com/AlchemyCMS/alchemy_cms/pull/3653
12+
13+
14+
**Full Changelog**: https://github.com/AlchemyCMS/alchemy_cms/compare/v8.0.6...v8.0.7
15+
316
## 8.0.6 (2026-02-03)
417

518
## What's Changed

lib/alchemy/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# frozen_string_literal: true
22

33
module Alchemy
4-
VERSION = "8.0.6"
4+
VERSION = "8.0.7"
55

66
def self.version
77
VERSION

0 commit comments

Comments
 (0)