Changeset 3322290
- Timestamp:
- 07/04/2025 11:44:08 AM (8 months ago)
- Location:
- accept-authorize-net-payments-using-contact-form-7
- Files:
-
- 2 deleted
- 6 edited
- 1 copied
-
tags/2.6 (copied) (copied from accept-authorize-net-payments-using-contact-form-7/trunk)
-
tags/2.6/accept-authorize.net-payments-using-contact-form-7.php (modified) (2 diffs)
-
tags/2.6/inc/class.cf7adn.php (modified) (1 diff)
-
tags/2.6/inc/front/template (deleted)
-
tags/2.6/readme.txt (modified) (2 diffs)
-
trunk/accept-authorize.net-payments-using-contact-form-7.php (modified) (2 diffs)
-
trunk/inc/class.cf7adn.php (modified) (1 diff)
-
trunk/inc/front/template (deleted)
-
trunk/readme.txt (modified) (2 diffs)
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 4 4 * Plugin URL: https://wordpress.org/plugins/accept-authorize-net-payments-using-contact-form-7/ 5 5 * Description: This plugin will integrate Authorize.NET payment gateway for making your payments through Contact Form 7. 6 * Version: 2. 56 * Version: 2.6 7 7 * Author: ZealousWeb 8 8 * Author URI: https://www.zealousweb.com … … 23 23 * 24 24 * @package Accept Authorize.NET Payments Using Contact Form 7 25 * @since 2. 525 * @since 2.6 26 26 */ 27 27 28 28 if ( !defined( 'CF7ADN_VERSION' ) ) { 29 define( 'CF7ADN_VERSION', '2. 5' ); // Version of plugin29 define( 'CF7ADN_VERSION', '2.6' ); // Version of plugin 30 30 } 31 31 -
accept-authorize-net-payments-using-contact-form-7/tags/2.6/inc/class.cf7adn.php
r3125863 r3322290 120 120 add_action('wp_ajax_nopriv_cf7_cf7adn_validation', array( $this, 'ajax__cf7_cf7adn_validation' ) ); 121 121 122 add_rewrite_rule( '^cf7adn-phpinfo(/(.*))?/?$', 'index.php?cf7adn-phpinfo=$matches[2]', 'top' );123 122 flush_rewrite_rules(); //phpcs:ignore 124 123 -
accept-authorize-net-payments-using-contact-form-7/tags/2.6/readme.txt
r3299303 r3322290 8 8 CF7 requires at least: 5.0 9 9 CF7 tested up to: 5.7.5.1 10 Version: 2. 510 Version: 2.6 11 11 CF7 tested up to: 5.8 12 Stable tag: 2. 512 Stable tag: 2.6 13 13 License: GPLv3 or later 14 14 License URI: https://spdx.org/licenses/GPL-3.0-or-later.html … … 106 106 == Changelog == 107 107 108 = 2.6 = 109 * Security Update 110 108 111 = 2.5 = 109 112 * Minor changes - Doc update -
accept-authorize-net-payments-using-contact-form-7/trunk/accept-authorize.net-payments-using-contact-form-7.php
r3299303 r3322290 4 4 * Plugin URL: https://wordpress.org/plugins/accept-authorize-net-payments-using-contact-form-7/ 5 5 * Description: This plugin will integrate Authorize.NET payment gateway for making your payments through Contact Form 7. 6 * Version: 2. 56 * Version: 2.6 7 7 * Author: ZealousWeb 8 8 * Author URI: https://www.zealousweb.com … … 23 23 * 24 24 * @package Accept Authorize.NET Payments Using Contact Form 7 25 * @since 2. 525 * @since 2.6 26 26 */ 27 27 28 28 if ( !defined( 'CF7ADN_VERSION' ) ) { 29 define( 'CF7ADN_VERSION', '2. 5' ); // Version of plugin29 define( 'CF7ADN_VERSION', '2.6' ); // Version of plugin 30 30 } 31 31 -
accept-authorize-net-payments-using-contact-form-7/trunk/inc/class.cf7adn.php
r3125863 r3322290 120 120 add_action('wp_ajax_nopriv_cf7_cf7adn_validation', array( $this, 'ajax__cf7_cf7adn_validation' ) ); 121 121 122 add_rewrite_rule( '^cf7adn-phpinfo(/(.*))?/?$', 'index.php?cf7adn-phpinfo=$matches[2]', 'top' );123 122 flush_rewrite_rules(); //phpcs:ignore 124 123 -
accept-authorize-net-payments-using-contact-form-7/trunk/readme.txt
r3299303 r3322290 8 8 CF7 requires at least: 5.0 9 9 CF7 tested up to: 5.7.5.1 10 Version: 2. 510 Version: 2.6 11 11 CF7 tested up to: 5.8 12 Stable tag: 2. 512 Stable tag: 2.6 13 13 License: GPLv3 or later 14 14 License URI: https://spdx.org/licenses/GPL-3.0-or-later.html … … 106 106 == Changelog == 107 107 108 = 2.6 = 109 * Security Update 110 108 111 = 2.5 = 109 112 * Minor changes - Doc update
Note: See TracChangeset
for help on using the changeset viewer.