Changeset 2956968
- Timestamp:
- 08/22/2023 06:46:43 PM (3 years ago)
- Location:
- sparkpost/trunk
- Files:
-
- 3 edited
-
admin.widget.class.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
wordpress-sparkpost.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
sparkpost/trunk/admin.widget.class.php
r1866512 r2956968 399 399 ?> 400 400 <input type="text" id="template" name="sp_settings_basic[template]" class="regular-text" 401 value="<?php echo $this->settings['template']; ?>"/><br/>401 value="<?php echo esc_attr($this->settings['template']); ?>"/><br/> 402 402 <small> 403 403 <ul> -
sparkpost/trunk/readme.txt
r2409458 r2956968 3 3 Tags: sparkpost, smtp, wp_mail, mail, email 4 4 Requires at least: 5.5 5 Tested up to: 5.56 Stable tag: 3.2. 55 Tested up to: 6.2.2 6 Stable tag: 3.2.8 7 7 License: GPLv2 or later 8 8 … … 52 52 53 53 == Changelog == 54 55 = 3.2.8 = 56 - Fixed XSS Vulnerability ([168](https://github.com/SparkPost/wordpress-sparkpost/pull/169)) 57 58 = 3.2.7 = 59 - Fixed CVE-2017-9841 ([168](https://github.com/SparkPost/wordpress-sparkpost/pull/168)) 60 61 = 3.2.6 = 62 - Fixed CVE-2017-9841 ([166](https://github.com/SparkPost/wordpress-sparkpost/pull/166)) 54 63 55 64 = 3.2.5 = -
sparkpost/trunk/wordpress-sparkpost.php
r2409458 r2956968 6 6 Plugin URI: http://sparkpost.com/ 7 7 Description: Send all your email from Wordpress through SparkPost, the world's most advanced email delivery service. 8 Version: 3.2. 58 Version: 3.2.6 9 9 Author: SparkPost 10 10 Author URI: http://sparkpost.com … … 19 19 define('WPSP_PLUGIN_DIR', plugin_dir_path(__FILE__)); 20 20 define('WPSP_PLUGIN_PATH', WPSP_PLUGIN_DIR . basename(__FILE__)); 21 define('WPSP_PLUGIN_VERSION', '3.2. 5');21 define('WPSP_PLUGIN_VERSION', '3.2.6'); 22 22 23 23 require_once(WPSP_PLUGIN_DIR . 'sparkpost.class.php');
Note: See TracChangeset
for help on using the changeset viewer.