Skip to content

Commit

Permalink
Merge branch 'release/2.25.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
hipaybot committed Feb 13, 2025
2 parents 65d7a3f + c0af203 commit d21578f
Show file tree
Hide file tree
Showing 38 changed files with 3,299 additions and 2,273 deletions.
29 changes: 20 additions & 9 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
image: $REGISTRY_CI/gitlab-ci-base:buster

workflow:
rules:
- if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
when: never
- when: always

stages:
- build-test
- test
Expand Down Expand Up @@ -72,9 +78,9 @@ variables:
- bin/tests/tests-cypress/cypress/videos
- bin/tests/tests-cypress/cypress/screenshots
when: always
except:
variables:
- $ONLY_DEPLOY
rules:
- if: $ONLY_DEPLOY
when: never

.login_to_registry: &login-to-registry
before_script:
Expand Down Expand Up @@ -190,9 +196,10 @@ build-test:
--context "dir://${CI_PROJECT_DIR}"
--dockerfile "./bin/docker/images/prestashop/Dockerfile17"
--destination "$REGISTRY_CI/test-jobs-${DOCKER_STACK}-${DOCKER_SERVICE}_web17:${CI_COMMIT_REF_SLUG}"
except:
variables:
- $ONLY_DEPLOY
rules:
- if: $ONLY_DEPLOY
when: never
- when: on_success
tags:
- small

Expand Down Expand Up @@ -239,15 +246,17 @@ package:
- ./package-ready-for-prestashop
tags:
- small
except:
variables:
- $ONLY_DEPLOY
rules:
- if: $ONLY_DEPLOY
when: never

# Job to get JIRA tickets of the release
get-jira-tickets:
stage: release
image: node:latest
rules:
- if: $ONLY_DEPLOY
when: never
- if: $CI_COMMIT_TAG
script:
- |
Expand Down Expand Up @@ -318,6 +327,8 @@ release-job:
variables:
TEMP_CHANGELOG_FILE: 'release_changelog.txt'
rules:
- if: $ONLY_DEPLOY
when: never
- if: $CI_COMMIT_TAG
script:
- |
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 2.25.0

- **Add** : Update OneClick payment
- **Fix** : Fixed updates of orders based on multiple carriers or vendors
- **Fix** : Fixed disappearance of basket discounts when payment failed
- **Fix** : Fixed issue when requesting a HostedPage when PayPal is enabled

## 2.24.0

- **Add**: Added dynamic Min/Max functionality for Alma payment method
Expand Down
Loading

0 comments on commit d21578f

Please sign in to comment.