Skip to content

Commit

Permalink
v6.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
joseconti committed Apr 12, 2024
1 parent 09e3a42 commit accf7ad
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,10 @@ Check [WooCommerce Redsys Gateway premium version](https://plugins.joseconti.com

== Changelog ==

== 6.1.2 ==

* FIX: Enhanced update_order_meta() for accept array() values.

== 6.1.1 ==

* FIX: API function ERROR
Expand Down
4 changes: 2 additions & 2 deletions woocommerce-redsys.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* Requires Plugins: woocommerce
* Plugin URI: https://wordpress.org/plugins/woo-redsys-gateway-light/
* Description: Extends WooCommerce with a RedSys gateway. This is a Lite version, if you want many more, check the premium version https://woocommerce.com/products/redsys-gateway/
* Version: 6.1.1
* Version: 6.1.2
* Author: José Conti
* Author URI: https://plugins.joseconti.com/
* Tested up to: 6.4
Expand All @@ -21,7 +21,7 @@
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/

define( 'REDSYS_WOOCOMMERCE_VERSION', '6.1.1' );
define( 'REDSYS_WOOCOMMERCE_VERSION', '6.1.2' );
define( 'REDSYS_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
if ( ! defined( 'REDSYS_PLUGIN_PATH' ) ) {
define( 'REDSYS_PLUGIN_PATH', plugin_dir_path( __FILE__ ) );
Expand Down

0 comments on commit accf7ad

Please sign in to comment.