Skip to content

Commit 4fd3305

Browse files
authored
Merge pull request #6115 from solidusio/github-actions/13281271776-1-1739349518
Prepare release for Solidus v4.1.6
2 parents 5ff8ca1 + ed8d04a commit 4fd3305

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
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

core/lib/spree/core/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# frozen_string_literal: true
22

33
module Spree
4-
VERSION = "4.1.6.dev"
4+
VERSION = "4.1.6"
55

66
def self.solidus_version
77
VERSION

0 commit comments

Comments
 (0)