Changeset 3056446 for cforms2/trunk/cforms.php
- Timestamp:
- 03/22/2024 12:55:20 AM (2 years ago)
- File:
-
- 1 edited
-
cforms2/trunk/cforms.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
cforms2/trunk/cforms.php
r2875024 r3056446 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. 523 * Version: 15.0.6 24 24 * Text Domain: cforms2 25 25 */ 26 26 namespace Cforms2; 27 27 28 define('CFORMS2_VERSION', '15.0. 5');28 define('CFORMS2_VERSION', '15.0.6'); 29 29 30 30 // Debug message handling.
Note: See TracChangeset
for help on using the changeset viewer.