Plugin Directory

Changeset 2858135


Ignore:
Timestamp:
02/01/2023 06:51:50 AM (3 years ago)
Author:
bjorntech
Message:

tagging version 2.1.4

Location:
woo-accounting-report
Files:
8 edited
1 copied

Legend:

Unmodified
Added
Removed
  • woo-accounting-report/tags/2.1.4/includes/admin/class-woo-accounting-report-settings.php

    r2671090 r2858135  
    107107                    'date_completed' => 'Completed',
    108108                    'date_paid' => 'Paid',
    109                     'date_created' => 'Created'
     109                    'date_created' => 'Created',
    110110                ),
    111111                'description' => __('Base the report on when a transaction was set to "paid" status or the "completed" status', 'woo-accounting-report'),
  • woo-accounting-report/tags/2.1.4/includes/class-woo-accounting-report-generic.php

    r2664566 r2858135  
    3535    private $cc;
    3636    private $eu_tax_used = false;
     37    private $report_type;
     38    private $show_fortnox;
    3739
    3840    /**
  • woo-accounting-report/tags/2.1.4/readme.txt

    r2671090 r2858135  
    55Tested up to: 5.9
    66Requires PHP: 7.0
    7 Stable tag: 2.1.3
     7Stable tag: 2.1.4
    88License: GPL-3.0
    99License URI: bjorntech.se/accountingreport
     
    3333
    3434== Changelog ==
     35= 2.1.4
     36* Tested with Wordpress 6.1 and WooCommerce 7.3
    3537= 2.1.3
    3638* New: Added option to base the report on status created
  • woo-accounting-report/tags/2.1.4/woo-accounting-report.php

    r2671090 r2858135  
    1616 * Plugin URI:        https://www.bjorntech.se/accountingreport
    1717 * Description:       Generates Accounting reports
    18  * Version:           2.1.3
     18 * Version:             2.1.4
    1919 * Author:            BjornTech
    2020 * Author URI:        https://bjorntech.se
     
    4444    const SCRIPT_HANDLE = 'woo-accounting-report';
    4545    const PLUGIN_FILE = __FILE__;
    46     const VERSION = '2.1.3';
     46    const VERSION = '2.1.4';
    4747
    4848    public $version = self::VERSION;
  • woo-accounting-report/trunk/includes/admin/class-woo-accounting-report-settings.php

    r2671090 r2858135  
    107107                    'date_completed' => 'Completed',
    108108                    'date_paid' => 'Paid',
    109                     'date_created' => 'Created'
     109                    'date_created' => 'Created',
    110110                ),
    111111                'description' => __('Base the report on when a transaction was set to "paid" status or the "completed" status', 'woo-accounting-report'),
  • woo-accounting-report/trunk/includes/class-woo-accounting-report-generic.php

    r2664566 r2858135  
    3535    private $cc;
    3636    private $eu_tax_used = false;
     37    private $report_type;
     38    private $show_fortnox;
    3739
    3840    /**
  • woo-accounting-report/trunk/readme.txt

    r2671090 r2858135  
    55Tested up to: 5.9
    66Requires PHP: 7.0
    7 Stable tag: 2.1.3
     7Stable tag: 2.1.4
    88License: GPL-3.0
    99License URI: bjorntech.se/accountingreport
     
    3333
    3434== Changelog ==
     35= 2.1.4
     36* Tested with Wordpress 6.1 and WooCommerce 7.3
    3537= 2.1.3
    3638* New: Added option to base the report on status created
  • woo-accounting-report/trunk/woo-accounting-report.php

    r2671090 r2858135  
    1616 * Plugin URI:        https://www.bjorntech.se/accountingreport
    1717 * Description:       Generates Accounting reports
    18  * Version:           2.1.3
     18 * Version:             2.1.4
    1919 * Author:            BjornTech
    2020 * Author URI:        https://bjorntech.se
     
    4444    const SCRIPT_HANDLE = 'woo-accounting-report';
    4545    const PLUGIN_FILE = __FILE__;
    46     const VERSION = '2.1.3';
     46    const VERSION = '2.1.4';
    4747
    4848    public $version = self::VERSION;
Note: See TracChangeset for help on using the changeset viewer.