PluginProbe
SureForms – Contact Form Builder, AI Forms, Payment Form, Survey & Quiz / 1.12.2
SureForms – Contact Form Builder, AI Forms, Payment Form, Survey & Quiz v1.12.2
2.12.6 2.12.5 2.12.4 2.12.3 2.12.2 2.12.1 2.12.0 2.11.1 2.11.0 2.10.1 2.10.0 2.9.1 2.9.0 2.8.2 2.8.1 2.7.0 2.7.1 2.8.0 trunk 0.0.10 0.0.11 0.0.12 0.0.13 0.0.2 0.0.3 All 96 releases
← All changes | sureforms.php +3 -5 2.8.21.12.2 View file →
@@ -6,9 +6,9 @@
6 6 * Requires at least: 6.4
7 7 * Requires PHP: 7.4
8 8 * Author: SureForms
9 9 * Author URI: https://sureforms.com/
10 - * Version: 2.8.2
10 + * Version: 1.12.2
11 11 * License: GPLv2 or later
12 12 * Text Domain: sureforms
13 13 *
14 14 * @package sureforms
@@ -24,19 +24,17 @@
24 24 define( 'SRFM_FILE', __FILE__ );
25 25 define( 'SRFM_BASENAME', plugin_basename( SRFM_FILE ) );
26 26 define( 'SRFM_DIR', plugin_dir_path( SRFM_FILE ) );
27 27 define( 'SRFM_URL', plugins_url( '/', SRFM_FILE ) );
28 -define( 'SRFM_VER', '2.8.2' );
28 +define( 'SRFM_VER', '1.12.2' );
29 29 define( 'SRFM_SLUG', 'srfm' );
30 30 // ------ ADDITIONAL CONSTANTS ------- //
31 31 define( 'SRFM_FORMS_POST_TYPE', 'sureforms_form' );
32 32 define( 'SRFM_ENTRIES', 'sureforms_entries' );
33 -define( 'SRFM_PAYMENTS', 'sureforms_payments' );
34 33 define( 'SRFM_WEBSITE', 'https://sureforms.com/' );
35 34 define( 'SRFM_AI_MIDDLEWARE', 'https://credits.startertemplates.com/sureforms/' );
36 -define( 'SRFM_MIDDLEWARE_BASE_URL', 'https://api.sureforms.com/' );
37 35 define( 'SRFM_BILLING_PORTAL', 'https://billing.sureforms.com/' );
38 -define( 'SRFM_PRO_RECOMMENDED_VER', '2.8.3' );
36 +define( 'SRFM_PRO_RECOMMENDED_VER', '1.12.2' );
39 37
40 38 define( 'SRFM_SURETRIGGERS_INTEGRATION_BASE_URL', 'https://app.ottokit.com/' );
41 39
42 40 require_once 'plugin-loader.php';