Plugin Directory

Changeset 2161605


Ignore:
Timestamp:
09/23/2019 05:10:48 PM (7 years ago)
Author:
brewlabs
Message:

Fix debug message

Location:
sendpress/trunk
Files:
3 edited

Legend:

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

    r2059327 r2161605  
    2828        $options = SendPress_Data::get_post_meta_object($_POST['formid']); 
    2929
    30         echo '<pre>';
    31         print_r($options);
    32         echo '</pre>';
     30        //echo '<pre>';
     31        //print_r($options);
     32        //echo '</pre>';
    3333
    3434
  • sendpress/trunk/readme.txt

    r2139804 r2161605  
    55Requires at least: 4.4
    66Tested up to: 5.2.1
    7 Stable tag: 1.10.8.14
     7Stable tag: 1.10.9.23
    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.10.9.23 - 2019.9.23 =
     122* remove debug log
     123
    121124= 1.10.8.14 - 2019.8.14 =
    122125* update settings for tracking in Pro
  • sendpress/trunk/sendpress.php

    r2139804 r2161605  
    22/*
    33Plugin Name: SendPress Newsletters
    4 Version: 1.10.8.14
     4Version: 1.10.9.23
    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.10.8.14' );
     22define( 'SENDPRESS_VERSION', '1.10.9.23' );
    2323define( 'SENDPRESS_URL', plugin_dir_url( __FILE__ ) );
    2424define( 'SENDPRESS_PATH', plugin_dir_path( __FILE__ ) );
Note: See TracChangeset for help on using the changeset viewer.