Changeset 3091002
- Timestamp:
- 05/22/2024 03:23:26 PM (23 months ago)
- Location:
- wpcf7-recaptcha/trunk
- Files:
-
- 3 edited
-
changelog.txt (modified) (1 diff)
-
readme.txt (modified) (3 diffs)
-
wpcf7-recaptcha.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wpcf7-recaptcha/trunk/changelog.txt
r3068673 r3091002 2 2 3 3 This is to keep track of all changes the plugin undertakes. The readme.txt should only contain the most recent 3. 4 5 = 1.4.7 = 6 7 Release Date: May 22, 2024 8 9 * Overview 10 * Updated the "Tested up to" value to support 6.5+ 4 11 5 12 = 1.4.6 = -
wpcf7-recaptcha/trunk/readme.txt
r3068673 r3091002 3 3 Tags: contact-form-7, contact-form-7-recaptcha, recaptcha, spam 4 4 Requires at least: 4.9 5 Tested up to: 6. 46 Stable tag: 1.4. 65 Tested up to: 6.5 6 Stable tag: 1.4.7 7 7 License: GPLv2 or later 8 8 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 61 61 == Changelog == 62 62 63 = 1.4.7 (2024-05-22) = 64 * Updated the "Tested up to" value to support 6.5+ 65 63 66 = 1.4.6 (2024-04-10) = 64 67 * Improved desription text ( Thanks @rickcurran ) … … 67 70 = 1.4.5 (2024-01-18) = 68 71 * Tested and updated to support WordPress 6.4: Shirley 69 70 = 1.4.4 (2023-08-09) =71 * Tested and updated to support WordPress 6.3: Lionel -
wpcf7-recaptcha/trunk/wpcf7-recaptcha.php
r3068673 r3091002 3 3 * Plugin Name: ReCaptcha v2 for Contact Form 7 4 4 * Description: ReCaptcha v2 Fix for Contact Form 7 5.1 and later. 5 * Version: 1.4. 65 * Version: 1.4.7 6 6 * Author: IQComputing 7 7 * Author URI: http://www.iqcomputing.com/ … … 25 25 * @var String 26 26 */ 27 public static $version = '1.4. 6';27 public static $version = '1.4.7'; 28 28 29 29
Note: See TracChangeset
for help on using the changeset viewer.