Skip to content

Commit

Permalink
Release 2.2.10 (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
michalskladanowski authored Jul 7, 2021
1 parent 01ddf2b commit d304309
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "pay-now/paynow-woocommerce",
"description": "paynow.pl plugin for WooCommerce",
"license": "GPLv3",
"version": "2.2.9",
"version": "2.2.10",
"authors": [
{
"name": "mElements S.A.",
Expand Down
4 changes: 2 additions & 2 deletions src/pay-by-paynow-pl.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Pay by paynow.pl
* Plugin URI: https://github.com/pay-now/paynow-woocommerce
* Description: Accepts secure BLIK, credit cards payments and fast online transfers by paynow.pl
* Version: 2.2.9
* Version: 2.2.10
* Requires PHP: 7.1
* Author: mElements S.A.
* Author URI: https://www.paynow.pl
Expand Down Expand Up @@ -32,4 +32,4 @@ function wc_pay_by_paynow_pl_php_version_notice() {
require_once( WC_PAY_BY_PAYNOW_PL_PLUGIN_FILE_PATH . 'includes/class-pay-by-paynow-pl-manager.php' );
require_once( WC_PAY_BY_PAYNOW_PL_PLUGIN_FILE_PATH . 'vendor/autoload.php' );

add_filter( 'woocommerce_payment_gateways', 'wc_pay_by_paynow_pl_payment_gateways' );
add_filter( 'woocommerce_payment_gateways', 'wc_pay_by_paynow_pl_payment_gateways' );

0 comments on commit d304309

Please sign in to comment.