We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b16f50d commit 789c392Copy full SHA for 789c392
1 file changed
cf7-zoom-webinar-registration.php
@@ -3,7 +3,7 @@
3
Plugin Name: CF7 Zoom Webinar registration
4
Plugin URI: https://github.com/usame-algan/cf7-zoom-webinar-registration
5
Description: Allow registrations for your Zoom Webinar through Wordpress Contact Form 7
6
- Version: 1.0.0
+ Version: 1.0.4
7
Author: Usame Algan
8
Author URI: https://usamealgan.com
9
Text Domain: cf7-zwr
@@ -17,7 +17,7 @@
17
* Plugin constants
18
*/
19
if (!defined('CF7_ZWR_VERSION')) {
20
- define('CF7_ZWR_VERSION', '1.0.0' );
+ define('CF7_ZWR_VERSION', '1.0.4' );
21
}
22
23
if (!defined('CF7_ZWR_PATH')) {
0 commit comments