Skip to content

Commit

Permalink
Release 1.0.8 (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
piotr-stankiewicz-melements authored Apr 7, 2020
1 parent 7d339e7 commit 5d1d220
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions woocommerce-gateway-paynow.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Pay by Paynow
* Plugin URI: https://github.com/pay-now/paynow-woocommerce
* Description: Accepts payments by Paynow
* Version: 1.0.7
* Version: 1.0.8
* Author: mElements S.A.
* Author URI: https://www.paynow.pl
* License: MIT
Expand All @@ -26,7 +26,7 @@ function woocommerce_gateway_paynow_init() {

define( 'WC_PAYNOW_PLUGIN_URL', untrailingslashit( plugins_url( basename( plugin_dir_path( __FILE__ ) ), basename( __FILE__ ) ) ) );
define( 'WC_PAYNOW_PLUGIN_PATH', untrailingslashit( plugin_dir_path( __FILE__ ) ) );
define( 'WC_PAYNOW_PLUGIN_VERSION', '1.0.7');
define( 'WC_PAYNOW_PLUGIN_VERSION', '1.0.8');

include_once dirname( __FILE__ ) . '/vendor/autoload.php';
require_once dirname( __FILE__ ) . '/includes/class-wc-paynow-helper.php';
Expand Down

0 comments on commit 5d1d220

Please sign in to comment.