Skip to content

Commit d646fcd

Browse files
Merge pull request #707 from alma/release/v4.10.0
Release v4.10.0
2 parents 8d0642f + 892518c commit d646fcd

File tree

15 files changed

+162
-344
lines changed

15 files changed

+162
-344
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ jobs:
3434
run: task lint:ci
3535

3636
- name: Set up Docker Buildx
37-
uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10.0
37+
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
3838

3939
- name: Build docker images
40-
uses: docker/bake-action@76f9fa3a758507623da19f6092dc4089a7e61592 # v6.6.0
40+
uses: docker/bake-action@37816e747588cb137173af99ab33873600c46ea8 # v6.8.0
4141
with:
4242
files: compose.yml
4343
pull: true

.github/workflows/e2e-test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
repositories: integration-infrastructure
5454

5555
- name: Trigger E2E tests in the integration-infrastructure repository
56-
uses: codex-/return-dispatch@df6e17379382ea99310623bc5ed1a7dddd6c878f # v2.0.4
56+
uses: codex-/return-dispatch@72a3b5d4ff36e4319a7b1ab5b686c778ee02fa37 # v2.1.0
5757
id: e2e-tests-workflow-dispatch
5858
with:
5959
token: ${{ steps.github-token-infrastructure.outputs.token }}
@@ -76,7 +76,7 @@ jobs:
7676
workflow_timeout_seconds: 120 # Default: 300
7777

7878
- name: Hide deprecated E2E test run info message
79-
uses: int128/hide-comment-action@0a9e7919192e41201af6ebd979df163956982d07 # v1.41.0
79+
uses: int128/hide-comment-action@a30d551065e4231e6d7a671bb5ce884f9ee6417b # v1.43.0
8080
with:
8181
# This string should be kept in sync with the last words of the comment in.
8282
# `Send a comment to the PR informing that the E2E tests are running` step (in this workflow).

.github/workflows/release-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
cc <@khadija.cherif>
142142
143143
- name: Send changelog to Slack
144-
uses: slackapi/slack-github-action@485a9d42d3a73031f12ec201c457e2162c45d02d # v2.0.0
144+
uses: slackapi/slack-github-action@b0fa283ad8fea605de13dc3f449259339835fc52 # v2.1.0
145145
with:
146146
method: chat.postMessage
147147
token: ${{ secrets.SLACK_RELEASE_CHANGELOG_BOT_TOKEN }}

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## v4.10.0 - 2025-07-28
4+
5+
### Changes
6+
7+
### 🚀 New Features
8+
9+
- feat: Add fee sharing for credit in Prestashop 1.6 (#705)
10+
11+
### 🐛 Bug Fixes
12+
13+
- fix: Handle the in-page event button for multiple payment buttons (#703)
14+
15+
#### Contributors
16+
17+
@Benjamin-Freoua-Alma, @alma-renovate-bot[bot], [alma-renovate-bot[bot]](https://github.com/apps/alma-renovate-bot) and [github-actions[bot]](https://github.com/apps/github-actions)
18+
319
## v4.9.1 - 2025-05-12
420

521
### Changes

alma/alma.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
class Alma extends PaymentModule
3232
{
33-
const VERSION = '4.9.1';
33+
const VERSION = '4.10.0';
3434
const PS_ACCOUNTS_VERSION_REQUIRED = '5.3.0';
3535

3636
public $_path;
@@ -71,7 +71,7 @@ public function __construct()
7171
{
7272
$this->name = 'alma';
7373
$this->tab = 'payments_gateways';
74-
$this->version = '4.9.1';
74+
$this->version = '4.10.0';
7575
$this->author = 'Alma';
7676
$this->need_instance = false;
7777
$this->bootstrap = true;

alma/translations/de.php

Lines changed: 17 additions & 47 deletions
Large diffs are not rendered by default.

alma/translations/en.php

Lines changed: 17 additions & 47 deletions
Large diffs are not rendered by default.

alma/translations/es.php

Lines changed: 17 additions & 47 deletions
Large diffs are not rendered by default.

alma/translations/fr.php

Lines changed: 17 additions & 47 deletions
Large diffs are not rendered by default.

alma/translations/it.php

Lines changed: 17 additions & 47 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)