Changeset 3069955
- Timestamp:
- 04/13/2024 09:04:44 AM (2 years ago)
- Location:
- cforms2-really-simple-captcha/trunk
- Files:
-
- 2 edited
-
cforms2_really_simple_captcha.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
cforms2-really-simple-captcha/trunk/cforms2_really_simple_captcha.php
r3069950 r3069955 20 20 * Description: This enables the Really Simple CAPTCHA for the cformsII form plugin. 21 21 * Author: Bastian Germann 22 * Version: 1. 322 * Version: 1.4 23 23 * Requires at least: 5.2 24 24 * Requires Plugins: cforms2, really-simple-captcha 25 25 * Text Domain: cforms2-really-simple-captcha 26 26 */ 27 define( 'CFORMS2_RSC_VERSION', '1. 3' );27 define( 'CFORMS2_RSC_VERSION', '1.4' ); 28 28 29 29 function cforms2_rsc() { -
cforms2-really-simple-captcha/trunk/readme.txt
r3069809 r3069955 27 27 == Changelog == 28 28 29 = 1.4 = 30 * removed: plugin management library 31 * added: declarative plugin dependencies 32 29 33 = 1.3 = 30 34 * enhanced: make configuration independent from cformsII (breaks the settings)
Note: See TracChangeset
for help on using the changeset viewer.