Changeset 1336241
- Timestamp:
- 01/26/2016 11:12:29 AM (10 years ago)
- Location:
- glofox/trunk
- Files:
-
- 3 edited
-
assets/css/glofox.css (modified) (1 diff)
-
glofox.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
glofox/trunk/assets/css/glofox.css
r1306337 r1336241 2 2 width: 100% ; 3 3 height: 1000px; 4 border: 0px; 4 5 } -
glofox/trunk/glofox.php
r1331325 r1336241 4 4 * Plugin URI: http://glofox.com 5 5 * Description: This plugin is for integrating Glofox with your site. 6 * Version: 1.0. 46 * Version: 1.0.5 7 7 * Author: Timmy Fisher 8 8 * Author URI: http://glofox.com … … 24 24 25 25 function auto_height_adjuster() { 26 wp_enqueue_script( 'glofox-script-1', 'http://www.glofoxlogin.com/js/pages/websites/easyXDM.debug.js' );27 wp_enqueue_script( 'glofox-script-2', 'http://www.glofoxlogin.com/js/pages/websites/iframe_client.js');26 wp_enqueue_script( 'glofox-script-1', 'http://www.glofoxlogin.com/js/pages/websites/easyXDM.debug.js', '','1.0',true ); 27 wp_enqueue_script( 'glofox-script-2', 'http://www.glofoxlogin.com/js/pages/websites/iframe_client.js' , '','1.0',true); 28 28 wp_enqueue_style( 'glofox-style', plugin_dir_url( __FILE__ ) . 'assets/css/glofox.css'); 29 29 } -
glofox/trunk/readme.txt
r1331325 r1336241 4 4 Tags: fitness, bookings, timetable, health, gym, yoga, crossfit, pilates, trx, studios, membership 5 5 Requires at least: 3.0.1 6 Tested up to: 4. 3.17 Stable tag: 4. 36 Tested up to: 4.4.1 7 Stable tag: 4.4.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 43 43 == Changelog == 44 44 45 = 1.0.5 = 46 * Changing the javascript to be loaded in the footer so it works with Wordpress 4.4.1 47 45 48 = 1.0.4 = 46 49 * Bug fixing
Note: See TracChangeset
for help on using the changeset viewer.