We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c8ed5d2 + 6533c73 commit 9d19736Copy full SHA for 9d19736
CHANGELOG.md
@@ -1,5 +1,14 @@
1
# Changelog
2
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
12
## 8.0.10 (2026-03-24)
13
14
## What's Changed
lib/alchemy/version.rb
@@ -1,7 +1,7 @@
# frozen_string_literal: true
module Alchemy
- VERSION = "8.0.10"
+ VERSION = "8.0.11"
def self.version
VERSION
0 commit comments