Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
olance committed Dec 12, 2020
1 parent 760ff84 commit f97610f
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
Changelog
=========

v1.2.0
------

* Allows merchant to activate 2-, 3- a 4-installment plans, with min and max allowed amounts per plan
* Displays an Alma widget on product pages and cart page to inform customers of eligible payment plans
* Displays a full payment plan for each plan option on the checkout page
* Enables Alma by default for all `fr_*` locales
* Adds a `alma_wc_enable_for_locale` that can be used to enable Alma for additional locales
* Any of the module's settings can be overridden via a filter: `alma_wc_settings_[setting_name]`
* Fixes compatibility issues with WooCommerce 2.6.14
* Fixes many bugs
* Dependencies update

v1.1.7
------

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Tags: payments, payment gateway, woocommerce, ecommerce, e-commerce, sell, woo c
Requires at least: 4.4
Tested up to: 5.4
Requires PHP: 5.6
Stable tag: 1.0
Stable tag: 1.2.0
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html

Expand Down
4 changes: 2 additions & 2 deletions alma-woocommerce-gateway.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Alma Monthly Payments for WooCommerce
* Plugin URI: https://www.getalma.eu/wordpress
* Description: Easily provide monthly payments to your customers, risk-free!
* Version: 1.1.7
* Version: 1.2.0
* Author: Alma
* Author URI: https://www.getalma.eu
* License: GNU General Public License v3.0
Expand Down Expand Up @@ -34,7 +34,7 @@
die( 'Not allowed' ); // Exit if accessed directly.
}

define( 'ALMA_WC_VERSION', '1.1.7' );
define( 'ALMA_WC_VERSION', '1.2.0' );

/**
* Return instance of Alma_Plugin.
Expand Down

0 comments on commit f97610f

Please sign in to comment.