Changeset 3260167
- Timestamp:
- 03/23/2025 01:46:39 AM (12 months ago)
- Location:
- captcha-ajax
- Files:
-
- 17 added
- 2 deleted
- 2 edited
-
tags/1.10.0 (deleted)
-
tags/1.11.1 (added)
-
tags/1.11.1/DejaVuSans-Bold.ttf (added)
-
tags/1.11.1/DejaVuSansMono-Bold.ttf (added)
-
tags/1.11.1/DejaVuSerif-Bold.ttf (added)
-
tags/1.11.1/LICENSE.txt (added)
-
tags/1.11.1/assets (added)
-
tags/1.11.1/assets/Captcha_arithmetic_image.png (added)
-
tags/1.11.1/assets/Captcha_default_image.webp (added)
-
tags/1.11.1/assets/Captcha_icons_image.webp (added)
-
tags/1.11.1/assets/Captcha_minimal_image.webp (added)
-
tags/1.11.1/assets/Captcha_multicolor_image.webp (added)
-
tags/1.11.1/assets/FasterOne-Regular.ttf (added)
-
tags/1.11.1/assets/monofont.ttf (added)
-
tags/1.11.1/captcha-ajax.php (added)
-
tags/1.11.1/languages (added)
-
tags/1.11.1/readme.txt (added)
-
tags/1.11.1/uninstall.php (added)
-
tags/1.9.2 (deleted)
-
trunk/captcha-ajax.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
captcha-ajax/trunk/captcha-ajax.php
r3244954 r3260167 4 4 Plugin URI: https://captcha-ajax.eu 5 5 Description: Captcha anti-spam. Login form, registration form, lost password form. The "Ajax" method allows the "Captcha" to work fine even if a page cache is active. 6 Version: 1.11. 06 Version: 1.11.1 7 7 Author: Alessandro Lin 8 8 License: GPL-2 or later … … 782 782 \esc_html__('Captcha-Ajax', 'captcha-ajax'), 783 783 'CaptAjx\cf7Button_Callback', 784 [' nameless' => 1]784 ['version' => 2,'nameless' => 1] 785 785 ); 786 786 } … … 1458 1458 ?> 1459 1459 <div class="wrap"> 1460 <h1><?php \esc_html_e( 'Captcha Ajax ver. 1.11. 0', 'captcha-ajax' );?></h1>1460 <h1><?php \esc_html_e( 'Captcha Ajax ver. 1.11.1', 'captcha-ajax' );?></h1> 1461 1461 1462 1462 <?php -
captcha-ajax/trunk/readme.txt
r3244954 r3260167 6 6 Tested up to: 6.8 7 7 Requires PHP: 7.2.24 8 Stable tag: 1.11. 08 Stable tag: 1.11.1 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 114 114 115 115 == Changelog == 116 = 1.11.1 = 117 Fix one warning notice. 118 116 119 = 1.11.0 = 117 120 Added Captcha for WooCommerce
Note: See TracChangeset
for help on using the changeset viewer.