Skip to content

Commit f6b76ef

Browse files
chore(release): 1.0.0 [skip ci]
# 1.0.0 (2022-02-27) ### Features * **Release:** Initial Release ([8ec45d1](8ec45d1))
1 parent 8ec45d1 commit f6b76ef

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
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))

wpforms-honeypot.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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
@@ -22,7 +22,7 @@
2222
}
2323

2424
// Definitons.
25-
define( 'WPFORMS_HONEYPOT_VERSION' , '0.0.0-development' );
25+
define( 'WPFORMS_HONEYPOT_VERSION' , '1.0.0' );
2626
define( 'WPFORMS_HONEYPOT_CLASS', 'wpfhp-field' );
2727

2828
/**

0 commit comments

Comments
 (0)