Plugin Directory

Changeset 3473340


Ignore:
Timestamp:
03/03/2026 07:28:12 AM (5 weeks ago)
Author:
thegeneration
Message:

Tagging version 3.6.2

Location:
svea-checkout-for-woocommerce
Files:
1 deleted
3 edited
45 copied

Legend:

Unmodified
Added
Removed
  • svea-checkout-for-woocommerce/tags/3.6.2/inc/Models/Svea_Nshift.php

    r3468473 r3473340  
    100100            'city'     => $this->wc_order->get_shipping_city(),
    101101            'country'  => $this->wc_order->get_shipping_country(),
    102             'phone'    => $this->wc_order->get_shipping_phone(),
     102            'phone'    => $this->wc_order->get_billing_phone(),
    103103            'email'    => $this->wc_order->get_billing_email(),
    104104            'contact'  => $this->wc_order->get_formatted_shipping_full_name(),
  • svea-checkout-for-woocommerce/tags/3.6.2/readme.txt

    r3471069 r3473340  
    1010License: Apache 2.0
    1111License URI: https://www.apache.org/licenses/LICENSE-2.0
    12 Stable tag: 3.6.1
     12Stable tag: 3.6.2
    1313
    1414Supercharge your WooCommerce Store with powerful features to pay via Svea Checkout!
     
    101101== Upgrade Notice ==
    102102
     103= 3.6.2 =
     1043.6.2 is a patch release
     105
    103106= 3.6.1 =
    1041073.6.1 is a patch release
     
    439442
    440443== Changelog ==
     444
     445= 3.6.2 2026-03-03 =
     446- Use billing phone when creating stored shipment in nShift
    441447
    442448= 3.6.1 2026-02-27 =
  • svea-checkout-for-woocommerce/tags/3.6.2/svea-checkout-for-woocommerce.php

    r3471069 r3473340  
    1515 * Plugin URI: https://wordpress.org/plugins/svea-checkout-for-woocommerce/
    1616 * Description: Process payments in WooCommerce via Svea Checkout.
    17  * Version: 3.6.1
     17 * Version: 3.6.2
    1818 * Requires Plugins: woocommerce
    1919 * Author: The Generation AB
     
    4848         * Version of plugin
    4949         */
    50         const VERSION = '3.6.1';
     50        const VERSION = '3.6.2';
    5151
    5252        /**
  • svea-checkout-for-woocommerce/trunk/inc/Models/Svea_Nshift.php

    r3468473 r3473340  
    100100            'city'     => $this->wc_order->get_shipping_city(),
    101101            'country'  => $this->wc_order->get_shipping_country(),
    102             'phone'    => $this->wc_order->get_shipping_phone(),
     102            'phone'    => $this->wc_order->get_billing_phone(),
    103103            'email'    => $this->wc_order->get_billing_email(),
    104104            'contact'  => $this->wc_order->get_formatted_shipping_full_name(),
  • svea-checkout-for-woocommerce/trunk/readme.txt

    r3471069 r3473340  
    1010License: Apache 2.0
    1111License URI: https://www.apache.org/licenses/LICENSE-2.0
    12 Stable tag: 3.6.1
     12Stable tag: 3.6.2
    1313
    1414Supercharge your WooCommerce Store with powerful features to pay via Svea Checkout!
     
    101101== Upgrade Notice ==
    102102
     103= 3.6.2 =
     1043.6.2 is a patch release
     105
    103106= 3.6.1 =
    1041073.6.1 is a patch release
     
    439442
    440443== Changelog ==
     444
     445= 3.6.2 2026-03-03 =
     446- Use billing phone when creating stored shipment in nShift
    441447
    442448= 3.6.1 2026-02-27 =
  • svea-checkout-for-woocommerce/trunk/svea-checkout-for-woocommerce.php

    r3471069 r3473340  
    1515 * Plugin URI: https://wordpress.org/plugins/svea-checkout-for-woocommerce/
    1616 * Description: Process payments in WooCommerce via Svea Checkout.
    17  * Version: 3.6.1
     17 * Version: 3.6.2
    1818 * Requires Plugins: woocommerce
    1919 * Author: The Generation AB
     
    4848         * Version of plugin
    4949         */
    50         const VERSION = '3.6.1';
     50        const VERSION = '3.6.2';
    5151
    5252        /**
Note: See TracChangeset for help on using the changeset viewer.