Plugin Directory

Changeset 3485950


Ignore:
Timestamp:
03/18/2026 06:24:43 PM (9 days ago)
Author:
webdigit
Message:

version 1.0.3

Location:
gestoo-connector-for-peppol-invoicing/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • gestoo-connector-for-peppol-invoicing/trunk/gestoo-connector-for-peppol-invoicing.php

    r3485872 r3485950  
    44 * Plugin URI:        https://www.gestoo.be
    55 * Description:       WooCommerce to GestOO connector: create invoices and send via Peppol. Official invoicing stays in GestOO.
    6  * Version:           1.0.2
     6 * Version:           1.0.3
    77 * Requires at least: 6.0
    88 * Requires PHP:      7.4
     
    4242);
    4343
    44 define( 'GESTOO_PEPPOL_INVOICE_VERSION', '1.0.2' );
     44define( 'GESTOO_PEPPOL_INVOICE_VERSION', '1.0.3' );
    4545define( 'GESTOO_PEPPOL_INVOICE_PLUGIN_FILE', __FILE__ );
    4646define( 'GESTOO_PEPPOL_INVOICE_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
  • gestoo-connector-for-peppol-invoicing/trunk/includes/class-gestoo-peppol-order-handler.php

    r3485872 r3485950  
    409409            'currency'        => $order->get_currency(),
    410410            'payment_method'  => $order->get_payment_method(),
     411            'payment_method_title' => $order->get_payment_method_title(),
    411412            'shipping_method' => implode( ', ', (array) $order->get_shipping_methods() ),
    412413            'totals'          => $totals,
  • gestoo-connector-for-peppol-invoicing/trunk/readme.txt

    r3485872 r3485950  
    55Requires at least: 6.0
    66Tested up to: 6.9
    7 Stable tag: 1.0.2
     7Stable tag: 1.0.3
    88Requires PHP: 7.4
    99Requires Plugins: woocommerce
     
    8080== Changelog ==
    8181
     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
    8285= 1.0.2 =
    8386* Customer payload now includes billing phone. GestOO creates/updates a contact with name, email, and phone when creating invoices from WooCommerce orders.
     
    152155== Upgrade Notice ==
    153156
     157= 1.0.3 =
     158Payment method displayed on GestOO invoices for paid WooCommerce orders. Safe to update.
     159
    154160= 1.0.2 =
    155161Billing 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.