Skip to content

Commit b38d2cb

Browse files
alchemycms-bottvdeyen
authored andcommitted
Release v8.0.0
1 parent 7e7393f commit b38d2cb

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

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

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
311
## [v8.0.0.c](https://github.com/AlchemyCMS/alchemy-solidus/tree/v8.0.0.c) (2025-11-19)
412

513
[Full Changelog](https://github.com/AlchemyCMS/alchemy-solidus/compare/v8.0.0.b...v8.0.0.c)

lib/alchemy/solidus/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Alchemy
22
module Solidus
3-
VERSION = "8.0.0.c"
3+
VERSION = "8.0.0"
44
end
55
end

0 commit comments

Comments
 (0)