Skip to content

Commit

Permalink
Merge pull request #5710 from solidusio/github-actions/8568097091-1-1…
Browse files Browse the repository at this point in the history
…712311413

Prepare release for Solidus v4.2.4
  • Loading branch information
tvdeyen committed Apr 5, 2024
2 parents a6fca34 + c8f25cd commit ca31fb5
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
## Solidus v4.2.4 (2024-04-05)

## Solidus Core
* [v4.2] Allow "sqlite3" as ENV["DB"] by @mamhoff in https://github.com/solidusio/solidus/pull/5613
* Fix dummy app database.yml for ENV[DB] = sqlite3 by @mamhoff in https://github.com/solidusio/solidus/pull/5619
* Dummy App generator: Use db var instead of ENV var by @mamhoff in https://github.com/solidusio/solidus/pull/5623
* [v4.2] Skip `ActionCable` for dummy apps by @github-actions[bot] in https://github.com/solidusio/solidus/pull/5631
* [v4.2] Explicitly require URI in app configuration by @github-actions[bot] in https://github.com/solidusio/solidus/pull/5647
* [4.2] Fix latest rubocop issues by @tvdeyen in https://github.com/solidusio/solidus/pull/5653

## Solidus Backend
* [4.2] Fix latest rubocop issues by @tvdeyen in https://github.com/solidusio/solidus/pull/5653
* [v4.2] Fix search by variant on stock items by @github-actions[bot] in https://github.com/solidusio/solidus/pull/5662
* [v4.2] Menu item should not match url if match_path is set by @github-actions[bot] in https://github.com/solidusio/solidus/pull/5650

## Solidus API
* [4.2] Fix latest rubocop issues by @tvdeyen in https://github.com/solidusio/solidus/pull/5653

## Solidus Sample


## Solidus


**Full Changelog**: https://github.com/solidusio/solidus/compare/v4.2.3...v4.2.4


## Solidus v4.2.3 (2023-11-02)

## Solidus Core
Expand Down
2 changes: 1 addition & 1 deletion core/lib/spree/core/version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# frozen_string_literal: true

module Spree
VERSION = "4.2.4.dev"
VERSION = "4.2.4"

def self.solidus_version
VERSION
Expand Down

0 comments on commit ca31fb5

Please sign in to comment.