Changeset 3379639
- Timestamp:
- 10/16/2025 05:08:01 PM (6 months ago)
- Location:
- ultimate-addons-for-contact-form-7/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
ultimate-addons-for-contact-form-7.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ultimate-addons-for-contact-form-7/trunk/readme.txt
r3373122 r3379639 5 5 Tested up to: 6.8 6 6 Requires PHP: 7.4 7 Stable tag: 3.5.3 07 Stable tag: 3.5.31 8 8 License: GPL-2.0+ 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.txt … … 482 482 == Changelog == 483 483 484 = 3.5.31 - 16/10/2025 = 485 486 - Compatibility: Fully compatible with Contact Form 7 (v6.1.2). 487 - Update: Readme.txt information updated. 488 484 489 = 3.5.30 - 05/10/2025 = 485 490 -
ultimate-addons-for-contact-form-7/trunk/ultimate-addons-for-contact-form-7.php
r3373122 r3379639 4 4 * Plugin URI: https://cf7addons.com/ 5 5 * Description: 50+ Essential Addons for Contact Form 7 - Conditional Fields, Multi Step Forms, Redirection, Form Templates, Columns, WooCommerce, Mailchimp and more, all in one. 6 * Version: 3.5.3 06 * Version: 3.5.31 7 7 * Author: Themefic 8 8 * Author URI: https://themefic.com/ … … 31 31 define( 'UACF7_PATH', plugin_dir_path( __FILE__ ) ); 32 32 33 define( 'UACF7_VERSION', '3.5.3 0' );33 define( 'UACF7_VERSION', '3.5.31' ); 34 34 35 35 if ( ! class_exists( 'Appsero\Client' ) ) {
Note: See TracChangeset
for help on using the changeset viewer.