Plugin Directory

Changeset 1340558


Ignore:
Timestamp:
02/01/2016 11:48:47 AM (10 years ago)
Author:
Glofox
Message:

1.0.6

Location:
glofox/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • glofox/trunk/glofox.php

    r1336241 r1340558  
    44 * Plugin URI: http://glofox.com
    55 * Description: This plugin is for integrating Glofox with your site.
    6  * Version: 1.0.5
     6 * Version: 1.0.6
    77 * Author: Timmy Fisher
    88 * Author URI: http://glofox.com
     
    103103function get_timetable_code() {
    104104  //process plugin
    105   $timetable = "<div id='iframe_container'><label id='client_branch' class='hidden'>".esc_attr( get_option('branch_id') )."</label></div>";
     105  $timetable = "<div id='iframe_container'><label id='client_branch' hidden>".esc_attr( get_option('branch_id') )."</label></div>";
    106106  //send back text to calling function
    107107  return $timetable;
     
    122122}
    123123
    124 /*
    125 
    126 // Membership
    127 add_shortcode("glofox-store", "glofox_store");
    128 
    129 function glofox_store() {
    130   $store_code = get_store_code();
    131   return $store_code;
    132 }
    133 
    134 
    135 function get_store_code() {
    136   $store = "<iframe src='https://www.glofoxlogin.com/websites/store/".esc_attr( get_option('branch_id') )."' class='glofox-iframe' ></iframe>";
    137   return $store;
    138 }
    139 */
  • glofox/trunk/readme.txt

    r1336241 r1340558  
    4343== Changelog ==
    4444
     45= 1.0.6 =
     46* Tidying up css for a better display
     47
    4548= 1.0.5 =
    4649* Changing the javascript to be loaded in the footer so it works with Wordpress 4.4.1
Note: See TracChangeset for help on using the changeset viewer.