Skip to content

Commit 9d19736

Browse files
authored
Merge pull request #3804 from AlchemyCMS/release/v8.0.11
2 parents c8ed5d2 + 6533c73 commit 9d19736

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

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

3+
## 8.0.11 (2026-03-27)
4+
5+
## What's Changed
6+
* [8.0-stable] Fix exception in admin when current language is deleted by @alchemycms-bot[bot] in https://github.com/AlchemyCMS/alchemy_cms/pull/3792
7+
* [8.0-stable] Revert update check URL change by @alchemycms-bot[bot] in https://github.com/AlchemyCMS/alchemy_cms/pull/3801
8+
9+
10+
**Full Changelog**: https://github.com/AlchemyCMS/alchemy_cms/compare/v8.0.10...v8.0.11
11+
312
## 8.0.10 (2026-03-24)
413

514
## 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.10"
4+
VERSION = "8.0.11"
55

66
def self.version
77
VERSION

0 commit comments

Comments
 (0)