Plugin Directory

Changeset 3153503


Ignore:
Timestamp:
09/17/2024 05:08:26 PM (19 months ago)
Author:
bjorntech
Message:

releasing 3.1.1

Location:
woo-accounting-report
Files:
10 deleted
4 edited
36 copied

Legend:

Unmodified
Added
Removed
  • woo-accounting-report/tags/3.1.1/readme.txt

    r3153499 r3153503  
    33Tags: accounting, report, accountant, woocommerce, vat, vat-report, analytics
    44Requires at least: 4.9
    5 Tested up to: 6.5
     5Tested up to: 6.6
    66Requires PHP: 7.4
    7 Stable tag: 3.0.2
     7Stable tag: 3.1.1
    88License: GPL-3.0
    99License URI: https://bjorntech.com/accountingreport
     
    3131
    3232== Changelog ==
     33= 3.1.1
     34* Fix: Orders without tax class caused the old report to crash
    3335= 3.1.0
    3436* Fix: PHP errors removed
     
    3638* Fix: Handle taxes with two decimals when calculating totals, previous version caused rounding errors
    3739* New: Accounting report is now avaliable as beta in the Reports section
    38 * Verified to work with WooCommerce 8.5
    39 * Verified to work with Wordpress 6.5
     40* Verified to work with WooCommerce 9.1
     41* Verified to work with Wordpress 6.6
    4042= 3.0.3
    4143* Fix: Reports are crashing if decimals was changed in settings
  • woo-accounting-report/tags/3.1.1/src/plugin/AccountingReport.php

    r3153495 r3153503  
    9494    private function get_order_tax_classes($order)
    9595    {
    96 
     96        $return_array = [];
    9797        $order_taxes = $this->get_order_taxes($order);
    9898        foreach ($order_taxes as $order_tax) {
  • woo-accounting-report/tags/3.1.1/vendor/composer/installed.php

    r3153495 r3153503  
    44        'pretty_version' => 'dev-master',
    55        'version' => 'dev-master',
    6         'reference' => 'dd145d80e943494e28c0e8d3dae07dba428a3dda',
     6        'reference' => '0472ec097b7997a1c55de49d8fe404d99f7d6624',
    77        'type' => 'library',
    88        'install_path' => __DIR__ . '/../../',
     
    2323            'pretty_version' => 'dev-master',
    2424            'version' => 'dev-master',
    25             'reference' => 'dd145d80e943494e28c0e8d3dae07dba428a3dda',
     25            'reference' => '0472ec097b7997a1c55de49d8fe404d99f7d6624',
    2626            'type' => 'library',
    2727            'install_path' => __DIR__ . '/../../',
  • woo-accounting-report/tags/3.1.1/woo-accounting-report.php

    r3153495 r3153503  
    1616Plugin URI:        https://www.bjorntech.se/accountingreport
    1717Description:       Generates Accounting reports
    18 Version:           3.1.0
     18Version:           3.1.1
    1919Author:            BjornTech
    2020Author URI:        https://bjorntech.se
     
    2323
    2424WC requires at least: 4.0
    25 WC tested up to: 8.5
     25WC tested up to: 9.1
    2626Requires at least: 4.9
    27 Tested up to: 6.5
     27Tested up to: 6.6
    2828Requires PHP: 7.4
    2929
  • woo-accounting-report/trunk/readme.txt

    r3153499 r3153503  
    33Tags: accounting, report, accountant, woocommerce, vat, vat-report, analytics
    44Requires at least: 4.9
    5 Tested up to: 6.5
     5Tested up to: 6.6
    66Requires PHP: 7.4
    7 Stable tag: 3.0.2
     7Stable tag: 3.1.1
    88License: GPL-3.0
    99License URI: https://bjorntech.com/accountingreport
     
    3131
    3232== Changelog ==
     33= 3.1.1
     34* Fix: Orders without tax class caused the old report to crash
    3335= 3.1.0
    3436* Fix: PHP errors removed
     
    3638* Fix: Handle taxes with two decimals when calculating totals, previous version caused rounding errors
    3739* New: Accounting report is now avaliable as beta in the Reports section
    38 * Verified to work with WooCommerce 8.5
    39 * Verified to work with Wordpress 6.5
     40* Verified to work with WooCommerce 9.1
     41* Verified to work with Wordpress 6.6
    4042= 3.0.3
    4143* Fix: Reports are crashing if decimals was changed in settings
  • woo-accounting-report/trunk/src/plugin/AccountingReport.php

    r3153495 r3153503  
    9494    private function get_order_tax_classes($order)
    9595    {
    96 
     96        $return_array = [];
    9797        $order_taxes = $this->get_order_taxes($order);
    9898        foreach ($order_taxes as $order_tax) {
  • woo-accounting-report/trunk/vendor/composer/installed.php

    r3153495 r3153503  
    44        'pretty_version' => 'dev-master',
    55        'version' => 'dev-master',
    6         'reference' => 'dd145d80e943494e28c0e8d3dae07dba428a3dda',
     6        'reference' => '0472ec097b7997a1c55de49d8fe404d99f7d6624',
    77        'type' => 'library',
    88        'install_path' => __DIR__ . '/../../',
     
    2323            'pretty_version' => 'dev-master',
    2424            'version' => 'dev-master',
    25             'reference' => 'dd145d80e943494e28c0e8d3dae07dba428a3dda',
     25            'reference' => '0472ec097b7997a1c55de49d8fe404d99f7d6624',
    2626            'type' => 'library',
    2727            'install_path' => __DIR__ . '/../../',
  • woo-accounting-report/trunk/woo-accounting-report.php

    r3153495 r3153503  
    1616Plugin URI:        https://www.bjorntech.se/accountingreport
    1717Description:       Generates Accounting reports
    18 Version:           3.1.0
     18Version:           3.1.1
    1919Author:            BjornTech
    2020Author URI:        https://bjorntech.se
     
    2323
    2424WC requires at least: 4.0
    25 WC tested up to: 8.5
     25WC tested up to: 9.1
    2626Requires at least: 4.9
    27 Tested up to: 6.5
     27Tested up to: 6.6
    2828Requires PHP: 7.4
    2929
Note: See TracChangeset for help on using the changeset viewer.