File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed
Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ v8.0.0.b] ( https://github.com/AlchemyCMS/alchemy-solidus/tree/v8.0.0.b ) (2025-10-15)
4+
5+ [ Full Changelog] ( https://github.com/AlchemyCMS/alchemy-solidus/compare/v7.7.0...v8.0.0.b )
6+
7+ ** Merged pull requests:**
8+
9+ - Update to Alchemy 8.0 [ \# 129] ( https://github.com/AlchemyCMS/alchemy-solidus/pull/129 ) ([ tvdeyen] ( https://github.com/tvdeyen ) )
10+
311## [ v7.7.0] ( https://github.com/AlchemyCMS/alchemy-solidus/tree/v7.7.0 ) (2025-05-15)
412
513[ Full Changelog] ( https://github.com/AlchemyCMS/alchemy-solidus/compare/v7.6.0...v7.7.0 )
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ Gem::Specification.new do |gem|
1414 gem . require_paths = [ "lib" ]
1515 gem . version = Alchemy ::Solidus ::VERSION
1616
17- gem . add_dependency ( "alchemy_cms" , [ ">= 7.2.0 " , "< 9" ] )
17+ gem . add_dependency ( "alchemy_cms" , [ ">= 8.0.0.b " , "< 9" ] )
1818 gem . add_dependency ( "solidus_api" , [ ">= 4.0.0" , "< 5" ] )
1919 gem . add_dependency ( "solidus_core" , [ ">= 4.0.0" , "< 5" ] )
2020 gem . add_dependency ( "solidus_backend" , [ ">= 4.0.0" , "< 5" ] )
Original file line number Diff line number Diff line change 11module Alchemy
22 module Solidus
3- VERSION = "7.7.0 "
3+ VERSION = "8.0.0.b "
44 end
55end
You can’t perform that action at this time.
0 commit comments