Changeset 1757565
- Timestamp:
- 11/02/2017 05:14:37 PM (8 years ago)
- Location:
- pushpress-integration/trunk
- Files:
-
- 3 edited
-
inc/wp_pushpress_shortcode.php (modified) (1 diff)
-
pushpress.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
pushpress-integration/trunk/inc/wp_pushpress_shortcode.php
r1750155 r1757565 185 185 186 186 if( !$client = get_transient( 'pp_client2' ) ){ 187 echo "<br><br>Getting Client from API";188 187 try { 189 188 $client = Pushpress_Client::retrieve('self'); -
pushpress-integration/trunk/pushpress.php
r1750155 r1757565 2 2 /** 3 3 * @package WP-PushPress 4 * @version 1.6. 44 * @version 1.6.5 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. 411 Version: 1.6.5 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. 4');16 define( 'PP_PLUGIN_VERSION', '1.6.5'); 17 17 define( 'PUSHPRESS_ERROR_REPORT', 0 ); 18 18 define( 'PUSHPRESS_BUTTON_CLASS', 'pushpress-button-class-' . rand(0, 10000)); -
pushpress-integration/trunk/readme.txt
r1750155 r1757565 65 65 = 1.6.3 and 1.6.4 = 66 66 Fixing Lead form and installation issues. 67 68 = 1.6.5 = 69 Removed "Getting client from API"
Note: See TracChangeset
for help on using the changeset viewer.