Changeset 2394875
- Timestamp:
- 10/06/2020 11:21:45 PM (5 years ago)
- Location:
- sendpress/trunk
- Files:
-
- 3 edited
-
classes/public-views/class-sendpress-public-view-email.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
sendpress.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
sendpress/trunk/classes/public-views/class-sendpress-public-view-email.php
r1849642 r2394875 45 45 $message->id( $email_id ); 46 46 $message->subscriber_id( $subscriber_id ); 47 $message->open_tracker(false); 48 $message->link_tracker(false); 47 49 $message->list_id( 0 ); 48 50 $body = $message->html(); -
sendpress/trunk/readme.txt
r2366554 r2394875 5 5 Requires at least: 4.4 6 6 Tested up to: 5.5 7 Stable tag: 1.20. 8.217 Stable tag: 1.20.10.6 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 119 119 Previous releases can be downloaded from [GitHub](https://github.com/brewlabs/sendpress/releases) 120 120 121 = 1.20.10.6 - 2020.10.6 = 122 * Update for link tracker 123 121 124 = 1.20.8.21 - 2020.8.21 = 122 125 * Update for WP 5.5 -
sendpress/trunk/sendpress.php
r2366554 r2394875 2 2 /* 3 3 Plugin Name: SendPress Newsletters 4 Version: 1.20. 8.214 Version: 1.20.10.6 5 5 Plugin URI: https://sendpress.com 6 6 Description: Easy to manage Newsletters for WordPress. … … 20 20 define( 'SENDPRESS_API_VERSION', 1 ); 21 21 define( 'SENDPRESS_MINIMUM_WP_VERSION', '3.6' ); 22 define( 'SENDPRESS_VERSION', '1.20. 8.21' );22 define( 'SENDPRESS_VERSION', '1.20.10.6' ); 23 23 define( 'SENDPRESS_URL', plugin_dir_url( __FILE__ ) ); 24 24 define( 'SENDPRESS_PATH', plugin_dir_path( __FILE__ ) ); … … 31 31 define( 'SENDPRESS_FILE', __FILE__ ); 32 32 } 33 34 define( 'SENDPRESS_LOG_ERROR', true );35 33 36 34 if ( ! defined( 'SENDPRESS_STORE_URL' ) ) {
Note: See TracChangeset
for help on using the changeset viewer.