Plugin Directory

Changeset 3379639


Ignore:
Timestamp:
10/16/2025 05:08:01 PM (6 months ago)
Author:
mdashikul
Message:

3.5.31 updated

Location:
ultimate-addons-for-contact-form-7/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • ultimate-addons-for-contact-form-7/trunk/readme.txt

    r3373122 r3379639  
    55Tested up to: 6.8
    66Requires PHP: 7.4
    7 Stable tag: 3.5.30
     7Stable tag: 3.5.31
    88License: GPL-2.0+
    99License URI: http://www.gnu.org/licenses/gpl-2.0.txt
     
    482482== Changelog ==
    483483
     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
    484489= 3.5.30 - 05/10/2025 =
    485490
  • ultimate-addons-for-contact-form-7/trunk/ultimate-addons-for-contact-form-7.php

    r3373122 r3379639  
    44 * Plugin URI: https://cf7addons.com/
    55 * 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.30
     6 * Version: 3.5.31
    77 * Author: Themefic
    88 * Author URI: https://themefic.com/
     
    3131        define( 'UACF7_PATH', plugin_dir_path( __FILE__ ) );
    3232
    33         define( 'UACF7_VERSION', '3.5.30' );
     33        define( 'UACF7_VERSION', '3.5.31' );
    3434
    3535        if ( ! class_exists( 'Appsero\Client' ) ) {
Note: See TracChangeset for help on using the changeset viewer.