Plugin Directory

Changeset 1398775


Ignore:
Timestamp:
04/19/2016 02:34:11 AM (10 years ago)
Author:
pushpress
Message:

tagging 1.4.8

Location:
pushpress-integration
Files:
4 edited
1 copied

Legend:

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

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

    r1398759 r1398775  
    44Requires at least: 3.0.1
    55Tested up to: 4.4.1
    6 Stable tag: 1.4.7
     6Stable tag: 1.4.8
    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.7 =
     93= 1.4.3 to 1.4.8 =
    9494Fixes for Wordpress 4.5
  • pushpress-integration/trunk/pushpress.php

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

    r1398759 r1398775  
    44Requires at least: 3.0.1
    55Tested up to: 4.4.1
    6 Stable tag: 1.4.7
     6Stable tag: 1.4.8
    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.7 =
     93= 1.4.3 to 1.4.8 =
    9494Fixes for Wordpress 4.5
Note: See TracChangeset for help on using the changeset viewer.