Skip to content

Commit

Permalink
Merge pull request #971 from payplug/qa
Browse files Browse the repository at this point in the history
Qa
  • Loading branch information
GhDj authored Jan 14, 2025
2 parents 46993ab + f2a04d5 commit 6c4014d
Show file tree
Hide file tree
Showing 20 changed files with 337 additions and 1,247 deletions.
2 changes: 1 addition & 1 deletion assets/js/blocks/wc-payplug-apple_pay-blocks.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('jquery', 'react', 'wc-blocks-registry', 'wc-settings', 'wp-data', 'wp-element', 'wp-html-entities', 'wp-i18n'), 'version' => '95fecf314decf611c018');
<?php return array('dependencies' => array('jquery', 'react', 'wc-blocks-registry', 'wc-settings', 'wp-data', 'wp-html-entities', 'wp-i18n'), 'version' => '1af6f27812b4ba4c2f16');
2 changes: 1 addition & 1 deletion assets/js/blocks/wc-payplug-apple_pay-blocks.js

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('wc-blocks-registry', 'wc-settings', 'wp-element', 'wp-html-entities', 'wp-i18n'), 'version' => '60b5d2df13f971e99dcf');
<?php return array('dependencies' => array('react', 'react-dom', 'wc-blocks-registry', 'wc-settings', 'wp-element', 'wp-html-entities', 'wp-i18n'), 'version' => '4a7153d8f17921a069b2');
2 changes: 1 addition & 1 deletion assets/js/blocks/wc-payplug-oney_x3_with_fees-blocks.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions payplug.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
* Author URI: https://www.payplug.com/
* Text Domain: payplug
* Domain Path: /languages
* Version: 2.11.0
* WC tested up to: 9.4.3
* Version: 2.11.1
* WC tested up to: 9.5.2
* Requires plugins: woocommerce
* License: GPLv3 or later
* License URI: https://www.gnu.org/licenses/gpl-3.0.html
Expand All @@ -23,7 +23,7 @@
}


define( 'PAYPLUG_GATEWAY_VERSION', '2.11.0' );
define( 'PAYPLUG_GATEWAY_VERSION', '2.11.1' );
define( 'PAYPLUG_GATEWAY_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
define( 'PAYPLUG_GATEWAY_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
define( 'PAYPLUG_GATEWAY_PLUGIN_BASENAME', plugin_basename( __FILE__ ) );
Expand Down
9 changes: 8 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: payplug, woocommerce, gateway, payment, credit card, carte de crédit, car
Requires at least: 4.4
Tested up to: 6.7.1
Requires PHP: 5.6
Stable tag: 2.11.0
Stable tag: 2.11.1
VueJs Payplug UI lib tag: 1.7.3
License: GPLv3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Expand Down Expand Up @@ -81,6 +81,13 @@ PayPlug offers several plans to suit your needs and business requirements. **No
2. Display on a WordPress website

== Changelog ==
= 2.11.1 =
* Added Oney logo on blocks on cart.
* Improved Bedrock structure compatibility.
* Various improvements
* Tested up to: WooCommerce 9.5.2
* Tested up to: WordPress 6.7.1

= 2.11.0 =
* New feature: Apple Pay as an express payment method on cart block.
* Performance improvements and optimizations.
Expand Down
105 changes: 0 additions & 105 deletions resources/js/frontend/helper/wc-payplug-apple_pay-requests.js

This file was deleted.

Loading

0 comments on commit 6c4014d

Please sign in to comment.