Plugin Directory

Changeset 1757565


Ignore:
Timestamp:
11/02/2017 05:14:37 PM (8 years ago)
Author:
pushpress
Message:

removed debug text

Location:
pushpress-integration/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • pushpress-integration/trunk/inc/wp_pushpress_shortcode.php

    r1750155 r1757565  
    185185
    186186        if( !$client = get_transient( 'pp_client2' ) ){
    187             echo "<br><br>Getting Client from API";
    188187            try {
    189188                $client = Pushpress_Client::retrieve('self');
  • pushpress-integration/trunk/pushpress.php

    r1750155 r1757565  
    22/**
    33 * @package WP-PushPress
    4  * @version 1.6.4
     4 * @version 1.6.5
    55 */
    66/*
     
    99Description: Easily integrate your workouts, calendar, products, membership plans, events and more with your Wordpress blog!  This plugin is a free add-on for existing PushPress clients.  See https://pushpress.com for more info.
    1010Author: PushPress, Inc
    11 Version: 1.6.4
     11Version: 1.6.5
    1212Author URI: http://pushpress.com
    1313*/
    1414define('PUSHPRESS_LOCAL', FALSE);
    1515define('PUSHPRESS_DEV', FALSE);
    16 define( 'PP_PLUGIN_VERSION', '1.6.4');
     16define( 'PP_PLUGIN_VERSION', '1.6.5');
    1717define( 'PUSHPRESS_ERROR_REPORT', 0 );
    1818define( 'PUSHPRESS_BUTTON_CLASS',  'pushpress-button-class-' . rand(0, 10000));
  • pushpress-integration/trunk/readme.txt

    r1750155 r1757565  
    6565= 1.6.3 and 1.6.4 =
    6666Fixing Lead form and installation issues.
     67
     68= 1.6.5 =
     69Removed "Getting client from API"
Note: See TracChangeset for help on using the changeset viewer.