| @@ -4,9 +4,9 @@ | ||
| 4 | 4 | * Description: The best contact form plugin for WordPress |
| 5 | 5 | * Plugin URI: https://weformspro.com/ |
| 6 | 6 | * Author: weForms |
| 7 | 7 | * Author URI: https://weformspro.com/ |
| 8 | - * Version: 1.6.8 | |
| 8 | + * Version: 1.6.25 | |
| 9 | 9 | * License: GPL2 or later |
| 10 | 10 | * License URI: https://www.gnu.org/licenses/gpl-2.0.html |
| 11 | 11 | * Text Domain: weforms |
| 12 | 12 | * Domain Path: /languages |
| @@ -54,9 +54,9 @@ | ||
| 54 | 54 | * Plugin version |
| 55 | 55 | * |
| 56 | 56 | * @var string |
| 57 | 57 | */ |
| 58 | - public $version = '1.6.8'; | |
| 58 | + public $version = '1.6.25'; | |
| 59 | 59 | |
| 60 | 60 | /** |
| 61 | 61 | * Form field value seperator |
| 62 | 62 | * |
| @@ -98,10 +98,8 @@ | ||
| 98 | 98 | register_deactivation_hook( __FILE__, [ $this, 'deactivate' ] ); |
| 99 | 99 | |
| 100 | 100 | add_action( 'admin_init', [ $this, 'plugin_upgrades' ] ); |
| 101 | 101 | add_action( 'plugins_loaded', [ $this, 'init_plugin' ] ); |
| 102 | - | |
| 103 | - $this->init_appsero(); | |
| 104 | 102 | } |
| 105 | 103 | |
| 106 | 104 | /** |
| 107 | 105 | * Magic getter to bypass referencing plugin. |