| @@ -2,13 +2,11 @@ | ||
| 2 | 2 | /** |
| 3 | 3 | * Plugin Name: SureForms |
| 4 | 4 | * Plugin URI: https://sureforms.com |
| 5 | 5 | * Description: A simple yet powerful way to create modern forms for your website. |
| 6 | - * Requires at least: 6.4 | |
| 7 | - * Requires PHP: 7.4 | |
| 8 | 6 | * Author: SureForms |
| 9 | 7 | * Author URI: https://sureforms.com/ |
| 10 | - * Version: 2.7.1 | |
| 8 | + * Version: 1.2.1 | |
| 11 | 9 | * License: GPLv2 or later |
| 12 | 10 | * Text Domain: sureforms |
| 13 | 11 | * |
| 14 | 12 | * @package sureforms |
| @@ -24,19 +22,17 @@ | ||
| 24 | 22 | define( 'SRFM_FILE', __FILE__ ); |
| 25 | 23 | define( 'SRFM_BASENAME', plugin_basename( SRFM_FILE ) ); |
| 26 | 24 | define( 'SRFM_DIR', plugin_dir_path( SRFM_FILE ) ); |
| 27 | 25 | define( 'SRFM_URL', plugins_url( '/', SRFM_FILE ) ); |
| 28 | -define( 'SRFM_VER', '2.7.1' ); | |
| 26 | +define( 'SRFM_VER', '1.2.1' ); | |
| 29 | 27 | define( 'SRFM_SLUG', 'srfm' ); |
| 30 | 28 | // ------ ADDITIONAL CONSTANTS ------- // |
| 31 | 29 | define( 'SRFM_FORMS_POST_TYPE', 'sureforms_form' ); |
| 32 | 30 | define( 'SRFM_ENTRIES', 'sureforms_entries' ); |
| 33 | -define( 'SRFM_PAYMENTS', 'sureforms_payments' ); | |
| 34 | 31 | define( 'SRFM_WEBSITE', 'https://sureforms.com/' ); |
| 35 | 32 | define( 'SRFM_AI_MIDDLEWARE', 'https://credits.startertemplates.com/sureforms/' ); |
| 36 | -define( 'SRFM_MIDDLEWARE_BASE_URL', 'https://api.sureforms.com/' ); | |
| 37 | 33 | define( 'SRFM_BILLING_PORTAL', 'https://billing.sureforms.com/' ); |
| 38 | -define( 'SRFM_PRO_RECOMMENDED_VER', '2.7.1' ); | |
| 34 | +define( 'SRFM_PRO_RECOMMENDED_VER', '1.2.1' ); | |
| 39 | 35 | |
| 40 | -define( 'SRFM_SURETRIGGERS_INTEGRATION_BASE_URL', 'https://app.ottokit.com/' ); | |
| 36 | +define( 'SRFM_SURETRIGGERS_INTEGRATION_BASE_URL', 'https://app.suretriggers.com/' ); | |
| 41 | 37 | |
| 42 | 38 | require_once 'plugin-loader.php'; |