Changeset 1917780
- Timestamp:
- 07/31/2018 06:00:28 PM (8 years ago)
- Location:
- vat-moss/trunk
- Files:
-
- 3 edited
-
includes/class-html-elements.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
vat-moss.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
vat-moss/trunk/includes/class-html-elements.php
r1105174 r1917780 103 103 104 104 while ( $month <= 12 ) { 105 $options[date('m', mktime(0, 0, 0, $month ))] = date("F", mktime(0, 0, 0, $month));105 $options[date('m', mktime(0, 0, 0, $month, 1))] = date("F", mktime(0, 0, 0, $month, 1)); 106 106 $month++; 107 107 } -
vat-moss/trunk/readme.txt
r1904660 r1917780 5 5 Tags: VAT, HMRC, MOSS, M1SS, tax, EU, UKdigital vat, Easy Digital Downloads, edd, edd tax, edd vat, eu tax, eu vat, eu vat compliance, european tax, european vat, iva, iva ue, Mehrwertsteuer, mwst, taux de TVA, tax, TVA, VAT, vat compliance, vat moss, vat rates, vatmoss, WooCommerce 6 6 Requires at least: 3.9.2 7 Tested up to: 4.9 8 Stable Tag: 1.0.2 77 Tested up to: 4.9.7 8 Stable Tag: 1.0.28 9 9 License: GNU Version 2 or Any Later Version 10 10 … … 189 189 190 190 Added support for EDD fees which are used by the EDD 'pro' discount plugin to implement discounts. 191 192 = 1.0.28 193 194 When used on the 31st of the month only months with 31 days are included in the period selection month dropdowns 191 195 192 196 == Upgrade Notice == -
vat-moss/trunk/vat-moss.php
r1904660 r1917780 5 5 Plugin URI: http://www.wproute.com/downloads/vat-moss/ 6 6 Description: Management and submission of VAT sales to EU consumers. 7 Version: 1.0.2 78 Tested up to: 4.9. 67 Version: 1.0.28 8 Tested up to: 4.9.7 9 9 Author: Lyquidity Solutions 10 10 Author URI: http://www.wproute.com/ … … 431 431 432 432 if ( ! defined( 'VAT_MOSS_VERSION' ) ) 433 define( 'VAT_MOSS_VERSION', '1.0.2 7' );433 define( 'VAT_MOSS_VERSION', '1.0.28' ); 434 434 435 435 if ( ! defined( 'VAT_MOSS_WORDPRESS_COMPATIBILITY' ) ) 436 define( 'VAT_MOSS_WORDPRESS_COMPATIBILITY', '4.9. 6' );436 define( 'VAT_MOSS_WORDPRESS_COMPATIBILITY', '4.9.7' ); 437 437 438 438 if ( ! defined( 'VAT_MOSS_STORE_API_URL' ) )
Note: See TracChangeset
for help on using the changeset viewer.