File tree Expand file tree Collapse file tree 2 files changed +30
-1
lines changed
Expand file tree Collapse file tree 2 files changed +30
-1
lines changed Original file line number Diff line number Diff line change 1+ ## Solidus v4.1.6 (2025-02-12)
2+
3+ ## Solidus Core
4+ * [ v4.1] Fix specs failing after Money 6.18.0 release by @github-actions [ bot] in https://github.com/solidusio/solidus/pull/5749
5+ * [ v4.1] [ FIX] Remove spacing at top of OrderShipping#ship method by @github-actions [ bot] in https://github.com/solidusio/solidus/pull/5971
6+ * [ v4.1] Backend: Add missing error translation by @github-actions [ bot] in https://github.com/solidusio/solidus/pull/5983
7+ * [ v4.1] Test app task: Allow passing in user class by @github-actions [ bot] in https://github.com/solidusio/solidus/pull/5958
8+ * [ v4.1] Do not constantize Spree.user_class in UserClassHandle by @github-actions [ bot] in https://github.com/solidusio/solidus/pull/6001
9+ * [ v4.1] 4.2: Limit ` ; concurrent-ruby` ; to < ; 1.3.5 by @github-actions [ bot] in https://github.com/solidusio/solidus/pull/6087
10+ * [ v4.1] Deprecate ` Spree::Deprecation ` in favor of ` Spree.deprecator ` by @mamhoff in https://github.com/solidusio/solidus/pull/6103
11+
12+ ## Solidus Backend
13+ * [ v4.1] Fix JS locale data for release of Money 6.19 by @github-actions [ bot] in https://github.com/solidusio/solidus/pull/5976
14+ * Fix(v4.1): Fix linting error by @mamhoff in https://github.com/solidusio/solidus/pull/5987
15+ * [ v4.1] Backend: Add missing error translation by @github-actions [ bot] in https://github.com/solidusio/solidus/pull/5983
16+ * Fix(v4.1): Collapse admin nav on small windows by @mamhoff in https://github.com/solidusio/solidus/pull/5990
17+
18+ ## Solidus API
19+
20+
21+ ## Solidus Sample
22+
23+
24+ ## Solidus
25+
26+
27+ ** Full Changelog** : https://github.com/solidusio/solidus/compare/v4.1.5...v4.1.6
28+
29+
130## Solidus v4.1.5 (2024-04-05)
231
332## Solidus Core
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module Spree
4- VERSION = "4.1.6.dev "
4+ VERSION = "4.1.6"
55
66 def self . solidus_version
77 VERSION
You can’t perform that action at this time.
0 commit comments