Skip to content

Commit

Permalink
GPY025-17: bump version 1.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasZeman22 committed Dec 6, 2024
1 parent 5fa9bca commit 0358d1e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions gopay-gateway.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* Plugin Name: GoPay gateway
* Plugin URI: https://github.com/argo22packages/gopay-woocommerce-integration
* Description: WooCommerce and GoPay payment gateway integration
* Version: 1.0.12
* Version: 1.0.13
* Author: GoPay
* Author URI: https://www.gopay.com/
* Text Domain: gopay-gateway
Expand All @@ -31,7 +31,7 @@
* Plugin version.
* Rename this and update it as you release new versions.
*/
define( 'GOPAY_WOOCOMMERCE_VERSION', '1.0.12' );
define( 'GOPAY_WOOCOMMERCE_VERSION', '1.0.13' );

/**
* Constants.
Expand Down
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: WooCommerce, GoPay
Requires at least: 5.8
Tested up to: 6.4
Requires PHP: 8.1
Stable tag: 1.0.12
Stable tag: 1.0.13
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -100,3 +100,6 @@ Replace get_post_meta with get_meta to fully leverage the performance benefits o

= 1.0.12 =
Plugin compatibility with WC Block based checkout, Fix db duplicate entry error after payment status check

= 1.0.13 =
Introduced new payment methods: Twisto and Skip Pay. The checkout payment methods language now aligns with the WordPress site language.

0 comments on commit 0358d1e

Please sign in to comment.