Changeset 2875024 for cforms2/trunk/cforms.php
- Timestamp:
- 03/05/2023 06:18:08 PM (3 years ago)
- File:
-
- 1 edited
-
cforms2/trunk/cforms.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
cforms2/trunk/cforms.php
r2353696 r2875024 21 21 * Description: cformsII is a customizable, flexible and powerful form plugin including simple spam protection, multi-step forms, role manager support and custom themes. 22 22 * Author: Oliver Seidel, Bastian Germann 23 * Version: 15.0. 423 * Version: 15.0.5 24 24 * Text Domain: cforms2 25 25 */ 26 26 namespace Cforms2; 27 27 28 define('CFORMS2_VERSION', '15.0. 4');28 define('CFORMS2_VERSION', '15.0.5'); 29 29 30 30 // Debug message handling.
Note: See TracChangeset
for help on using the changeset viewer.