Changeset 1580681
- Timestamp:
- 01/23/2017 10:45:25 PM (9 years ago)
- Location:
- pushpress-integration/trunk
- Files:
-
- 2 edited
-
pushpress.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
pushpress-integration/trunk/pushpress.php
r1580671 r1580681 2 2 /** 3 3 * @package WP-PushPress 4 * @version 1.5.1 24 * @version 1.5.13 5 5 */ 6 6 /* … … 9 9 Description: 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. 10 10 Author: PushPress, Inc 11 Version: 1.5.1 211 Version: 1.5.13 12 12 Author URI: https://pushpress.com 13 13 */ 14 14 define('PUSHPRESS_LOCAL', FALSE); 15 15 define('PUSHPRESS_DEV', FALSE); 16 define( 'PP_PLUGIN_VERSION', '1.5.1 2');16 define( 'PP_PLUGIN_VERSION', '1.5.13'); 17 17 define( 'PUSHPRESS_ERROR_REPORT', 0 ); 18 18 define( 'PUSHPRESS_BUTTON_CLASS', 'pushpress-button-class-' . rand(0, 10000)); -
pushpress-integration/trunk/readme.txt
r1580671 r1580681 4 4 Requires at least: 3.0.1 5 5 Tested up to: 4.6.1 6 Stable tag: 1.5.1 16 Stable tag: 1.5.13 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset
for help on using the changeset viewer.