Plugin Directory

Changeset 3322290


Ignore:
Timestamp:
07/04/2025 11:44:08 AM (8 months ago)
Author:
zealopensource
Message:

Update to version 2.6 from GitHub

Location:
accept-authorize-net-payments-using-contact-form-7
Files:
2 deleted
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • accept-authorize-net-payments-using-contact-form-7/tags/2.6/accept-authorize.net-payments-using-contact-form-7.php

    r3299303 r3322290  
    44 * Plugin URL: https://wordpress.org/plugins/accept-authorize-net-payments-using-contact-form-7/
    55 * Description:  This plugin will integrate Authorize.NET payment gateway for making your payments through Contact Form 7.
    6  * Version: 2.5
     6 * Version: 2.6
    77 * Author: ZealousWeb
    88 * Author URI: https://www.zealousweb.com
     
    2323 *
    2424 * @package Accept Authorize.NET Payments Using Contact Form 7
    25  * @since 2.5
     25 * @since 2.6
    2626 */
    2727
    2828if ( !defined( 'CF7ADN_VERSION' ) ) {
    29   define( 'CF7ADN_VERSION', '2.5' ); // Version of plugin
     29  define( 'CF7ADN_VERSION', '2.6' ); // Version of plugin
    3030}
    3131
  • accept-authorize-net-payments-using-contact-form-7/tags/2.6/inc/class.cf7adn.php

    r3125863 r3322290  
    120120            add_action('wp_ajax_nopriv_cf7_cf7adn_validation', array( $this, 'ajax__cf7_cf7adn_validation' ) );
    121121
    122             add_rewrite_rule( '^cf7adn-phpinfo(/(.*))?/?$', 'index.php?cf7adn-phpinfo=$matches[2]', 'top' );
    123122            flush_rewrite_rules(); //phpcs:ignore
    124123
  • accept-authorize-net-payments-using-contact-form-7/tags/2.6/readme.txt

    r3299303 r3322290  
    88CF7 requires at least: 5.0
    99CF7 tested up to: 5.7.5.1
    10 Version: 2.5
     10Version: 2.6
    1111CF7 tested up to: 5.8
    12 Stable tag: 2.5
     12Stable tag: 2.6
    1313License: GPLv3 or later
    1414License URI: https://spdx.org/licenses/GPL-3.0-or-later.html
     
    106106== Changelog ==
    107107
     108= 2.6 =
     109* Security Update
     110
    108111= 2.5 =
    109112* Minor changes - Doc update
  • accept-authorize-net-payments-using-contact-form-7/trunk/accept-authorize.net-payments-using-contact-form-7.php

    r3299303 r3322290  
    44 * Plugin URL: https://wordpress.org/plugins/accept-authorize-net-payments-using-contact-form-7/
    55 * Description:  This plugin will integrate Authorize.NET payment gateway for making your payments through Contact Form 7.
    6  * Version: 2.5
     6 * Version: 2.6
    77 * Author: ZealousWeb
    88 * Author URI: https://www.zealousweb.com
     
    2323 *
    2424 * @package Accept Authorize.NET Payments Using Contact Form 7
    25  * @since 2.5
     25 * @since 2.6
    2626 */
    2727
    2828if ( !defined( 'CF7ADN_VERSION' ) ) {
    29   define( 'CF7ADN_VERSION', '2.5' ); // Version of plugin
     29  define( 'CF7ADN_VERSION', '2.6' ); // Version of plugin
    3030}
    3131
  • accept-authorize-net-payments-using-contact-form-7/trunk/inc/class.cf7adn.php

    r3125863 r3322290  
    120120            add_action('wp_ajax_nopriv_cf7_cf7adn_validation', array( $this, 'ajax__cf7_cf7adn_validation' ) );
    121121
    122             add_rewrite_rule( '^cf7adn-phpinfo(/(.*))?/?$', 'index.php?cf7adn-phpinfo=$matches[2]', 'top' );
    123122            flush_rewrite_rules(); //phpcs:ignore
    124123
  • accept-authorize-net-payments-using-contact-form-7/trunk/readme.txt

    r3299303 r3322290  
    88CF7 requires at least: 5.0
    99CF7 tested up to: 5.7.5.1
    10 Version: 2.5
     10Version: 2.6
    1111CF7 tested up to: 5.8
    12 Stable tag: 2.5
     12Stable tag: 2.6
    1313License: GPLv3 or later
    1414License URI: https://spdx.org/licenses/GPL-3.0-or-later.html
     
    106106== Changelog ==
    107107
     108= 2.6 =
     109* Security Update
     110
    108111= 2.5 =
    109112* Minor changes - Doc update
Note: See TracChangeset for help on using the changeset viewer.