Plugin Directory

Changeset 3069955


Ignore:
Timestamp:
04/13/2024 09:04:44 AM (2 years ago)
Author:
bgermann
Message:

version 1.4

Location:
cforms2-really-simple-captcha/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • cforms2-really-simple-captcha/trunk/cforms2_really_simple_captcha.php

    r3069950 r3069955  
    2020 * Description: This enables the Really Simple CAPTCHA for the cformsII form plugin.
    2121 * Author: Bastian Germann
    22  * Version: 1.3
     22 * Version: 1.4
    2323 * Requires at least: 5.2
    2424 * Requires Plugins: cforms2, really-simple-captcha
    2525 * Text Domain: cforms2-really-simple-captcha
    2626 */
    27 define( 'CFORMS2_RSC_VERSION', '1.3' );
     27define( 'CFORMS2_RSC_VERSION', '1.4' );
    2828
    2929function cforms2_rsc() {
  • cforms2-really-simple-captcha/trunk/readme.txt

    r3069809 r3069955  
    2727== Changelog ==
    2828
     29= 1.4 =
     30* removed:  plugin management library
     31* added:    declarative plugin dependencies
     32
    2933= 1.3 =
    3034* enhanced: make configuration independent from cformsII (breaks the settings)
Note: See TracChangeset for help on using the changeset viewer.