Changeset 1512912
- Timestamp:
- 10/11/2016 08:05:55 PM (9 years ago)
- Location:
- vat-moss/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
vat-moss.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
vat-moss/trunk/readme.txt
r1511006 r1512912 6 6 Requires at least: 3.9.2 7 7 Tested up to: 4.6.1 8 Stable Tag: 1.0.2 38 Stable Tag: 1.0.24 9 9 License: GNU Version 2 or Any Later Version 10 10 … … 174 174 Update WordPress supported version 175 175 176 = 1.0.24 = 177 178 Completed the ability for a user to select the rate type for EDD payments 179 176 180 == Upgrade Notice == 177 181 -
vat-moss/trunk/vat-moss.php
r1512669 r1512912 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 37 Version: 1.0.24 8 8 Tested up to: 4.6.1 9 9 Author: Lyquidity Solutions … … 431 431 432 432 if ( ! defined( 'VAT_MOSS_VERSION' ) ) 433 define( 'VAT_MOSS_VERSION', '1.0.2 3' );433 define( 'VAT_MOSS_VERSION', '1.0.24' ); 434 434 435 435 if ( ! defined( 'VAT_MOSS_WORDPRESS_COMPATIBILITY' ) )
Note: See TracChangeset
for help on using the changeset viewer.