Skip to content

Commit

Permalink
Merge pull request #144 from alma/chore/backport-main-to-develop
Browse files Browse the repository at this point in the history
Backport main to develop
  • Loading branch information
joyet-simon authored Dec 3, 2024
2 parents 74dd9c0 + d8c4ec5 commit 4d0de3d
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 4 deletions.
1 change: 0 additions & 1 deletion .nyc_output/processinfo/index.json

This file was deleted.

14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# CHANGELOG

## v4.8.0 - 2024-12-02

### Changes

- Security update sfcc node version (#141)

### 🚀 New Features

- Change wording for in page configuration (#139)

#### Contributors

@FranceBe, @alma-renovate-bot, @alma-renovate-bot[bot], @gdraynz, @github-actions, @joyet-simon and @remi-zuffinetti

## v4.7.0 - 2024-10-07

### Changes
Expand Down
2 changes: 1 addition & 1 deletion cartridges/int_alma/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "4.7.0",
"version": "4.8.0",
"hooks": "./hooks.json"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "alma-sfcc-plugin",
"version": "4.7.0",
"version": "4.8.0",
"description": "Alma SFCC integration plugin",
"main": "index.js",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion test/mocks/helpers/almaPaymentHelpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ function resolvedPaymentData(installmentsCount, defferedDays, locale, origin, ha
custom_data: {
cms_name: 'SFCC',
cms_version: '4.0.0',
alma_plugin_version: '4.7.0'
alma_plugin_version: '4.8.0'
}
},
customer: {
Expand Down

0 comments on commit 4d0de3d

Please sign in to comment.