Changeset 2926956
- Timestamp:
- 06/16/2023 07:51:01 AM (3 years ago)
- Location:
- woocommerce-quickpay
- Files:
-
- 6 edited
- 1 copied
-
tags/7.0.1 (copied) (copied from woocommerce-quickpay/trunk)
-
tags/7.0.1/README.txt (modified) (1 diff)
-
tags/7.0.1/classes/instances/paypal.php (modified) (1 diff)
-
tags/7.0.1/woocommerce-quickpay.php (modified) (2 diffs)
-
trunk/README.txt (modified) (1 diff)
-
trunk/classes/instances/paypal.php (modified) (1 diff)
-
trunk/woocommerce-quickpay.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
woocommerce-quickpay/tags/7.0.1/README.txt
r2924644 r2926956 28 28 29 29 == Changelog == 30 = 7.0.1 = 31 * Fix: Remove strict return type from WC_QuickPay_Paypal::apply_gateway_icons 32 30 33 = 7.0.0 = 31 34 * Feat: Added support for High Performance Order Storage / Custom Order Tables -
woocommerce-quickpay/tags/7.0.1/classes/instances/paypal.php
r2924617 r2926956 94 94 * @return string 95 95 */ 96 public function apply_gateway_icons( $icon, $id ) : string{96 public function apply_gateway_icons( $icon, $id ) { 97 97 if ( $id === $this->id ) { 98 98 $icon = $this->gateway_icon_create( 'paypal', $this->gateway_icon_size() ); -
woocommerce-quickpay/tags/7.0.1/woocommerce-quickpay.php
r2924617 r2926956 4 4 * Plugin URI: http://wordpress.org/plugins/woocommerce-quickpay/ 5 5 * Description: Integrates your QuickPay payment gateway into your WooCommerce installation. 6 * Version: 7.0. 06 * Version: 7.0.1 7 7 * Author: Perfect Solution 8 8 * Text Domain: woo-quickpay … … 18 18 } 19 19 20 define( 'WCQP_VERSION', '7.0. 0' );20 define( 'WCQP_VERSION', '7.0.1' ); 21 21 define( 'WCQP_URL', plugins_url( __FILE__ ) ); 22 22 define( 'WCQP_PATH', plugin_dir_path( __FILE__ ) ); -
woocommerce-quickpay/trunk/README.txt
r2924644 r2926956 28 28 29 29 == Changelog == 30 = 7.0.1 = 31 * Fix: Remove strict return type from WC_QuickPay_Paypal::apply_gateway_icons 32 30 33 = 7.0.0 = 31 34 * Feat: Added support for High Performance Order Storage / Custom Order Tables -
woocommerce-quickpay/trunk/classes/instances/paypal.php
r2924617 r2926956 94 94 * @return string 95 95 */ 96 public function apply_gateway_icons( $icon, $id ) : string{96 public function apply_gateway_icons( $icon, $id ) { 97 97 if ( $id === $this->id ) { 98 98 $icon = $this->gateway_icon_create( 'paypal', $this->gateway_icon_size() ); -
woocommerce-quickpay/trunk/woocommerce-quickpay.php
r2924617 r2926956 4 4 * Plugin URI: http://wordpress.org/plugins/woocommerce-quickpay/ 5 5 * Description: Integrates your QuickPay payment gateway into your WooCommerce installation. 6 * Version: 7.0. 06 * Version: 7.0.1 7 7 * Author: Perfect Solution 8 8 * Text Domain: woo-quickpay … … 18 18 } 19 19 20 define( 'WCQP_VERSION', '7.0. 0' );20 define( 'WCQP_VERSION', '7.0.1' ); 21 21 define( 'WCQP_URL', plugins_url( __FILE__ ) ); 22 22 define( 'WCQP_PATH', plugin_dir_path( __FILE__ ) );
Note: See TracChangeset
for help on using the changeset viewer.