Plugin Directory

Changeset 1400823


Ignore:
Timestamp:
04/20/2016 10:26:55 PM (10 years ago)
Author:
pushpress
Message:

tagging 1.5

Location:
pushpress-integration
Files:
2 edited
4 copied

Legend:

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

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

    r1400813 r1400823  
    44Requires at least: 3.0.1
    55Tested up to: 4.5
    6 Stable tag: 1.4.9
     6Stable tag: 1.5
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    9191Adjusted lead form for new features on pushpress.com
    9292
    93 = 1.4.3 to 1.4.9 =
     93= 1.5 =
    9494Fixes for Wordpress 4.5
  • pushpress-integration/trunk/pushpress.php

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

    r1400813 r1400823  
    44Requires at least: 3.0.1
    55Tested up to: 4.5
    6 Stable tag: 1.4.9
     6Stable tag: 1.5
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    9191Adjusted lead form for new features on pushpress.com
    9292
    93 = 1.4.3 to 1.4.9 =
     93= 1.5 =
    9494Fixes for Wordpress 4.5
Note: See TracChangeset for help on using the changeset viewer.