Skip to content

Commit 70f825c

Browse files
authored
Update Guzzle dependency and increment module versions (#1555)
* Update Guzzle dependency and increment module versions * Fix GitHub Actions for creating testing zip
1 parent 12c407f commit 70f825c

9 files changed

Lines changed: 236 additions & 22 deletions

File tree

.github/workflows/create-testing-zip.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,10 @@ jobs:
5555

5656
- name: Determine Environment
5757
id: environment
58+
env:
59+
LABELS_JSON: ${{ toJSON(github.event.pull_request.labels) }}
5860
run: |
5961
# Get all labels as a JSON array and extract names
60-
LABELS_JSON='${{ toJSON(github.event.pull_request.labels) }}'
6162
echo "Labels JSON: $LABELS_JSON"
6263
6364
# Extract label names using jq

ps17/config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<module>
33
<name>ps_checkout</name>
44
<displayName><![CDATA[PrestaShop Checkout]]></displayName>
5-
<version><![CDATA[7.5.5.1]]></version>
5+
<version><![CDATA[7.5.5.2]]></version>
66
<description><![CDATA[Provide the most commonly used payment methods to your customers in this all-in-one module, and manage all your sales in a centralized interface.]]></description>
77
<author><![CDATA[PrestaShop]]></author>
88
<tab><![CDATA[payments_gateways]]></tab>

ps17/ps_checkout.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ public function __construct()
113113
{
114114
$this->name = 'ps_checkout';
115115
$this->tab = 'payments_gateways';
116-
$this->version = '7.5.5.1';
116+
$this->version = '7.5.5.2';
117117
$this->author = 'PrestaShop';
118118

119119
parent::__construct();

ps8/config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<module>
33
<name>ps_checkout</name>
44
<displayName><![CDATA[PrestaShop Checkout]]></displayName>
5-
<version><![CDATA[8.5.5.1]]></version>
5+
<version><![CDATA[8.5.5.2]]></version>
66
<description><![CDATA[Provide the most commonly used payment methods to your customers in this all-in-one module, and manage all your sales in a centralized interface.]]></description>
77
<author><![CDATA[PrestaShop]]></author>
88
<tab><![CDATA[payments_gateways]]></tab>

ps8/ps_checkout.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ public function __construct()
112112
{
113113
$this->name = 'ps_checkout';
114114
$this->tab = 'payments_gateways';
115-
$this->version = '8.5.5.1';
115+
$this->version = '8.5.5.2';
116116
$this->author = 'PrestaShop';
117117

118118
parent::__construct();

ps9/composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"require": {
1010
"php": "^8.1",
1111
"giggsey/libphonenumber-for-php-lite": "^8.12",
12+
"guzzlehttp/guzzle": "^7.0.1",
1213
"prestashop/module-lib-guzzle-adapter": "^1.0",
1314
"prestashop/module-lib-mbo-installer": "^3",
1415
"prestashop/module-lib-service-container": "^2.0",

ps9/composer.lock

Lines changed: 227 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ps9/config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<module>
33
<name>ps_checkout</name>
44
<displayName><![CDATA[PrestaShop Checkout]]></displayName>
5-
<version><![CDATA[9.5.5.1]]></version>
5+
<version><![CDATA[9.5.5.2]]></version>
66
<description><![CDATA[Provide the most commonly used payment methods to your customers in this all-in-one module, and manage all your sales in a centralized interface.]]></description>
77
<author><![CDATA[PrestaShop]]></author>
88
<tab><![CDATA[payments_gateways]]></tab>

ps9/ps_checkout.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ public function __construct()
111111
{
112112
$this->name = 'ps_checkout';
113113
$this->tab = 'payments_gateways';
114-
$this->version = '9.5.5.1';
114+
$this->version = '9.5.5.2';
115115
$this->author = 'PrestaShop';
116116

117117
parent::__construct();

0 commit comments

Comments
 (0)