File tree Expand file tree Collapse file tree 2 files changed +27
-1
lines changed
Expand file tree Collapse file tree 2 files changed +27
-1
lines changed Original file line number Diff line number Diff line change 1+ ## Solidus v4.2.5 (2025-02-19)
2+
3+ ## Solidus Core
4+ * [ v4.2] Fix specs failing after Money 6.18.0 release by @github-actions [ bot] in https://github.com/solidusio/solidus/pull/5750
5+ * [ v4.2] [ FIX] Remove spacing at top of OrderShipping#ship method by @github-actions [ bot] in https://github.com/solidusio/solidus/pull/5972
6+ * [ v4.2] Backend: Add missing error translation by @github-actions [ bot] in https://github.com/solidusio/solidus/pull/5984
7+ * [ v4.2] Test app task: Allow passing in user class by @github-actions [ bot] in https://github.com/solidusio/solidus/pull/5959
8+ * [ v4.2] Do not constantize Spree.user_class in UserClassHandle by @github-actions [ bot] in https://github.com/solidusio/solidus/pull/6002
9+ * 4.2: Limit ` concurrent-ruby ` to < 1.3.5 by @mamhoff in https://github.com/solidusio/solidus/pull/6077
10+
11+ ## Solidus Backend
12+ * [ v4.2] Fix JS locale data for release of Money 6.19 by @github-actions [ bot] in https://github.com/solidusio/solidus/pull/5977
13+ * [ v4.2] Backend: Add missing error translation by @github-actions [ bot] in https://github.com/solidusio/solidus/pull/5984
14+
15+ ## Solidus API
16+
17+
18+ ## Solidus Sample
19+
20+
21+ ## Solidus
22+
23+
24+ ** Full Changelog** : https://github.com/solidusio/solidus/compare/v4.2.4...v4.2.5
25+
26+
127## Solidus v4.2.4 (2024-04-05)
228
329## Solidus Core
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module Spree
4- VERSION = "4.2.5.dev "
4+ VERSION = "4.2.5"
55
66 def self . solidus_version
77 VERSION
You can’t perform that action at this time.
0 commit comments