Skip to content

Commit

Permalink
Merge pull request #133 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 Sep 16, 2024
2 parents bb217ab + 23a473a commit b414ae8
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# CHANGELOG

## v4.6.0 - 2024-09-16

### 🚀 New Features

- Add hmac verification on IPN (#129)
- Add test warning on Frontstore (#124)

#### Contributors

@CapMousse, @FranceBe, @Francois-Gomis, @alma-renovate-bot, @alma-renovate-bot[bot], @carine-bonnafous, @gdraynz, @github-actions, @hyahiaoui and @joyet-simon

## v4.5.2 - 2024-07-16

### Changes
Expand Down Expand Up @@ -110,6 +121,7 @@
* `build:sitepref` (see below)
* `lint` allow to lint css, js and isml for the cartridge
* `uploadCartridge` upload cartridge to a sandbox

* refactored widget and fragment usage to use Alma plans
* refactored Alma controller
* refactored job for onShipment orders
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.5.2",
"version": "4.6.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.5.2",
"version": "4.6.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 @@ -105,7 +105,7 @@ function resolvedPaymentData(installmentsCount, defferedDays, locale, origin, ha
custom_data: {
cms_name: 'SFCC',
cms_version: '4.0.0',
alma_plugin_version: '4.5.2'
alma_plugin_version: '4.6.0'
}
},
customer: {
Expand Down

0 comments on commit b414ae8

Please sign in to comment.