Skip to content

Commit d655683

Browse files
authored
Merge pull request #3539 from AlchemyCMS/release/v8.0.1
Release v8.0.1
2 parents 3258b01 + 5598a1d commit d655683

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

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

3+
## 8.0.1 (2025-12-23)
4+
5+
## What's Changed
6+
* [8.0-stable] fix(page): Add `"page_layout"` to `ransackable_attributes` by @alchemycms-bot[bot] in https://github.com/AlchemyCMS/alchemy_cms/pull/3514
7+
* [8.0-stable] fix(page filter): Only select from content pages by @alchemycms-bot[bot] in https://github.com/AlchemyCMS/alchemy_cms/pull/3519
8+
* [8.0-stable] fix(assignments): Only list draft elements by @alchemycms-bot[bot] in https://github.com/AlchemyCMS/alchemy_cms/pull/3520
9+
* [8.0-stable] fix(ElementsWindow): Focus element if element dom_id is in the url hash by @alchemycms-bot[bot] in https://github.com/AlchemyCMS/alchemy_cms/pull/3521
10+
* [8.0-stable] fix(resource-info): Fix layout for long filenames by @tvdeyen in https://github.com/AlchemyCMS/alchemy_cms/pull/3523
11+
* [8.0-stable] Fix filtering Attachments by only or except setting by @tvdeyen in https://github.com/AlchemyCMS/alchemy_cms/pull/3525
12+
* [8.0-stable] Fix overlay uploader by @alchemycms-ci-bot in https://github.com/AlchemyCMS/alchemy_cms/pull/3527
13+
* [8.0-stable] Add timeout and retry feature for preview window by @alchemycms-bot[bot] in https://github.com/AlchemyCMS/alchemy_cms/pull/3528
14+
* [8.0-stable] Fix UI glitches 2025 by @alchemycms-ci-bot in https://github.com/AlchemyCMS/alchemy_cms/pull/3529
15+
* [8.0-stable] tests: Run system tests with headless Firefox by @alchemycms-ci-bot in https://github.com/AlchemyCMS/alchemy_cms/pull/3536
16+
* [8.0-stable] fix(PictureDescriptionSelect): Add site name to identify language by @alchemycms-ci-bot in https://github.com/AlchemyCMS/alchemy_cms/pull/3535
17+
18+
19+
**Full Changelog**: https://github.com/AlchemyCMS/alchemy_cms/compare/v8.0.0...v8.0.
320
## 8.0.0 (2025-12-10)
421

522
## 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.0"
4+
VERSION = "8.0.1"
55

66
def self.version
77
VERSION

0 commit comments

Comments
 (0)