Skip to content

Commit

Permalink
Merge pull request #323 from alma/release/v5.10.0
Browse files Browse the repository at this point in the history
Release v5.10.0
  • Loading branch information
joyet-simon authored Feb 11, 2025
2 parents 06afb19 + 272a8fd commit a57f2a9
Show file tree
Hide file tree
Showing 15 changed files with 8,658 additions and 23,765 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## v5.10.0 - 2025-02-11

### Changes

### 🚀 New Features

- Use CDN for alma widget and update to version 4.x.x (#322)

#### Contributors

@joyet-simon and [alma-create-pr-with-team-review[bot]](https://github.com/apps/alma-create-pr-with-team-review)

## v5.9.0 - 2025-02-06

### 🚀 New Features
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
- Tested up to Wordpress: 6.6.1
- Tested up to Woocommerce: 9.2.3
- Requires PHP: 5.6
- Stable tag: 5.9.0
- Stable tag: 5.10.0
- License: GPLv3
- License URI: https://www.gnu.org/licenses/gpl-3.0.html
- Support: [email protected]
Expand Down
4 changes: 2 additions & 2 deletions alma-gateway-for-woocommerce.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Alma - Pay in installments or later for WooCommerce
* Plugin URI: https://docs.almapay.com/docs/woocommerce
* Description: Install Alma and boost your sales! It's simple and guaranteed, your cash flow is secured. 0 commitment, 0 subscription, 0 risk.
* Version: 5.9.0
* Version: 5.10.0
* Author: Alma
* Author URI: https://almapay.com
* License: GNU General Public License v3.0
Expand Down Expand Up @@ -40,7 +40,7 @@
}

if ( ! defined( 'ALMA_VERSION' ) ) {
define( 'ALMA_VERSION', '5.9.0' );
define( 'ALMA_VERSION', '5.10.0' );
}
if ( ! defined( 'ALMA_PLUGIN_FILE' ) ) {
define( 'ALMA_PLUGIN_FILE', __FILE__ );
Expand Down
Loading

0 comments on commit a57f2a9

Please sign in to comment.