Changeset 3485950
- Timestamp:
- 03/18/2026 06:24:43 PM (9 days ago)
- Location:
- gestoo-connector-for-peppol-invoicing/trunk
- Files:
-
- 3 edited
-
gestoo-connector-for-peppol-invoicing.php (modified) (2 diffs)
-
includes/class-gestoo-peppol-order-handler.php (modified) (1 diff)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
gestoo-connector-for-peppol-invoicing/trunk/gestoo-connector-for-peppol-invoicing.php
r3485872 r3485950 4 4 * Plugin URI: https://www.gestoo.be 5 5 * Description: WooCommerce to GestOO connector: create invoices and send via Peppol. Official invoicing stays in GestOO. 6 * Version: 1.0. 26 * Version: 1.0.3 7 7 * Requires at least: 6.0 8 8 * Requires PHP: 7.4 … … 42 42 ); 43 43 44 define( 'GESTOO_PEPPOL_INVOICE_VERSION', '1.0. 2' );44 define( 'GESTOO_PEPPOL_INVOICE_VERSION', '1.0.3' ); 45 45 define( 'GESTOO_PEPPOL_INVOICE_PLUGIN_FILE', __FILE__ ); 46 46 define( 'GESTOO_PEPPOL_INVOICE_PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); -
gestoo-connector-for-peppol-invoicing/trunk/includes/class-gestoo-peppol-order-handler.php
r3485872 r3485950 409 409 'currency' => $order->get_currency(), 410 410 'payment_method' => $order->get_payment_method(), 411 'payment_method_title' => $order->get_payment_method_title(), 411 412 'shipping_method' => implode( ', ', (array) $order->get_shipping_methods() ), 412 413 'totals' => $totals, -
gestoo-connector-for-peppol-invoicing/trunk/readme.txt
r3485872 r3485950 5 5 Requires at least: 6.0 6 6 Tested up to: 6.9 7 Stable tag: 1.0. 27 Stable tag: 1.0.3 8 8 Requires PHP: 7.4 9 9 Requires Plugins: woocommerce … … 80 80 == Changelog == 81 81 82 = 1.0.3 = 83 * Payload now includes payment_method_title (human-readable payment method). When an order is paid, GestOO invoice displays "Commande WooCommerce payée via [method] le [date]" instead of standard payment conditions. 84 82 85 = 1.0.2 = 83 86 * Customer payload now includes billing phone. GestOO creates/updates a contact with name, email, and phone when creating invoices from WooCommerce orders. … … 152 155 == Upgrade Notice == 153 156 157 = 1.0.3 = 158 Payment method displayed on GestOO invoices for paid WooCommerce orders. Safe to update. 159 154 160 = 1.0.2 = 155 161 Billing phone sent to GestOO for contact creation. VAT stored with separate country code. Safe to update.
Note: See TracChangeset
for help on using the changeset viewer.