Changeset 3322284
- Timestamp:
- 07/04/2025 11:33:54 AM (8 months ago)
- Location:
- accept-2checkout-payments-using-contact-form-7
- Files:
-
- 2 deleted
- 8 edited
- 1 copied
-
tags/1.6 (copied) (copied from accept-2checkout-payments-using-contact-form-7/trunk)
-
tags/1.6/accept-2checkout-payments-using-contact-form-7.php (modified) (2 diffs)
-
tags/1.6/inc/class.cf72ch.php (modified) (1 diff)
-
tags/1.6/inc/front/class.cf72ch.front.php (modified) (1 diff)
-
tags/1.6/inc/front/template (deleted)
-
tags/1.6/readme.txt (modified) (2 diffs)
-
trunk/accept-2checkout-payments-using-contact-form-7.php (modified) (2 diffs)
-
trunk/inc/class.cf72ch.php (modified) (1 diff)
-
trunk/inc/front/class.cf72ch.front.php (modified) (1 diff)
-
trunk/inc/front/template (deleted)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
accept-2checkout-payments-using-contact-form-7/tags/1.6/accept-2checkout-payments-using-contact-form-7.php
r3299300 r3322284 4 4 * Plugin URL: https://wordpress.org/plugins/accept-2checkout-payments-using-contact-form-7/ 5 5 * Description: This plugin will integrate 2checkout payment gateway for making your payments through Contact Form 7. 6 * Version: 1. 56 * Version: 1.6 7 7 * Author: ZealousWeb 8 8 * Author URI: https://www.zealousweb.com … … 24 24 * 25 25 * @package Accept 2Checkout Payments Using Contact Form 7 26 * @since 1. 526 * @since 1.6 27 27 */ 28 28 29 29 if ( !defined( 'CF72CH_VERSION' ) ) { 30 define( 'CF72CH_VERSION', '1. 5' ); // Version of plugin30 define( 'CF72CH_VERSION', '1.6' ); // Version of plugin 31 31 } 32 32 -
accept-2checkout-payments-using-contact-form-7/tags/1.6/inc/class.cf72ch.php
r2497836 r3322284 125 125 /* Initialize backend tags */ 126 126 add_action( 'wpcf7_admin_init', array( $this, 'action__cf72ch_admin_init' ), 15, 0 ); 127 add_rewrite_rule( '^cf72ch-phpinfo(/(.*))?/?$', 'index.php?cf72ch-phpinfo=$matches[2]', 'top' );128 127 flush_rewrite_rules(); 129 128 -
accept-2checkout-payments-using-contact-form-7/tags/1.6/inc/front/class.cf72ch.front.php
r3240006 r3322284 84 84 85 85 86 return CF72CH_DIR . '/inc/front/template/cf72ch-info.php';87 88 86 return $template; 89 87 } -
accept-2checkout-payments-using-contact-form-7/tags/1.6/readme.txt
r3299300 r3322284 6 6 Tested up to: 6.8 7 7 Requires PHP: 5.6 8 Stable tag: 1. 58 Stable tag: 1.6 9 9 License: GPLv3 or later License 10 Version: 1. 510 Version: 1.6 11 11 License URI: http://www.gnu.org/licenses/gpl-3.0.html 12 12 … … 114 114 == Changelog == 115 115 116 = 1.6 = 117 * Security Update 118 116 119 = 1.5 = 117 120 * Minor changes - Doc update -
accept-2checkout-payments-using-contact-form-7/trunk/accept-2checkout-payments-using-contact-form-7.php
r3299300 r3322284 4 4 * Plugin URL: https://wordpress.org/plugins/accept-2checkout-payments-using-contact-form-7/ 5 5 * Description: This plugin will integrate 2checkout payment gateway for making your payments through Contact Form 7. 6 * Version: 1. 56 * Version: 1.6 7 7 * Author: ZealousWeb 8 8 * Author URI: https://www.zealousweb.com … … 24 24 * 25 25 * @package Accept 2Checkout Payments Using Contact Form 7 26 * @since 1. 526 * @since 1.6 27 27 */ 28 28 29 29 if ( !defined( 'CF72CH_VERSION' ) ) { 30 define( 'CF72CH_VERSION', '1. 5' ); // Version of plugin30 define( 'CF72CH_VERSION', '1.6' ); // Version of plugin 31 31 } 32 32 -
accept-2checkout-payments-using-contact-form-7/trunk/inc/class.cf72ch.php
r2497836 r3322284 125 125 /* Initialize backend tags */ 126 126 add_action( 'wpcf7_admin_init', array( $this, 'action__cf72ch_admin_init' ), 15, 0 ); 127 add_rewrite_rule( '^cf72ch-phpinfo(/(.*))?/?$', 'index.php?cf72ch-phpinfo=$matches[2]', 'top' );128 127 flush_rewrite_rules(); 129 128 -
accept-2checkout-payments-using-contact-form-7/trunk/inc/front/class.cf72ch.front.php
r3240006 r3322284 84 84 85 85 86 return CF72CH_DIR . '/inc/front/template/cf72ch-info.php';87 88 86 return $template; 89 87 } -
accept-2checkout-payments-using-contact-form-7/trunk/readme.txt
r3299300 r3322284 6 6 Tested up to: 6.8 7 7 Requires PHP: 5.6 8 Stable tag: 1. 58 Stable tag: 1.6 9 9 License: GPLv3 or later License 10 Version: 1. 510 Version: 1.6 11 11 License URI: http://www.gnu.org/licenses/gpl-3.0.html 12 12 … … 114 114 == Changelog == 115 115 116 = 1.6 = 117 * Security Update 118 116 119 = 1.5 = 117 120 * Minor changes - Doc update
Note: See TracChangeset
for help on using the changeset viewer.