Commit ffe388c 1 parent d2200c7 commit ffe388c Copy full SHA for ffe388c
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 7
7
* Plugin Name: CF7 to Webhook
8
8
* Plugin URI: https://github.com/mariovalney/cf7-to-zapier
9
9
* Description: Use Contact Form 7 as a trigger to any Webhook.
10
- * Version: 4.0.0
10
+ * Version: 4.0.1
11
11
* Author: Mário Valney
12
12
* Author URI: http://mariovalney.com/me
13
13
* Text Domain: cf7-to-zapier
@@ -180,7 +180,7 @@ public function load_plugin_textdomain() {
180
180
*/
181
181
public function run () {
182
182
// Definitions to plugin
183
- define ( 'CFTZ_VERSION ' , '4.0.0 ' );
183
+ define ( 'CFTZ_VERSION ' , '4.0.1 ' );
184
184
define ( 'CFTZ_PLUGIN_FILE ' , __FILE__ );
185
185
define ( 'CFTZ_PLUGIN_BASENAME ' , plugin_basename ( __FILE__ ) );
186
186
define ( 'CFTZ_PLUGIN_PATH ' , WP_PLUGIN_DIR . '/ ' . dirname ( CFTZ_PLUGIN_BASENAME ) );
You can’t perform that action at this time.
0 commit comments