Skip to content

Commit

Permalink
Merge pull request #137 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 Oct 7, 2024
2 parents 7ae6b0f + 625d6e5 commit 14da36b
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# CHANGELOG

## v4.7.0 - 2024-10-07

### Changes

### 🚀 New Features

- Integrate credit for in page (#135)

#### Contributors

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

## v4.6.0 - 2024-09-16

### 🚀 New Features
Expand Down Expand Up @@ -117,14 +129,19 @@
## v3.0.0

* added package.json to pilot the project

* added npm commands :

* `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


## v2.3.0

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.6.0",
"version": "4.7.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.6.0",
"version": "4.7.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.6.0'
alma_plugin_version: '4.7.0'
}
},
customer: {
Expand Down

0 comments on commit 14da36b

Please sign in to comment.