Changeset 1691761
- Timestamp:
- 07/06/2017 10:15:26 AM (9 years ago)
- Location:
- vat-moss/trunk
- Files:
-
- 1 deleted
- 3 edited
-
includes/class-integrations.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
test.php (deleted)
-
vat-moss.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
vat-moss/trunk/includes/class-integrations.php
r1310726 r1691761 482 482 } 483 483 484 $fetched = wp_remote_get("http://www.ecb.europa.eu/stats/eurofxref/eurofxref-hist-90d.xml"); 484 // $fetched = wp_remote_get("http://www.ecb.europa.eu/stats/eurofxref/eurofxref-hist-90d.xml"); 485 $fetched = wp_remote_get( "http://www.ecb.europa.eu/stats/eurofxref/eurofxref-hist-90d.xml", array( 'user-agent' => 'WordPress-' . $wp_version . '; ' . home_url() . ';' ) ); 486 485 487 if (is_wp_error($fetched) || 486 488 empty($fetched['response']) || -
vat-moss/trunk/readme.txt
r1512912 r1691761 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. 6.18 Stable Tag: 1.0.2 47 Tested up to: 4.7.3 8 Stable Tag: 1.0.25 9 9 License: GNU Version 2 or Any Later Version 10 10 … … 178 178 Completed the ability for a user to select the rate type for EDD payments 179 179 180 = 1.0.25 = 181 182 Fixed a problem that prevented the plugin accessing Euro exchange from the ECB web site. 183 180 184 == Upgrade Notice == 181 185 -
vat-moss/trunk/vat-moss.php
r1512912 r1691761 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 48 Tested up to: 4. 6.17 Version: 1.0.25 8 Tested up to: 4.7.3 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 4' );433 define( 'VAT_MOSS_VERSION', '1.0.25' ); 434 434 435 435 if ( ! defined( 'VAT_MOSS_WORDPRESS_COMPATIBILITY' ) ) 436 define( 'VAT_MOSS_WORDPRESS_COMPATIBILITY', '4. 6.1' );436 define( 'VAT_MOSS_WORDPRESS_COMPATIBILITY', '4.7.3' ); 437 437 438 438 if ( ! defined( 'VAT_MOSS_STORE_API_URL' ) )
Note: See TracChangeset
for help on using the changeset viewer.