Plugin Directory

Changeset 2467941


Ignore:
Timestamp:
02/03/2021 01:11:51 PM (5 years ago)
Author:
CardGate
Message:

edit requirements

Location:
cardgate
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • cardgate/tags/3.1.18/cardgate.php

    r2325086 r2467941  
    55 * Plugin URI: http://cardgate.com
    66 * Description: Integrates Cardgate Gateway for WooCommerce into WordPress
     7 * Author: CardGate
     8 * Author URI: https://www.cardgate.com
     9 * Version: 3.1.18
    710 * Text Domain: cardgate
    811 * Domain Path: /i18n/languages
    9  * Version: 3.1.17
    1012 * Requires at least: 4.4
    11  * Author: CardGate
    12  * Author URI: http://cardgate.com
    13  * License: GPL
     13 * WC requires at least: 2.1.0
     14 * WC tested up to: 4.9.0
     15 * License: GPLv3 or later
    1416 */
    1517class cardgate {
  • cardgate/tags/3.1.18/classes/CGP_Common_Gateway.php

    r2325086 r2467941  
    350350                ];
    351351            } else {
    352                 $sErrorMessage = 'CardGate error: ' . htmlspecialchars( $oException_->getMessage() );
     352                $sErrorMessage = 'CardGate error: ' .'no redirect URL';
    353353                wc_add_notice( $sErrorMessage, 'error' );
    354354
  • cardgate/tags/3.1.18/readme.txt

    r2463583 r2467941  
    55Requires at least: 4.2
    66Tested up to: 5.6
    7 WC requires at least: 2.1.0
    8 WC tested up to: 4.9.0
    9 Stable tag: 3.1.17
     7Stable tag: 3.1.18
    108License: GPLv3 or later
    119License URI: https://www.gnu.org/licenses/gpl-3.0.html
  • cardgate/trunk/cardgate.php

    r2325086 r2467941  
    55 * Plugin URI: http://cardgate.com
    66 * Description: Integrates Cardgate Gateway for WooCommerce into WordPress
     7 * Author: CardGate
     8 * Author URI: https://www.cardgate.com
     9 * Version: 3.1.18
    710 * Text Domain: cardgate
    811 * Domain Path: /i18n/languages
    9  * Version: 3.1.17
    1012 * Requires at least: 4.4
    11  * Author: CardGate
    12  * Author URI: http://cardgate.com
    13  * License: GPL
     13 * WC requires at least: 2.1.0
     14 * WC tested up to: 4.9.0
     15 * License: GPLv3 or later
    1416 */
    1517class cardgate {
  • cardgate/trunk/classes/CGP_Common_Gateway.php

    r2325086 r2467941  
    350350                ];
    351351            } else {
    352                 $sErrorMessage = 'CardGate error: ' . htmlspecialchars( $oException_->getMessage() );
     352                $sErrorMessage = 'CardGate error: ' .'no redirect URL';
    353353                wc_add_notice( $sErrorMessage, 'error' );
    354354
  • cardgate/trunk/readme.txt

    r2463583 r2467941  
    55Requires at least: 4.2
    66Tested up to: 5.6
    7 WC requires at least: 2.1.0
    8 WC tested up to: 4.9.0
    9 Stable tag: 3.1.17
     7Stable tag: 3.1.18
    108License: GPLv3 or later
    119License URI: https://www.gnu.org/licenses/gpl-3.0.html
Note: See TracChangeset for help on using the changeset viewer.