Plugin Directory

Changeset 2221573


Ignore:
Timestamp:
01/03/2020 11:02:05 AM (6 years ago)
Author:
wp_estatic
Message:

Update version

File:
1 edited

Legend:

Unmodified
Added
Removed
  • woo-authorize-addon/trunk/woo-authorize-addon.php

    r2220109 r2221573  
    11<?php
    22/**
    3  * Plugin Name:         Woo Authorize Addon
    4  * Description:         Woo Authorize Addon 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.3
     3 * 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
    66 * WC requires at least:2.3
    77 * WC tested up to:     3.8.1
     
    2020}
    2121if( ! defined( 'WOO_WCAUTHNET_VERSION' ) ){
    22     define( 'WOO_WCAUTHNET_VERSION', '1.1.1' );
     22    define( 'WOO_WCAUTHNET_VERSION', '2.0.4' );
    2323}
    2424
Note: See TracChangeset for help on using the changeset viewer.