PluginProbe
Smart Forms – when you need more than just a contact form / 0.5
Smart Forms – when you need more than just a contact form v0.5
trunk 0.5 0.5.5 0.6 0.7 0.8 0.8.5 0.9.1
← All changes | smart-forms-config.php +3 -8 trunk0.5 View file →
@@ -17,15 +17,10 @@
17 17 define('SMART_FORMS_DIR',WP_PLUGIN_DIR.'/'.SMART_FORMS_PLUGIN_NAME.'/');
18 18 define('SMART_FORMS_DIR_URL',plugin_dir_url(__FILE__));
19 19 define('SMART_FORMS_TABLE_NAME',$wpdb->prefix . "rednao_smart_forms_table_name");
20 20 define('SMART_FORMS_ENTRY',$wpdb->prefix . "rednao_smart_forms_entry");
21 -define('SMART_FORMS_ENTRY_DETAIL',$wpdb->prefix . "rednao_smart_forms_entry_detail");
22 -define('SMART_FORMS_UPLOADED_FILES',$wpdb->prefix . "rednao_smart_forms_uploaded_files");
23 -define('SMART_FORMS_LATEST_DB_VERSION',27);
24 -define('SMART_FORMS_REDNAO_URL',"http://smartforms.rednao.com/");
25 -define('SMART_FORMS_API',SMART_FORMS_DIR.'php_classes/api/query/QueryApi.php');
26 -define('SECURE_SMART_FORMS_REDNAO_URL',"http://smartforms.rednao.com/");
27 -define('SMART_FORMS_SANDBOX','n');
28 -define('SMART_FORMS_FILE_VERSION','5');
21 +define('SMART_FORMS_LATEST_DB_VERSION',4);
22 +define('SMART_FORMS_REDNAO_URL',"http://rednao.com/");
23 +
29 24
30 25
31 26 ?>