File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1+ # 1.0.0 (2022-02-27)
2+
3+
4+ ### Features
5+
6+ * ** Release:** Initial Release ([ 8ec45d1] ( https://github.com/eric-mathison/wpforms-honeypot/commit/8ec45d1943c41691d27777d14773d7546153bd20 ) )
Original file line number Diff line number Diff line change 22/**
33 * Plugin Name: WPForms Honeypot
44 * Description: Allows you to add a custom honeypot field to WPForms to help combat spam.
5- * Version: 0 .0.0-development
5+ * Version: 1 .0.0
66 * Author: Eric Mathison
77 * Text Domain: wpforms-honeypot
88 * Domain Path: /languages
2222}
2323
2424// Definitons.
25- define ( 'WPFORMS_HONEYPOT_VERSION ' , '0 .0.0-development ' );
25+ define ( 'WPFORMS_HONEYPOT_VERSION ' , '1 .0.0 ' );
2626define ( 'WPFORMS_HONEYPOT_CLASS ' , 'wpfhp-field ' );
2727
2828/**
You can’t perform that action at this time.
0 commit comments