Changeset 3394548
- Timestamp:
- 11/12/2025 05:18:56 PM (5 months ago)
- Location:
- invoice-payment-for-woocommerce
- Files:
-
- 8 edited
- 1 copied
-
tags/2.7.1 (copied) (copied from invoice-payment-for-woocommerce/trunk)
-
tags/2.7.1/Admin/js/wc-invoice-payment-product-search.js (modified) (1 diff)
-
tags/2.7.1/Includes/WcPaymentInvoiceFeeOrDiscount.php (modified) (1 diff)
-
tags/2.7.1/README.txt (modified) (2 diffs)
-
tags/2.7.1/wc-invoice-payment.php (modified) (2 diffs)
-
trunk/Admin/js/wc-invoice-payment-product-search.js (modified) (1 diff)
-
trunk/Includes/WcPaymentInvoiceFeeOrDiscount.php (modified) (1 diff)
-
trunk/README.txt (modified) (2 diffs)
-
trunk/wc-invoice-payment.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
invoice-payment-for-woocommerce/tags/2.7.1/Admin/js/wc-invoice-payment-product-search.js
r3360041 r3394548 278 278 amountInput.value = totalPrice; 279 279 280 // Make fields readonly for real WooCommerce products 281 nameInput.readOnly = true; 282 amountInput.readOnly = true; 283 280 284 // Add hidden fields to store product information for real WooCommerce items 281 285 const hiddenProductId = document.createElement('input'); -
invoice-payment-for-woocommerce/tags/2.7.1/Includes/WcPaymentInvoiceFeeOrDiscount.php
r3368013 r3394548 72 72 ); 73 73 74 wp_enqueue_style(75 'wcInvoicePaymentFeeOrDiscountStyle',76 WC_PAYMENT_INVOICE_ROOT_URL . 'Public/css/wc-invoice-payment-fee-or-discount.css',77 [],78 WC_PAYMENT_INVOICE_VERSION,79 'all'80 );81 82 74 wp_localize_script('wcInvoicePaymentFeeOrDiscountScript', 'wcInvoicePaymentFeeOrDiscountVariables', [ 83 75 'methods' => $data, -
invoice-payment-for-woocommerce/tags/2.7.1/README.txt
r3391198 r3394548 5 5 Requires at least: 5.7 6 6 Tested up to: 6.8 7 Stable tag: 2.7. 07 Stable tag: 2.7.1 8 8 Requires PHP: 7.2 9 9 License: GPLv3 or later … … 118 118 119 119 == Changelog == 120 = 2.7.1 = *11/12/2025* 121 * CSS loading fix; 122 * Addition of read-only on selected product in the invoice. 123 120 124 = 2.7.0 = *10/23/2025* 121 * Add donation product type. .125 * Add donation product type. 122 126 123 127 = 2.6.4 = *09/30/2025* -
invoice-payment-for-woocommerce/tags/2.7.1/wc-invoice-payment.php
r3391198 r3394548 16 16 * Plugin URI: https://www.linknacional.com/wordpress/plugins/ 17 17 * Description: Invoice payment generation and management for WooCommerce. 18 * Version: 2.7. 018 * Version: 2.7.1 19 19 * Author: Link Nacional 20 20 * Author URI: https://www.linknacional.com/ … … 42 42 * Rename this for your plugin and update it as you release new versions. 43 43 */ 44 define('WC_PAYMENT_INVOICE_VERSION', '2.7. 0');44 define('WC_PAYMENT_INVOICE_VERSION', '2.7.1'); 45 45 define('WC_PAYMENT_INVOICE_TRANSLATION_PATH', plugin_dir_path(__FILE__) . 'languages/'); 46 46 define('WC_PAYMENT_INVOICE_ROOT_DIR', plugin_dir_path(__FILE__)); -
invoice-payment-for-woocommerce/trunk/Admin/js/wc-invoice-payment-product-search.js
r3360041 r3394548 278 278 amountInput.value = totalPrice; 279 279 280 // Make fields readonly for real WooCommerce products 281 nameInput.readOnly = true; 282 amountInput.readOnly = true; 283 280 284 // Add hidden fields to store product information for real WooCommerce items 281 285 const hiddenProductId = document.createElement('input'); -
invoice-payment-for-woocommerce/trunk/Includes/WcPaymentInvoiceFeeOrDiscount.php
r3368013 r3394548 72 72 ); 73 73 74 wp_enqueue_style(75 'wcInvoicePaymentFeeOrDiscountStyle',76 WC_PAYMENT_INVOICE_ROOT_URL . 'Public/css/wc-invoice-payment-fee-or-discount.css',77 [],78 WC_PAYMENT_INVOICE_VERSION,79 'all'80 );81 82 74 wp_localize_script('wcInvoicePaymentFeeOrDiscountScript', 'wcInvoicePaymentFeeOrDiscountVariables', [ 83 75 'methods' => $data, -
invoice-payment-for-woocommerce/trunk/README.txt
r3391198 r3394548 5 5 Requires at least: 5.7 6 6 Tested up to: 6.8 7 Stable tag: 2.7. 07 Stable tag: 2.7.1 8 8 Requires PHP: 7.2 9 9 License: GPLv3 or later … … 118 118 119 119 == Changelog == 120 = 2.7.1 = *11/12/2025* 121 * CSS loading fix; 122 * Addition of read-only on selected product in the invoice. 123 120 124 = 2.7.0 = *10/23/2025* 121 * Add donation product type. .125 * Add donation product type. 122 126 123 127 = 2.6.4 = *09/30/2025* -
invoice-payment-for-woocommerce/trunk/wc-invoice-payment.php
r3391198 r3394548 16 16 * Plugin URI: https://www.linknacional.com/wordpress/plugins/ 17 17 * Description: Invoice payment generation and management for WooCommerce. 18 * Version: 2.7. 018 * Version: 2.7.1 19 19 * Author: Link Nacional 20 20 * Author URI: https://www.linknacional.com/ … … 42 42 * Rename this for your plugin and update it as you release new versions. 43 43 */ 44 define('WC_PAYMENT_INVOICE_VERSION', '2.7. 0');44 define('WC_PAYMENT_INVOICE_VERSION', '2.7.1'); 45 45 define('WC_PAYMENT_INVOICE_TRANSLATION_PATH', plugin_dir_path(__FILE__) . 'languages/'); 46 46 define('WC_PAYMENT_INVOICE_ROOT_DIR', plugin_dir_path(__FILE__));
Note: See TracChangeset
for help on using the changeset viewer.