Changeset 3457893
- Timestamp:
- 02/10/2026 10:48:55 AM (4 weeks ago)
- Location:
- wpcf7-redirect
- Files:
-
- 8 edited
- 1 copied
-
tags/3.2.9 (copied) (copied from wpcf7-redirect/trunk)
-
tags/3.2.9/classes/actions/class-wpcf7r-action-firescript.php (modified) (1 diff)
-
tags/3.2.9/readme.txt (modified) (2 diffs)
-
tags/3.2.9/vendor/composer/installed.php (modified) (2 diffs)
-
tags/3.2.9/wpcf7-redirect.php (modified) (2 diffs)
-
trunk/classes/actions/class-wpcf7r-action-firescript.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/vendor/composer/installed.php (modified) (2 diffs)
-
trunk/wpcf7-redirect.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wpcf7-redirect/tags/3.2.9/classes/actions/class-wpcf7r-action-firescript.php
r3280036 r3457893 109 109 $script = $this->get( 'script' ); 110 110 111 $script = $this->replace_tags( $script, array());111 $script = $this->replace_tags( $script, true ); 112 112 113 113 return $script; -
wpcf7-redirect/tags/3.2.9/readme.txt
r3423970 r3457893 4 4 Requires at least: 5.2.0 5 5 Tested up to: 6.9 6 Stable tag: 3.2. 86 Stable tag: 3.2.9 7 7 License: GPLv3 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 153 153 154 154 == Changelog == 155 156 ##### Version 3.2.9 (2026-02-10) 157 158 - Enhanced security 159 160 161 155 162 156 163 ##### Version 3.2.8 (2025-12-19) -
wpcf7-redirect/tags/3.2.9/vendor/composer/installed.php
r3423970 r3457893 2 2 'root' => array( 3 3 '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', 7 7 'type' => 'wordpress-plugin', 8 8 'install_path' => __DIR__ . '/../../', … … 12 12 'versions' => array( 13 13 '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', 17 17 'type' => 'wordpress-plugin', 18 18 'install_path' => __DIR__ . '/../../', -
wpcf7-redirect/tags/3.2.9/wpcf7-redirect.php
r3423970 r3457893 3 3 * Plugin Name: Redirection for Contact Form 7 4 4 * 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. 85 * Version: 3.2.9 6 6 * Author: Themeisle 7 7 * Author URI: http://themeisle.com … … 29 29 } 30 30 31 define( 'WPCF7_PRO_REDIRECT_PLUGIN_VERSION', '3.2. 8' );31 define( 'WPCF7_PRO_REDIRECT_PLUGIN_VERSION', '3.2.9' ); 32 32 define( 'WPCF7_PRO_MIGRATION_VERSION', '1' ); 33 33 define( 'WPCF7_PRO_REDIRECT_CLASSES_PATH', plugin_dir_path( __FILE__ ) . 'classes/' ); -
wpcf7-redirect/trunk/classes/actions/class-wpcf7r-action-firescript.php
r3280036 r3457893 109 109 $script = $this->get( 'script' ); 110 110 111 $script = $this->replace_tags( $script, array());111 $script = $this->replace_tags( $script, true ); 112 112 113 113 return $script; -
wpcf7-redirect/trunk/readme.txt
r3423970 r3457893 4 4 Requires at least: 5.2.0 5 5 Tested up to: 6.9 6 Stable tag: 3.2. 86 Stable tag: 3.2.9 7 7 License: GPLv3 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 153 153 154 154 == Changelog == 155 156 ##### Version 3.2.9 (2026-02-10) 157 158 - Enhanced security 159 160 161 155 162 156 163 ##### Version 3.2.8 (2025-12-19) -
wpcf7-redirect/trunk/vendor/composer/installed.php
r3423970 r3457893 2 2 'root' => array( 3 3 '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', 7 7 'type' => 'wordpress-plugin', 8 8 'install_path' => __DIR__ . '/../../', … … 12 12 'versions' => array( 13 13 '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', 17 17 'type' => 'wordpress-plugin', 18 18 'install_path' => __DIR__ . '/../../', -
wpcf7-redirect/trunk/wpcf7-redirect.php
r3423970 r3457893 3 3 * Plugin Name: Redirection for Contact Form 7 4 4 * 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. 85 * Version: 3.2.9 6 6 * Author: Themeisle 7 7 * Author URI: http://themeisle.com … … 29 29 } 30 30 31 define( 'WPCF7_PRO_REDIRECT_PLUGIN_VERSION', '3.2. 8' );31 define( 'WPCF7_PRO_REDIRECT_PLUGIN_VERSION', '3.2.9' ); 32 32 define( 'WPCF7_PRO_MIGRATION_VERSION', '1' ); 33 33 define( 'WPCF7_PRO_REDIRECT_CLASSES_PATH', plugin_dir_path( __FILE__ ) . 'classes/' );
Note: See TracChangeset
for help on using the changeset viewer.