Plugin Directory

Changeset 1336241


Ignore:
Timestamp:
01/26/2016 11:12:29 AM (10 years ago)
Author:
Glofox
Message:

Release 1.0.5

Location:
glofox/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • glofox/trunk/assets/css/glofox.css

    r1306337 r1336241  
    22  width: 100% ;
    33  height: 1000px;
     4  border: 0px;
    45}
  • glofox/trunk/glofox.php

    r1331325 r1336241  
    44 * Plugin URI: http://glofox.com
    55 * Description: This plugin is for integrating Glofox with your site.
    6  * Version: 1.0.4
     6 * Version: 1.0.5
    77 * Author: Timmy Fisher
    88 * Author URI: http://glofox.com
     
    2424
    2525function 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);
    2828    wp_enqueue_style( 'glofox-style', plugin_dir_url( __FILE__ ) . 'assets/css/glofox.css');
    2929}
  • glofox/trunk/readme.txt

    r1331325 r1336241  
    44Tags: fitness, bookings, timetable, health, gym, yoga, crossfit, pilates, trx, studios, membership
    55Requires at least: 3.0.1
    6 Tested up to: 4.3.1
    7 Stable tag: 4.3
     6Tested up to: 4.4.1
     7Stable tag: 4.4.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    4343== Changelog ==
    4444
     45= 1.0.5 =
     46* Changing the javascript to be loaded in the footer so it works with Wordpress 4.4.1
     47
    4548= 1.0.4 =
    4649* Bug fixing
Note: See TracChangeset for help on using the changeset viewer.