Changeset 3452102 for sureforms/tags/2.5.0/sureforms.php
- Timestamp:
- 02/02/2026 01:04:42 PM (8 weeks ago)
- Location:
- sureforms/tags/2.5.0
- Files:
-
- 1 edited
- 1 copied
-
. (copied) (copied from sureforms/trunk)
-
sureforms.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
sureforms/tags/2.5.0/sureforms.php
r3443209 r3452102 8 8 * Author: SureForms 9 9 * Author URI: https://sureforms.com/ 10 * Version: 2. 4.010 * Version: 2.5.0 11 11 * License: GPLv2 or later 12 12 * Text Domain: sureforms … … 26 26 define( 'SRFM_DIR', plugin_dir_path( SRFM_FILE ) ); 27 27 define( 'SRFM_URL', plugins_url( '/', SRFM_FILE ) ); 28 define( 'SRFM_VER', '2. 4.0' );28 define( 'SRFM_VER', '2.5.0' ); 29 29 define( 'SRFM_SLUG', 'srfm' ); 30 30 // ------ ADDITIONAL CONSTANTS ------- // … … 36 36 define( 'SRFM_MIDDLEWARE_BASE_URL', 'https://api.sureforms.com/' ); 37 37 define( 'SRFM_BILLING_PORTAL', 'https://billing.sureforms.com/' ); 38 define( 'SRFM_PRO_RECOMMENDED_VER', '2. 4.0' );38 define( 'SRFM_PRO_RECOMMENDED_VER', '2.5.0' ); 39 39 40 40 define( 'SRFM_SURETRIGGERS_INTEGRATION_BASE_URL', 'https://app.ottokit.com/' );
Note: See TracChangeset
for help on using the changeset viewer.