| @@ -4,9 +4,9 @@ | ||
| 4 | 4 | * Plugin URI: https://sureforms.com |
| 5 | 5 | * Description: A simple yet powerful way to create modern forms for your website. |
| 6 | 6 | * Author: SureForms |
| 7 | 7 | * Author URI: https://sureforms.com/ |
| 8 | - * Version: 1.1.2 | |
| 8 | + * Version: 1.2.0 | |
| 9 | 9 | * License: GPLv2 or later |
| 10 | 10 | * Text Domain: sureforms |
| 11 | 11 | * |
| 12 | 12 | * @package sureforms |
| @@ -22,9 +22,9 @@ | ||
| 22 | 22 | define( 'SRFM_FILE', __FILE__ ); |
| 23 | 23 | define( 'SRFM_BASENAME', plugin_basename( SRFM_FILE ) ); |
| 24 | 24 | define( 'SRFM_DIR', plugin_dir_path( SRFM_FILE ) ); |
| 25 | 25 | define( 'SRFM_URL', plugins_url( '/', SRFM_FILE ) ); |
| 26 | -define( 'SRFM_VER', '1.1.2' ); | |
| 26 | +define( 'SRFM_VER', '1.2.0' ); | |
| 27 | 27 | define( 'SRFM_SLUG', 'srfm' ); |
| 28 | 28 | // ------ ADDITIONAL CONSTANTS ------- // |
| 29 | 29 | define( 'SRFM_FORMS_POST_TYPE', 'sureforms_form' ); |
| 30 | 30 | define( 'SRFM_ENTRIES', 'sureforms_entries' ); |
| @@ -30,9 +30,9 @@ | ||
| 30 | 30 | define( 'SRFM_ENTRIES', 'sureforms_entries' ); |
| 31 | 31 | define( 'SRFM_WEBSITE', 'https://sureforms.com/' ); |
| 32 | 32 | define( 'SRFM_AI_MIDDLEWARE', 'https://credits.startertemplates.com/sureforms/' ); |
| 33 | 33 | define( 'SRFM_BILLING_PORTAL', 'https://billing.sureforms.com/' ); |
| 34 | -define( 'SRFM_PRO_RECOMMENDED_VER', '1.1.1' ); | |
| 34 | +define( 'SRFM_PRO_RECOMMENDED_VER', '1.2.0' ); | |
| 35 | 35 | |
| 36 | 36 | define( 'SRFM_SURETRIGGERS_INTEGRATION_BASE_URL', 'https://app.suretriggers.com/' ); |
| 37 | 37 | |
| 38 | 38 | require_once 'plugin-loader.php'; |