Changeset 3400295
- Timestamp:
- 11/21/2025 09:33:34 AM (6 weeks ago)
- Location:
- woocommerce-quickpay
- Files:
-
- 6 edited
- 1 copied
-
tags/7.5.1 (copied) (copied from woocommerce-quickpay/trunk)
-
tags/7.5.1/README.txt (modified) (2 diffs)
-
tags/7.5.1/classes/api/woocommerce-quickpay-api-transaction.php (modified) (1 diff)
-
tags/7.5.1/woocommerce-quickpay.php (modified) (2 diffs)
-
trunk/README.txt (modified) (2 diffs)
-
trunk/classes/api/woocommerce-quickpay-api-transaction.php (modified) (1 diff)
-
trunk/woocommerce-quickpay.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
woocommerce-quickpay/tags/7.5.1/README.txt
r3395304 r3400295 4 4 Requires at least: 6.7 5 5 Tested up to: 6.8 6 Stable tag: 7.5. 06 Stable tag: 7.5.1 7 7 License: GPLv2 8 8 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 37 37 38 38 == Changelog == 39 = 7.5.1 = 40 * Feat: Adding WordPress home URL domain name to referer_url when creating transactions. 41 39 42 = 7.5.0 = 40 43 * Fik: Changed plugin display name to Quickpay for WooCommerce to comply with the WooCommerce trademark and WP guidelines. -
woocommerce-quickpay/tags/7.5.1/classes/api/woocommerce-quickpay-api-transaction.php
r3395304 r3400295 184 184 'google_analytics_tracking_id' => WC_QP()->s( 'quickpay_google_analytics_tracking_id' ), 185 185 'customer_email' => $order->get_billing_email(), 186 'referer_url' => wp_parse_url( home_url(), PHP_URL_HOST ), 186 187 ]; 187 188 -
woocommerce-quickpay/tags/7.5.1/woocommerce-quickpay.php
r3395304 r3400295 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.5. 06 * Version: 7.5.1 7 7 * Author: Perfect Solution 8 8 * Text Domain: woocommerce-quickpay … … 22 22 } 23 23 24 define( 'WCQP_VERSION', '7.5. 0' );24 define( 'WCQP_VERSION', '7.5.1' ); 25 25 define( 'WCQP_URL', plugins_url( __FILE__ ) ); 26 26 define( 'WCQP_PATH', plugin_dir_path( __FILE__ ) ); -
woocommerce-quickpay/trunk/README.txt
r3395304 r3400295 4 4 Requires at least: 6.7 5 5 Tested up to: 6.8 6 Stable tag: 7.5. 06 Stable tag: 7.5.1 7 7 License: GPLv2 8 8 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 37 37 38 38 == Changelog == 39 = 7.5.1 = 40 * Feat: Adding WordPress home URL domain name to referer_url when creating transactions. 41 39 42 = 7.5.0 = 40 43 * Fik: Changed plugin display name to Quickpay for WooCommerce to comply with the WooCommerce trademark and WP guidelines. -
woocommerce-quickpay/trunk/classes/api/woocommerce-quickpay-api-transaction.php
r3395304 r3400295 184 184 'google_analytics_tracking_id' => WC_QP()->s( 'quickpay_google_analytics_tracking_id' ), 185 185 'customer_email' => $order->get_billing_email(), 186 'referer_url' => wp_parse_url( home_url(), PHP_URL_HOST ), 186 187 ]; 187 188 -
woocommerce-quickpay/trunk/woocommerce-quickpay.php
r3395304 r3400295 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.5. 06 * Version: 7.5.1 7 7 * Author: Perfect Solution 8 8 * Text Domain: woocommerce-quickpay … … 22 22 } 23 23 24 define( 'WCQP_VERSION', '7.5. 0' );24 define( 'WCQP_VERSION', '7.5.1' ); 25 25 define( 'WCQP_URL', plugins_url( __FILE__ ) ); 26 26 define( 'WCQP_PATH', plugin_dir_path( __FILE__ ) );
Note: See TracChangeset
for help on using the changeset viewer.