PluginProbe
FormLayer / 1.0.7
FormLayer v1.0.7
1.0.9 1.0.8 1.0.7 1.0.6 trunk 1.0.3 1.0.4 1.0.5
← All changes | formlayer.php +2 -4 trunk1.0.7 View file →
@@ -2,9 +2,9 @@
2 2 /**
3 3 Plugin Name: FormLayer
4 4 Plugin URI: https://formlayer.net
5 5 Description: Build fast and powerful contact forms in WordPress with an intuitive drag-and-drop builder packed with smart features.
6 -Version: 1.0.9
6 +Version: 1.0.7
7 7 Author: Softaculous Team
8 8 Author URI: https://softaculous.com/
9 9 Text Domain: formlayer
10 10 License: GPLv2
@@ -19,9 +19,9 @@
19 19 exit;
20 20 }
21 21
22 22 // Define Constants
23 -define('FORMLAYER_VERSION', '1.0.9' );
23 +define('FORMLAYER_VERSION', '1.0.7' );
24 24 define('FORMLAYER_FILE', __FILE__);
25 25 define('FORMLAYER_PLUGIN_DIR', plugin_dir_path(__FILE__));
26 26 define('FORMLAYER_PLUGIN_URL', plugin_dir_url(__FILE__));
27 27 define('FORMLAYER_ASSETS_URL', FORMLAYER_PLUGIN_URL . 'assets');
@@ -57,10 +57,8 @@
57 57
58 58 if(wp_doing_ajax()){
59 59 \FormLayer\Ajax::hooks();
60 60 }
61 -
62 - \FormLayer\Migration::init();
63 61
64 62 // Load frontend class and init (priority 15)
65 63 add_action('init', '\FormLayer\Frontend::init', 15);
66 64