Plugin Directory

Changeset 2397152


Ignore:
Timestamp:
10/10/2020 10:36:54 AM (5 years ago)
Author:
jank404
Message:

v1.1.11

Location:
apollo/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • apollo/trunk/apollo.php

    r2380272 r2397152  
    1414defined( 'ABSPATH' ) or exit;
    1515
    16 define( 'APOLLO_VERSION', '1.1.10' );
     16define( 'APOLLO_VERSION', '1.1.11' );
    1717
    1818function apollo_load_plugin() {
  • apollo/trunk/includes/admin/invoice.php

    r2380272 r2397152  
    194194        ),
    195195        "_documentItems" => $SI_products_data,
    196         "documentCategories" => array(array( 'categoryAlias' => isset($category) && $category != '' ? $category : 'woocommerce-shop' ))
     196        "documentCategories" => array(array( 'categoryAlias' => isset($category) && $category != '' ? $category : 'woocommerce-shop' )),
     197        "expectedTotalWithTax" => $order->get_total()
    197198      );
    198199      // if fiscalization is enabled and we making invoice, add the fiscalization data
  • apollo/trunk/readme.txt

    r2380272 r2397152  
    8585
    8686== Changelog ==
     87= 1.1.11 - October 10, 2020 =
     88
     89- Fixed: Minor price calculation fixes
     90
    8791= 1.1.10 - September 13, 2020 =
    8892
Note: See TracChangeset for help on using the changeset viewer.