Plugin Directory

Changeset 1453047


Ignore:
Timestamp:
07/12/2016 12:46:01 AM (10 years ago)
Author:
pushpress
Message:

tagging version 1.5.3

Location:
pushpress-integration
Files:
2 edited
5 copied

Legend:

Unmodified
Added
Removed
  • pushpress-integration/tags/1.5.3/pushpress.php

    r1453043 r1453047  
    22/**
    33 * @package WP-PushPress
    4  * @version 1.5.2
     4 * @version 1.5.3
    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.5.2
     11Version: 1.5.3
    1212Author URI: https://pushpress.com
    1313*/
    1414define('PUSHPRESS_DEV', FALSE);
    15 define( 'PP_PLUGIN_VERSION', '1.5.2');
     15define( 'PP_PLUGIN_VERSION', '1.5.3');
    1616define( 'PUSHPRESS_ERROR_REPORT', 0 );
    1717define( 'PUSHPRESS_BUTTON_CLASS',  'pushpress-button-class-' . rand(0, 10000));
  • pushpress-integration/tags/1.5.3/readme.txt

    r1453043 r1453047  
    44Requires at least: 3.0.1
    55Tested up to: 4.5
    6 Stable tag: 1.5.1
     6Stable tag: 1.5.3
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    9797Fixed bug on lead form: Was showing lead types when toggled to off.
    9898
    99 = 1.5.2 =
     99= 1.5.3 =
    100100Removed the lead form after submitting.
    101101Added proper source tracking to lead form. (now shows as Wordpress Plugin as the lead source)
  • pushpress-integration/trunk/pushpress.php

    r1453043 r1453047  
    22/**
    33 * @package WP-PushPress
    4  * @version 1.5.2
     4 * @version 1.5.3
    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.5.2
     11Version: 1.5.3
    1212Author URI: https://pushpress.com
    1313*/
    1414define('PUSHPRESS_DEV', FALSE);
    15 define( 'PP_PLUGIN_VERSION', '1.5.2');
     15define( 'PP_PLUGIN_VERSION', '1.5.3');
    1616define( 'PUSHPRESS_ERROR_REPORT', 0 );
    1717define( 'PUSHPRESS_BUTTON_CLASS',  'pushpress-button-class-' . rand(0, 10000));
  • pushpress-integration/trunk/readme.txt

    r1453043 r1453047  
    44Requires at least: 3.0.1
    55Tested up to: 4.5
    6 Stable tag: 1.5.1
     6Stable tag: 1.5.3
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    9797Fixed bug on lead form: Was showing lead types when toggled to off.
    9898
    99 = 1.5.2 =
     99= 1.5.3 =
    100100Removed the lead form after submitting.
    101101Added proper source tracking to lead form. (now shows as Wordpress Plugin as the lead source)
Note: See TracChangeset for help on using the changeset viewer.