Plugin Directory

Changeset 1580681


Ignore:
Timestamp:
01/23/2017 10:45:25 PM (9 years ago)
Author:
pushpress
Message:

Bumping version

Location:
pushpress-integration/trunk
Files:
2 edited

Legend:

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

    r1580671 r1580681  
    22/**
    33 * @package WP-PushPress
    4  * @version 1.5.12
     4 * @version 1.5.13
    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.12
     11Version: 1.5.13
    1212Author URI: https://pushpress.com
    1313*/
    1414define('PUSHPRESS_LOCAL', FALSE);
    1515define('PUSHPRESS_DEV', FALSE);
    16 define( 'PP_PLUGIN_VERSION', '1.5.12');
     16define( 'PP_PLUGIN_VERSION', '1.5.13');
    1717define( 'PUSHPRESS_ERROR_REPORT', 0 );
    1818define( 'PUSHPRESS_BUTTON_CLASS',  'pushpress-button-class-' . rand(0, 10000));
  • pushpress-integration/trunk/readme.txt

    r1580671 r1580681  
    44Requires at least: 3.0.1
    55Tested up to: 4.6.1
    6 Stable tag: 1.5.11
     6Stable tag: 1.5.13
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset for help on using the changeset viewer.