Skip to content

Commit 42df7c2

Browse files
Merge branch 'develop' into feature/ecom-2687-create-pull-requests-with-a-task
2 parents 3fa8b44 + 5b88c9e commit 42df7c2

File tree

6 files changed

+53
-36
lines changed

6 files changed

+53
-36
lines changed

.github/renovate.json

Lines changed: 0 additions & 32 deletions
This file was deleted.

.github/renovate.json5

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": [ "github>alma/renovate:defaults.json5" ],
4+
"enabledManagers": [ "github-actions", "pre-commit", "composer", "dockerfile", "docker-compose" ],
5+
"reviewers": [ "team:squad-e-commerce-integrations" ],
6+
"baseBranches": [ "develop" ],
7+
"packageRules": [
8+
{
9+
"matchManagers": [ "composer" ],
10+
"groupName": "composer updates"
11+
},
12+
{
13+
"matchManagers": [ "dockerfile", "docker-compose" ],
14+
"groupName": "docker updates"
15+
},
16+
{
17+
"description": "PHP and composer versions in Dockerfiles must be freezed",
18+
"matchManagers": [ "dockerfile" ],
19+
"matchDepNames": [ "php", "composer" ],
20+
"enabled": false
21+
}
22+
]
23+
}

CHANGELOG.md

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

3+
## v5.13.1 - 2025-04-24
4+
5+
### Changes
6+
7+
### 🐛 Bug Fixes
8+
9+
- fix: in-page loading in certain event loading cases (#361)
10+
- fix: error on change order status (#350)
11+
12+
#### Contributors
13+
14+
@Benjamin-Freoua-Alma, @webaaz and [alma-create-pr-with-team-review[bot]](https://github.com/apps/alma-create-pr-with-team-review)
15+
316
## v5.13.0 - 2025-04-16
417

518
### Changes

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
- Tested up to Wordpress: 6.7.1
99
- Tested up to Woocommerce: 9.7.1
1010
- Requires PHP: 5.6
11-
- Stable tag: 5.13.0
11+
- Stable tag: 5.13.1
1212
- License: GPLv3
1313
- License URI: https://www.gnu.org/licenses/gpl-3.0.html
1414

alma-gateway-for-woocommerce.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: Alma - Pay in installments or later for WooCommerce
44
* Plugin URI: https://docs.almapay.com/docs/woocommerce
55
* Description: Install Alma and boost your sales! It's simple and guaranteed, your cash flow is secured. 0 commitment, 0 subscription, 0 risk.
6-
* Version: 5.13.0
6+
* Version: 5.13.1
77
* Author: Alma
88
* Author URI: https://almapay.com
99
* License: GNU General Public License v3.0
@@ -40,7 +40,7 @@
4040
}
4141

4242
if ( ! defined( 'ALMA_VERSION' ) ) {
43-
define( 'ALMA_VERSION', '5.13.0' );
43+
define( 'ALMA_VERSION', '5.13.1' );
4444
}
4545
if ( ! defined( 'ALMA_PLUGIN_FILE' ) ) {
4646
define( 'ALMA_PLUGIN_FILE', __FILE__ );

readme.txt

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Requires at least: 4.4
66
Tested up to Wordpress: 6.7.1
77
Tested up to Woocommerce: 9.7.1
88
Requires PHP: 5.6
9-
Stable tag: 5.13.0
9+
Stable tag: 5.13.1
1010
License: GPLv3
1111
License URI: https://www.gnu.org/licenses/gpl-3.0.html
1212

@@ -52,6 +52,19 @@ You can find more documentation on our [website](https://docs.almapay.com/docs/w
5252

5353
== Changelog ==
5454

55+
## v5.13.1 - 2025-04-24
56+
57+
### Changes
58+
59+
### 🐛 Bug Fixes
60+
61+
- fix: in-page loading in certain event loading cases (#361)
62+
- fix: error on change order status (#350)
63+
64+
#### Contributors
65+
66+
@Benjamin-Freoua-Alma, @webaaz and [alma-create-pr-with-team-review[bot]](https://github.com/apps/alma-create-pr-with-team-review)
67+
5568
## v5.13.0 - 2025-04-16
5669

5770
### Changes

0 commit comments

Comments
 (0)