| @@ -2,9 +2,9 @@ | ||
| 2 | 2 | /** |
| 3 | 3 | * Plugin Name: SureDonation |
| 4 | 4 | * Plugin URI: https://suredonation.com |
| 5 | 5 | * Description: A powerful donation management plugin for WordPress with campaign tracking, payment processing, and donor management. |
| 6 | - * Version: 1.6.0 | |
| 6 | + * Version: 1.1.0 | |
| 7 | 7 | * Author: SureDonation |
| 8 | 8 | * Text Domain: suredonation |
| 9 | 9 | * Domain Path: /languages |
| 10 | 10 | * Requires at least: 6.4 |
| @@ -22,9 +22,9 @@ | ||
| 22 | 22 | |
| 23 | 23 | /** |
| 24 | 24 | * Define plugin constants. |
| 25 | 25 | */ |
| 26 | -define( 'SUREDONATION_VER', '1.6.0' ); | |
| 26 | +define( 'SUREDONATION_VER', '1.1.0' ); | |
| 27 | 27 | define( 'SUREDONATION_FILE', __FILE__ ); |
| 28 | 28 | define( 'SUREDONATION_DIR', plugin_dir_path( __FILE__ ) ); |
| 29 | 29 | define( 'SUREDONATION_URL', plugin_dir_url( __FILE__ ) ); |
| 30 | 30 | define( 'SUREDONATION_BASENAME', plugin_basename( __FILE__ ) ); |
| @@ -44,13 +44,8 @@ | ||
| 44 | 44 | /** |
| 45 | 45 | * Abilities API constants. |
| 46 | 46 | */ |
| 47 | 47 | define( 'SUREDONATION_ABILITY_API_NAMESPACE', 'suredonation/' ); |
| 48 | - | |
| 49 | -/** | |
| 50 | - * OttoKit (formerly SureTriggers) integration base URL. | |
| 51 | - */ | |
| 52 | -define( 'SUREDONATION_SURETRIGGERS_INTEGRATION_BASE_URL', 'https://app.ottokit.com/' ); | |
| 53 | 48 | |
| 54 | 49 | /** |
| 55 | 50 | * Load the plugin loader. |
| 56 | 51 | */ |