Changeset 2221573
- Timestamp:
- 01/03/2020 11:02:05 AM (6 years ago)
- File:
-
- 1 edited
-
woo-authorize-addon/trunk/woo-authorize-addon.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
woo-authorize-addon/trunk/woo-authorize-addon.php
r2220109 r2221573 1 1 <?php 2 2 /** 3 * Plugin Name: Woo Authorize Addon4 * Description: Woo Authorize Addonallows you to accept payments on your Woocommerce store. It accpets credit card payments and processes them securely with your merchant account.5 * Version: 2.0. 33 * Plugin Name: Addon for Authorize and WooCommerce 4 * Description: Addon for Authorize and WooCommerce allows you to accept payments on your Woocommerce store. It accpets credit card payments and processes them securely with your merchant account. 5 * Version: 2.0.4 6 6 * WC requires at least:2.3 7 7 * WC tested up to: 3.8.1 … … 20 20 } 21 21 if( ! defined( 'WOO_WCAUTHNET_VERSION' ) ){ 22 define( 'WOO_WCAUTHNET_VERSION', ' 1.1.1' );22 define( 'WOO_WCAUTHNET_VERSION', '2.0.4' ); 23 23 } 24 24
Note: See TracChangeset
for help on using the changeset viewer.