Changeset 1398775
- Timestamp:
- 04/19/2016 02:34:11 AM (10 years ago)
- Location:
- pushpress-integration
- Files:
-
- 4 edited
- 1 copied
-
tags/1.4.8 (copied) (copied from pushpress-integration/trunk)
-
tags/1.4.8/pushpress.php (modified) (2 diffs)
-
tags/1.4.8/readme.txt (modified) (2 diffs)
-
trunk/pushpress.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
pushpress-integration/tags/1.4.8/pushpress.php
r1398759 r1398775 2 2 /** 3 3 * @package WP-PushPress 4 * @version 1.4. 74 * @version 1.4.8 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.4. 711 Version: 1.4.8 12 12 Author URI: https://pushpress.com 13 13 */ 14 14 define('PUSHPRESS_DEV', FALSE); 15 define( 'PP_PLUGIN_VERSION', '1.4. 7');15 define( 'PP_PLUGIN_VERSION', '1.4.8'); 16 16 define( 'PUSHPRESS_ERROR_REPORT', 0 ); 17 17 define( 'PUSHPRESS_BUTTON_CLASS', 'pushpress-button-class-' . rand(0, 10000)); -
pushpress-integration/tags/1.4.8/readme.txt
r1398759 r1398775 4 4 Requires at least: 3.0.1 5 5 Tested up to: 4.4.1 6 Stable tag: 1.4. 76 Stable tag: 1.4.8 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 91 91 Adjusted lead form for new features on pushpress.com 92 92 93 = 1.4.3 to 1.4. 7=93 = 1.4.3 to 1.4.8 = 94 94 Fixes for Wordpress 4.5 -
pushpress-integration/trunk/pushpress.php
r1398759 r1398775 2 2 /** 3 3 * @package WP-PushPress 4 * @version 1.4. 74 * @version 1.4.8 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.4. 711 Version: 1.4.8 12 12 Author URI: https://pushpress.com 13 13 */ 14 14 define('PUSHPRESS_DEV', FALSE); 15 define( 'PP_PLUGIN_VERSION', '1.4. 7');15 define( 'PP_PLUGIN_VERSION', '1.4.8'); 16 16 define( 'PUSHPRESS_ERROR_REPORT', 0 ); 17 17 define( 'PUSHPRESS_BUTTON_CLASS', 'pushpress-button-class-' . rand(0, 10000)); -
pushpress-integration/trunk/readme.txt
r1398759 r1398775 4 4 Requires at least: 3.0.1 5 5 Tested up to: 4.4.1 6 Stable tag: 1.4. 76 Stable tag: 1.4.8 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 91 91 Adjusted lead form for new features on pushpress.com 92 92 93 = 1.4.3 to 1.4. 7=93 = 1.4.3 to 1.4.8 = 94 94 Fixes for Wordpress 4.5
Note: See TracChangeset
for help on using the changeset viewer.