Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Boia Alexandru committed Jun 19, 2020
1 parent f24db57 commit 0dcb0aa
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 6 deletions.
12 changes: 10 additions & 2 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Contributors: alexandruboia
Donate link: https://ko-fi.com/alexandruboia
Tags: payment, card, mobilpay, creditcard, woocommerce
Requires at least: 5.0
Tested up to: 5.4.0
Stable tag: 0.1.1
Tested up to: 5.4.2
Stable tag: 0.1.2
Requires PHP: 5.6.2
License: BSD New License
License URI: https://opensource.org/licenses/BSD-3-Clause
Expand Down Expand Up @@ -75,6 +75,11 @@ Head over to the plug-in's GitHub page (https://github.com/alexboia/LivePayments

== Changelog ==

= 0.1.2 =
* Add reporting widget to WooCommerce Admin dashboard;
* Correct handling of payment initiation errors in the payment receipt screen;
* Correct handling of situations where some plug-in requirements are not fulfilled.

= 0.1.1 =
Fixed minor usability issues.

Expand All @@ -83,6 +88,9 @@ First officially distributed version.

== Upgrade Notice ==

= 0.1.2 =
Update to version 0.1.2 for improved usability and new features.

= 0.1.1 =
Updated to version 0.1.1 for improved usability.

Expand Down
2 changes: 1 addition & 1 deletion lvdwcmc-plugin-header.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
*
* @var string
*/
define('LVD_WCMC_VERSION', '0.1.1');
define('LVD_WCMC_VERSION', '0.1.2');

/**
* The absolute path to this file - the plug-in header file
Expand Down
4 changes: 2 additions & 2 deletions lvdwcmc-plugin-main.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
* Plugin Name: LivePayments - mobilPay Card WooCommerce Payment Gateway
* Author: Alexandru Boia
* Author URI: http://alexboia.net
* Version: 0.1.1
* Version: 0.1.2
* Description: LivePayments is a Credit & Debit Card WooCommerce Payment Gateway that uses the Romanian mobilPay payment processor.
* License: New BSD License
* Plugin URI: https://github.com/alexboia/LivePayments-MP-WC
* Text Domain: livepayments-mp-wc
* WC requires at least: 3.2.0
* WC tested up to: 4.1.0
* WC tested up to: 4.2.0
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion tests/test-Env.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public function test_canGetVersions() {
$this->assertEquals(get_bloginfo('version', 'raw'), $env->getWpVersion());
$this->assertEquals('5.6.2', $env->getRequiredPhpVersion());
$this->assertEquals('5.0', $env->getRequiredWpVersion());
$this->assertEquals('0.1.1', $env->getVersion());
$this->assertEquals('0.1.2', $env->getVersion());
}

public function test_canGetDbObject() {
Expand Down

0 comments on commit 0dcb0aa

Please sign in to comment.