Changeset 2858135
- Timestamp:
- 02/01/2023 06:51:50 AM (3 years ago)
- Location:
- woo-accounting-report
- Files:
-
- 8 edited
- 1 copied
-
tags/2.1.4 (copied) (copied from woo-accounting-report/trunk)
-
tags/2.1.4/includes/admin/class-woo-accounting-report-settings.php (modified) (1 diff)
-
tags/2.1.4/includes/class-woo-accounting-report-generic.php (modified) (1 diff)
-
tags/2.1.4/readme.txt (modified) (2 diffs)
-
tags/2.1.4/woo-accounting-report.php (modified) (2 diffs)
-
trunk/includes/admin/class-woo-accounting-report-settings.php (modified) (1 diff)
-
trunk/includes/class-woo-accounting-report-generic.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/woo-accounting-report.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
woo-accounting-report/tags/2.1.4/includes/admin/class-woo-accounting-report-settings.php
r2671090 r2858135 107 107 'date_completed' => 'Completed', 108 108 'date_paid' => 'Paid', 109 'date_created' => 'Created' 109 'date_created' => 'Created', 110 110 ), 111 111 '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 35 35 private $cc; 36 36 private $eu_tax_used = false; 37 private $report_type; 38 private $show_fortnox; 37 39 38 40 /** -
woo-accounting-report/tags/2.1.4/readme.txt
r2671090 r2858135 5 5 Tested up to: 5.9 6 6 Requires PHP: 7.0 7 Stable tag: 2.1. 37 Stable tag: 2.1.4 8 8 License: GPL-3.0 9 9 License URI: bjorntech.se/accountingreport … … 33 33 34 34 == Changelog == 35 = 2.1.4 36 * Tested with Wordpress 6.1 and WooCommerce 7.3 35 37 = 2.1.3 36 38 * New: Added option to base the report on status created -
woo-accounting-report/tags/2.1.4/woo-accounting-report.php
r2671090 r2858135 16 16 * Plugin URI: https://www.bjorntech.se/accountingreport 17 17 * Description: Generates Accounting reports 18 * Version: 2.1.318 * Version: 2.1.4 19 19 * Author: BjornTech 20 20 * Author URI: https://bjorntech.se … … 44 44 const SCRIPT_HANDLE = 'woo-accounting-report'; 45 45 const PLUGIN_FILE = __FILE__; 46 const VERSION = '2.1. 3';46 const VERSION = '2.1.4'; 47 47 48 48 public $version = self::VERSION; -
woo-accounting-report/trunk/includes/admin/class-woo-accounting-report-settings.php
r2671090 r2858135 107 107 'date_completed' => 'Completed', 108 108 'date_paid' => 'Paid', 109 'date_created' => 'Created' 109 'date_created' => 'Created', 110 110 ), 111 111 '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 35 35 private $cc; 36 36 private $eu_tax_used = false; 37 private $report_type; 38 private $show_fortnox; 37 39 38 40 /** -
woo-accounting-report/trunk/readme.txt
r2671090 r2858135 5 5 Tested up to: 5.9 6 6 Requires PHP: 7.0 7 Stable tag: 2.1. 37 Stable tag: 2.1.4 8 8 License: GPL-3.0 9 9 License URI: bjorntech.se/accountingreport … … 33 33 34 34 == Changelog == 35 = 2.1.4 36 * Tested with Wordpress 6.1 and WooCommerce 7.3 35 37 = 2.1.3 36 38 * New: Added option to base the report on status created -
woo-accounting-report/trunk/woo-accounting-report.php
r2671090 r2858135 16 16 * Plugin URI: https://www.bjorntech.se/accountingreport 17 17 * Description: Generates Accounting reports 18 * Version: 2.1.318 * Version: 2.1.4 19 19 * Author: BjornTech 20 20 * Author URI: https://bjorntech.se … … 44 44 const SCRIPT_HANDLE = 'woo-accounting-report'; 45 45 const PLUGIN_FILE = __FILE__; 46 const VERSION = '2.1. 3';46 const VERSION = '2.1.4'; 47 47 48 48 public $version = self::VERSION;
Note: See TracChangeset
for help on using the changeset viewer.