Changeset 1757604
- Timestamp:
- 11/02/2017 06:09:18 PM (8 years ago)
- Location:
- pushpress-integration/trunk
- Files:
-
- 2 edited
-
pushpress.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
pushpress-integration/trunk/pushpress.php
r1757565 r1757604 2 2 /** 3 3 * @package WP-PushPress 4 * @version 1.6. 54 * @version 1.6.6 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.6. 511 Version: 1.6.6 12 12 Author URI: http://pushpress.com 13 13 */ 14 14 define('PUSHPRESS_LOCAL', FALSE); 15 15 define('PUSHPRESS_DEV', FALSE); 16 define( 'PP_PLUGIN_VERSION', '1.6. 5');16 define( 'PP_PLUGIN_VERSION', '1.6.6'); 17 17 define( 'PUSHPRESS_ERROR_REPORT', 0 ); 18 18 define( 'PUSHPRESS_BUTTON_CLASS', 'pushpress-button-class-' . rand(0, 10000)); -
pushpress-integration/trunk/readme.txt
r1757600 r1757604 4 4 Requires at least: 3.0.1 5 5 Tested up to: 4.6.1 6 Stable tag: 1.6. 56 Stable tag: 1.6.6 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 66 66 Fixing Lead form and installation issues. 67 67 68 = 1.6. 5=68 = 1.6.6 = 69 69 Removed "Getting client from API"
Note: See TracChangeset
for help on using the changeset viewer.