Plugin Directory

Changeset 2572802


Ignore:
Timestamp:
07/27/2021 07:30:28 AM (5 years ago)
Author:
cocolis
Message:

1.0.7 Fix order creation - The update is highly recommended.

Location:
cocolis
Files:
199 added
5 edited

Legend:

Unmodified
Added
Removed
  • cocolis/trunk/class/wc-cocolis-payment.php

    r2551836 r2572802  
    274274                        "is_passenger" => false,
    275275                        "is_packaged" => true,
    276                         "price" => floatval($order->get_subtotal_to_display(true)) * 100,
     276                        "price" => (int) $order->get_shipping_total() * 100,
    277277                        "volume" => $dimensions,
    278278                        "environment" => "objects",
  • cocolis/trunk/readme.txt

    r2551946 r2572802  
    22Contributors: cocolis
    33Tags: woocommerce, delivery, cocolis, livraison
    4 Stable tag: 1.0.6
     4Stable tag: 1.0.7
    55Requires at least: 4.7
    66Tested up to: 5.6.2
     
    5555
    5656== Changelog ==
     57= 1.0.7 =
     58* This update fixes a very important problem in submitting your orders to Cocolis. The problem is fixed in this version. The update is highly recommended.
    5759
    5860= 1.0.6 =
  • cocolis/trunk/vendor/composer/InstalledVersions.php

    r2533455 r2572802  
    2525  'root' =>
    2626  array (
    27     'pretty_version' => '1.0.0',
    28     'version' => '1.0.0.0',
     27    'pretty_version' => '1.0.6',
     28    'version' => '1.0.6.0',
    2929    'aliases' =>
    3030    array (
     
    4747    'cocolis/woocommerce' =>
    4848    array (
    49       'pretty_version' => '1.0.0',
    50       'version' => '1.0.0.0',
     49      'pretty_version' => '1.0.6',
     50      'version' => '1.0.6.0',
    5151      'aliases' =>
    5252      array (
  • cocolis/trunk/vendor/composer/installed.php

    r2533455 r2572802  
    22  'root' =>
    33  array (
    4     'pretty_version' => '1.0.0',
    5     'version' => '1.0.0.0',
     4    'pretty_version' => '1.0.6',
     5    'version' => '1.0.6.0',
    66    'aliases' =>
    77    array (
     
    2424    'cocolis/woocommerce' =>
    2525    array (
    26       'pretty_version' => '1.0.0',
    27       'version' => '1.0.0.0',
     26      'pretty_version' => '1.0.6',
     27      'version' => '1.0.6.0',
    2828      'aliases' =>
    2929      array (
  • cocolis/trunk/wc-cocolis-shipping.php

    r2551836 r2572802  
    77 * Author:  Cocolis.fr
    88 * Author URI: https://www.cocolis.fr
    9  * Version: 1.0.6
     9 * Version: 1.0.7
    1010 * Developer: Alexandre BETTAN, Sebastien FIELOUX
    1111 * Developer URI: https://github.com/btnalexandre, https://github.com/sebfie
Note: See TracChangeset for help on using the changeset viewer.