Plugin Directory

Changeset 3457893


Ignore:
Timestamp:
02/10/2026 10:48:55 AM (4 weeks ago)
Author:
themeisle
Message:

Update to version 3.2.9 from GitHub

Location:
wpcf7-redirect
Files:
8 edited
1 copied

Legend:

Unmodified
Added
Removed
  • wpcf7-redirect/tags/3.2.9/classes/actions/class-wpcf7r-action-firescript.php

    r3280036 r3457893  
    109109        $script = $this->get( 'script' );
    110110
    111         $script = $this->replace_tags( $script, array() );
     111        $script = $this->replace_tags( $script, true );
    112112
    113113        return $script;
  • wpcf7-redirect/tags/3.2.9/readme.txt

    r3423970 r3457893  
    44Requires at least: 5.2.0
    55Tested up to: 6.9
    6 Stable tag: 3.2.8
     6Stable tag: 3.2.9
    77License: GPLv3 or later
    88License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    153153
    154154== Changelog ==
     155
     156#####   Version 3.2.9 (2026-02-10)
     157
     158- Enhanced security
     159
     160
     161
    155162
    156163#####   Version 3.2.8 (2025-12-19)
  • wpcf7-redirect/tags/3.2.9/vendor/composer/installed.php

    r3423970 r3457893  
    22    'root' => array(
    33        'name' => 'codeinwp/redirection-for-contact-form-7',
    4         'pretty_version' => 'v3.2.8',
    5         'version' => '3.2.8.0',
    6         'reference' => '7fb33bb24bd77aa5378bd38a04372aadee884478',
     4        'pretty_version' => 'v3.2.9',
     5        'version' => '3.2.9.0',
     6        'reference' => '30a6567c5a7dc754c6420592301fbc78b5951ea7',
    77        'type' => 'wordpress-plugin',
    88        'install_path' => __DIR__ . '/../../',
     
    1212    'versions' => array(
    1313        'codeinwp/redirection-for-contact-form-7' => array(
    14             'pretty_version' => 'v3.2.8',
    15             'version' => '3.2.8.0',
    16             'reference' => '7fb33bb24bd77aa5378bd38a04372aadee884478',
     14            'pretty_version' => 'v3.2.9',
     15            'version' => '3.2.9.0',
     16            'reference' => '30a6567c5a7dc754c6420592301fbc78b5951ea7',
    1717            'type' => 'wordpress-plugin',
    1818            'install_path' => __DIR__ . '/../../',
  • wpcf7-redirect/tags/3.2.9/wpcf7-redirect.php

    r3423970 r3457893  
    33 * Plugin Name:  Redirection for Contact Form 7
    44 * Description:  The ultimate add-on for Contact Form 7 - redirect to any page after submission, fire scripts, save submissions in database, and much more options to make Contact Form 7 powerful than ever.
    5  * Version:      3.2.8
     5 * Version:      3.2.9
    66 * Author:       Themeisle
    77 * Author URI:   http://themeisle.com
     
    2929}
    3030
    31 define( 'WPCF7_PRO_REDIRECT_PLUGIN_VERSION', '3.2.8' );
     31define( 'WPCF7_PRO_REDIRECT_PLUGIN_VERSION', '3.2.9' );
    3232define( 'WPCF7_PRO_MIGRATION_VERSION', '1' );
    3333define( 'WPCF7_PRO_REDIRECT_CLASSES_PATH', plugin_dir_path( __FILE__ ) . 'classes/' );
  • wpcf7-redirect/trunk/classes/actions/class-wpcf7r-action-firescript.php

    r3280036 r3457893  
    109109        $script = $this->get( 'script' );
    110110
    111         $script = $this->replace_tags( $script, array() );
     111        $script = $this->replace_tags( $script, true );
    112112
    113113        return $script;
  • wpcf7-redirect/trunk/readme.txt

    r3423970 r3457893  
    44Requires at least: 5.2.0
    55Tested up to: 6.9
    6 Stable tag: 3.2.8
     6Stable tag: 3.2.9
    77License: GPLv3 or later
    88License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    153153
    154154== Changelog ==
     155
     156#####   Version 3.2.9 (2026-02-10)
     157
     158- Enhanced security
     159
     160
     161
    155162
    156163#####   Version 3.2.8 (2025-12-19)
  • wpcf7-redirect/trunk/vendor/composer/installed.php

    r3423970 r3457893  
    22    'root' => array(
    33        'name' => 'codeinwp/redirection-for-contact-form-7',
    4         'pretty_version' => 'v3.2.8',
    5         'version' => '3.2.8.0',
    6         'reference' => '7fb33bb24bd77aa5378bd38a04372aadee884478',
     4        'pretty_version' => 'v3.2.9',
     5        'version' => '3.2.9.0',
     6        'reference' => '30a6567c5a7dc754c6420592301fbc78b5951ea7',
    77        'type' => 'wordpress-plugin',
    88        'install_path' => __DIR__ . '/../../',
     
    1212    'versions' => array(
    1313        'codeinwp/redirection-for-contact-form-7' => array(
    14             'pretty_version' => 'v3.2.8',
    15             'version' => '3.2.8.0',
    16             'reference' => '7fb33bb24bd77aa5378bd38a04372aadee884478',
     14            'pretty_version' => 'v3.2.9',
     15            'version' => '3.2.9.0',
     16            'reference' => '30a6567c5a7dc754c6420592301fbc78b5951ea7',
    1717            'type' => 'wordpress-plugin',
    1818            'install_path' => __DIR__ . '/../../',
  • wpcf7-redirect/trunk/wpcf7-redirect.php

    r3423970 r3457893  
    33 * Plugin Name:  Redirection for Contact Form 7
    44 * Description:  The ultimate add-on for Contact Form 7 - redirect to any page after submission, fire scripts, save submissions in database, and much more options to make Contact Form 7 powerful than ever.
    5  * Version:      3.2.8
     5 * Version:      3.2.9
    66 * Author:       Themeisle
    77 * Author URI:   http://themeisle.com
     
    2929}
    3030
    31 define( 'WPCF7_PRO_REDIRECT_PLUGIN_VERSION', '3.2.8' );
     31define( 'WPCF7_PRO_REDIRECT_PLUGIN_VERSION', '3.2.9' );
    3232define( 'WPCF7_PRO_MIGRATION_VERSION', '1' );
    3333define( 'WPCF7_PRO_REDIRECT_CLASSES_PATH', plugin_dir_path( __FILE__ ) . 'classes/' );
Note: See TracChangeset for help on using the changeset viewer.