Plugin Directory

Changeset 2394875


Ignore:
Timestamp:
10/06/2020 11:21:45 PM (5 years ago)
Author:
brewlabs
Message:

Update link tracker

Location:
sendpress/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • sendpress/trunk/classes/public-views/class-sendpress-public-view-email.php

    r1849642 r2394875  
    4545        $message->id( $email_id );
    4646        $message->subscriber_id( $subscriber_id );
     47        $message->open_tracker(false);
     48        $message->link_tracker(false);
    4749        $message->list_id( 0 );
    4850        $body = $message->html();
  • sendpress/trunk/readme.txt

    r2366554 r2394875  
    55Requires at least: 4.4
    66Tested up to: 5.5
    7 Stable tag: 1.20.8.21
     7Stable tag: 1.20.10.6
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    119119Previous releases can be downloaded from [GitHub](https://github.com/brewlabs/sendpress/releases)
    120120
     121= 1.20.10.6 - 2020.10.6 =
     122* Update for link tracker
     123
    121124= 1.20.8.21 - 2020.8.21 =
    122125* Update for WP 5.5
  • sendpress/trunk/sendpress.php

    r2366554 r2394875  
    22/*
    33Plugin Name: SendPress Newsletters
    4 Version: 1.20.8.21
     4Version: 1.20.10.6
    55Plugin URI: https://sendpress.com
    66Description: Easy to manage Newsletters for WordPress.
     
    2020define( 'SENDPRESS_API_VERSION', 1 );
    2121define( 'SENDPRESS_MINIMUM_WP_VERSION', '3.6' );
    22 define( 'SENDPRESS_VERSION', '1.20.8.21' );
     22define( 'SENDPRESS_VERSION', '1.20.10.6' );
    2323define( 'SENDPRESS_URL', plugin_dir_url( __FILE__ ) );
    2424define( 'SENDPRESS_PATH', plugin_dir_path( __FILE__ ) );
     
    3131    define( 'SENDPRESS_FILE', __FILE__ );
    3232}
    33 
    34 define( 'SENDPRESS_LOG_ERROR', true );
    3533
    3634if ( ! defined( 'SENDPRESS_STORE_URL' ) ) {
Note: See TracChangeset for help on using the changeset viewer.