We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e7393f commit b38d2cbCopy full SHA for b38d2cb
2 files changed
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+## 8.0.0 (2025-12-09)
4
+
5
+## What's Changed
6
+* fix(Main Navigation): Disable Turbo on Solidus Tab by @tvdeyen in https://github.com/AlchemyCMS/alchemy-solidus/pull/133
7
+* Fix(ProductTab): Use `Alchemy.configure` to set tab by @tvdeyen in https://github.com/AlchemyCMS/alchemy-solidus/pull/134
8
9
10
+**Full Changelog**: https://github.com/AlchemyCMS/alchemy-solidus/compare/v8.0.0.c...v8.0.0
11
## [v8.0.0.c](https://github.com/AlchemyCMS/alchemy-solidus/tree/v8.0.0.c) (2025-11-19)
12
13
[Full Changelog](https://github.com/AlchemyCMS/alchemy-solidus/compare/v8.0.0.b...v8.0.0.c)
lib/alchemy/solidus/version.rb
@@ -1,5 +1,5 @@
module Alchemy
module Solidus
- VERSION = "8.0.0.c"
+ VERSION = "8.0.0"
end
0 commit comments