Changeset 1453047
- Timestamp:
- 07/12/2016 12:46:01 AM (10 years ago)
- Location:
- pushpress-integration
- Files:
-
- 2 edited
- 5 copied
-
tags/1.5.3 (copied) (copied from pushpress-integration/trunk)
-
tags/1.5.3/js_admin/pushpress.js (copied) (copied from pushpress-integration/trunk/js_admin/pushpress.js)
-
tags/1.5.3/pushpress.php (copied) (copied from pushpress-integration/trunk/pushpress.php) (2 diffs)
-
tags/1.5.3/readme.txt (copied) (copied from pushpress-integration/trunk/readme.txt) (2 diffs)
-
tags/1.5.3/templates/frontend/shortcode_leads.php (copied) (copied from pushpress-integration/trunk/templates/frontend/shortcode_leads.php)
-
trunk/pushpress.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
pushpress-integration/tags/1.5.3/pushpress.php
r1453043 r1453047 2 2 /** 3 3 * @package WP-PushPress 4 * @version 1.5. 24 * @version 1.5.3 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. 211 Version: 1.5.3 12 12 Author URI: https://pushpress.com 13 13 */ 14 14 define('PUSHPRESS_DEV', FALSE); 15 define( 'PP_PLUGIN_VERSION', '1.5. 2');15 define( 'PP_PLUGIN_VERSION', '1.5.3'); 16 16 define( 'PUSHPRESS_ERROR_REPORT', 0 ); 17 17 define( 'PUSHPRESS_BUTTON_CLASS', 'pushpress-button-class-' . rand(0, 10000)); -
pushpress-integration/tags/1.5.3/readme.txt
r1453043 r1453047 4 4 Requires at least: 3.0.1 5 5 Tested up to: 4.5 6 Stable tag: 1.5. 16 Stable tag: 1.5.3 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 97 97 Fixed bug on lead form: Was showing lead types when toggled to off. 98 98 99 = 1.5. 2=99 = 1.5.3 = 100 100 Removed the lead form after submitting. 101 101 Added proper source tracking to lead form. (now shows as Wordpress Plugin as the lead source) -
pushpress-integration/trunk/pushpress.php
r1453043 r1453047 2 2 /** 3 3 * @package WP-PushPress 4 * @version 1.5. 24 * @version 1.5.3 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. 211 Version: 1.5.3 12 12 Author URI: https://pushpress.com 13 13 */ 14 14 define('PUSHPRESS_DEV', FALSE); 15 define( 'PP_PLUGIN_VERSION', '1.5. 2');15 define( 'PP_PLUGIN_VERSION', '1.5.3'); 16 16 define( 'PUSHPRESS_ERROR_REPORT', 0 ); 17 17 define( 'PUSHPRESS_BUTTON_CLASS', 'pushpress-button-class-' . rand(0, 10000)); -
pushpress-integration/trunk/readme.txt
r1453043 r1453047 4 4 Requires at least: 3.0.1 5 5 Tested up to: 4.5 6 Stable tag: 1.5. 16 Stable tag: 1.5.3 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 97 97 Fixed bug on lead form: Was showing lead types when toggled to off. 98 98 99 = 1.5. 2=99 = 1.5.3 = 100 100 Removed the lead form after submitting. 101 101 Added proper source tracking to lead form. (now shows as Wordpress Plugin as the lead source)
Note: See TracChangeset
for help on using the changeset viewer.