Changeset 2352461
- Timestamp:
- 08/04/2020 02:17:56 PM (6 years ago)
- Location:
- ezcount/trunk
- Files:
-
- 2 edited
-
EZcount.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ezcount/trunk/EZcount.php
r2352457 r2352461 4 4 * Plugin URI: 5 5 * Description: invoicing, clearing and paypal integration plugin. 6 * Version: 1.9. 36 * Version: 1.9.4 7 7 * Author: EZcount 8 8 * Author URI: … … 210 210 ); 211 211 212 if (@$_GET['section'] == "ezcount"){ 212 $runIntegrationTest = @$_GET['page'] == 'wc-settings' && @$_GET['tab'] == 'checkout' && @$_GET['section'] == "ezcount"; 213 if ($runIntegrationTest){ 213 214 $integrationStatus = EZcount_helpers::testIntegration($this->environment,$this->api_key,$defaultEmail); 214 215 $arr = array(); -
ezcount/trunk/readme.txt
r2352457 r2352461 4 4 Tags : Invoicing and clearing for Woocommerce, by EasyCount. 5 5 Tested up to: 4.9.8 6 Version : 1.9. 36 Version : 1.9.4 7 7 Stable tag: trunk 8 8 Requires PHP: 5.4 … … 49 49 1.9.2 - improve integration tests error messages 50 50 1.9.3 - fix integration test bug 51 1.9.4 - improve the fix 51 52 52 53 == Upgrade notice ==
Note: See TracChangeset
for help on using the changeset viewer.