File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## Solidus v4.6.2 (2025-11-27)
2+
3+ <!-- Please, don't edit manually. The content is automatically generated. -->
4+
5+ ## Solidus
6+
7+ * [ v4.6] Add changelog and source code URI to gemspec by @solidus-bot [ bot] in https://github.com/solidusio/solidus/pull/6389
8+
9+ ## Solidus Core
10+
11+ * [ v4.6] Fix misnamed shipping_categories table in 4.6.0 migration comment by @github-actions [ bot] in https://github.com/solidusio/solidus/pull/6342
12+ * [ v4.6] Fix Rubocop offenses for November 2025 by @solidus-bot [ bot] in https://github.com/solidusio/solidus/pull/6387
13+ * [ v4.6] feat: Allow to overwrite track_state_change? by @solidus-bot [ bot] in https://github.com/solidusio/solidus/pull/6386
14+ * [ v4.6] feat: Make state change tracker a configurable class by @solidus-bot [ bot] in https://github.com/solidusio/solidus/pull/6388
15+
16+ ## Solidus Admin
17+
18+ * [ v4.6] Fix Rubocop offenses for November 2025 by @solidus-bot [ bot] in https://github.com/solidusio/solidus/pull/6387
19+
20+ ## Solidus Promotions
21+
22+ * [ v4.6] Promotions: First Order condition must not fail on canceled orders by @github-actions [ bot] in https://github.com/solidusio/solidus/pull/6344
23+
24+ ** Full Changelog** : https://github.com/solidusio/solidus/compare/v4.6.1...v4.6.2
25+
26+
127## Solidus v4.6.1 (2025-10-21)
228
329<!-- Please, don't edit manually. The content is automatically generated. -->
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module Spree
4- VERSION = "4.6.2.dev "
4+ VERSION = "4.6.2"
55
66 def self . solidus_version = VERSION
77
You can’t perform that action at this time.
0 commit comments