Skip to content

Commit

Permalink
chore: bump version 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaireAlma committed Mar 27, 2023
1 parent da074c4 commit 78caef7
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 37 deletions.
20 changes: 6 additions & 14 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,28 +1,20 @@
Changelog
=========

v4.0.2
v4.1.0
------

* feat: compatibility WordPress 6.2
* feat: add logger to the php client
* feat: compatibility woocommerce 7.5
* feat: add namespaces
* fix: save alma version in db on fresh install
* fix: wrong if condition

v4.0.1
------

* feat: add logger to the client
* feat: compatibility woocommerce 7.4
* fix: readme
* fix: translations

v4.0.0
------

* fix: unique nonce fields
* fix: compatibility with other plugins
* fix: reduce api calls
* feat: add namespaces
* fix: migration between versions of alma module
* fix: implement best practices Woocommerce and WordPress

v3.2.2
------
Expand Down
20 changes: 12 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
# Alma - Pay in installments or later for WooCommerce

Contributors: almapayments, olance, syjust, clairealma
Tags: payments, payment gateway, woocommerce, ecommerce, e-commerce, sell, woo commerce, alma, monthly payments, split payments
Requires at least: 4.4
Tested up to: 6.2
Requires PHP: 5.6
Stable tag: 4.0.2
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
- Contributors: almapayments, olance, syjust, clairealma
- Tags: payments, payment gateway, woocommerce, ecommerce, e-commerce, sell, woo commerce, alma, monthly payments, split payments
- Requires at least Wordpress: 4.4
- Requires at least Woocommerce: 3.0.9
- Tested up to Wordpress: 6.2
- Tested up to Woocommerce: 7.5.0
- Requires PHP: 5.6
- Stable tag: 4.1.0
- License: GPLv3
- License URI: https://www.gnu.org/licenses/gpl-3.0.html
- Support: [email protected]
- Documentation: https://docs.almapay.com/docs/woocommerce

This plugin adds a new payment method to WooCommerce, which allows you to offer monthly payments to your customer using Alma.

Expand Down
20 changes: 7 additions & 13 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tags: payments, BNPL, woocommerce, ecommerce, e-commerce, payment gateway, sell,
Requires at least: 4.4
Tested up to: 6.2
Requires PHP: 5.6
Stable tag: 4.0.2
Stable tag: 4.1.0
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html

Expand Down Expand Up @@ -66,24 +66,18 @@ To build extension for production run `./bin/build.sh`

== Changelog ==

= 4.0.2 =
=========

= 4.1.0 =
* feat: compatibility WordPress 6.2
* feat: add logger to the php client
* feat: compatibility woocommerce 7.5
* feat: add namespaces
* fix: save alma version in db on fresh install
* fix: wrong if condition

= 4.0.1 =
* feat: add logger to the client
* feat: compatibility woocommerce 7.4
* fix: readme
* fix: translations

= 4.0.0 =
* fix: unique nonce fields
* fix: compatibility with other plugins
* fix: reduce api calls
* feat: add namespaces
* fix: migration between versions of alma module
* fix: implement best practices Woocommerce and WordPress

= 3.2.2 =
* feat: update widget to 3.1.0
Expand Down
4 changes: 2 additions & 2 deletions src/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: 4.0.2
* Version: 4.1.0
* Author: Alma
* Author URI: https://almapay.com
* License: GNU General Public License v3.0
Expand Down Expand Up @@ -38,7 +38,7 @@
}

if ( ! defined( 'ALMA_VERSION' ) ) {
define( 'ALMA_VERSION', '4.0.2' );
define( 'ALMA_VERSION', '4.1.0' );
}
if ( ! defined( 'ALMA_PLUGIN_FILE' ) ) {
define( 'ALMA_PLUGIN_FILE', __FILE__ );
Expand Down

0 comments on commit 78caef7

Please sign in to comment.