Plugin Directory

Changeset 1398759


Ignore:
Timestamp:
04/19/2016 01:47:46 AM (10 years ago)
Author:
pushpress
Message:

1.4.7

Location:
pushpress-integration
Files:
2 edited
3 copied

Legend:

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

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

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

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

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