Plugin Directory

Changeset 1966931


Ignore:
Timestamp:
11/01/2018 05:02:18 AM (7 years ago)
Author:
leehld
Message:

HB - 1.9.7.8 - fixed bug when rendering search form

Location:
wp-hotel-booking/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • wp-hotel-booking/trunk/includes/wphb-functions.php

    r1963249 r1966931  
    9797                if ( $qty ) {
    9898                    $return[ $qty ] = array(
    99                         'value' => $term->term_id,
     99                        'value' => $qty,
    100100                        'text'  => $qty
    101101                    );
  • wp-hotel-booking/trunk/readme.txt

    r1966904 r1966931  
    7878== Changelog ==
    7979
     80= 1.9.7.8 =
     81+ Fixed bug when searching rooms with other languages.
     82
    8083= 1.9.7.7 =
    8184+ Update cancel mail template
  • wp-hotel-booking/trunk/wp-hotel-booking.php

    r1966904 r1966931  
    55    Description: Full of professional features for a booking room system
    66    Author: ThimPress
    7     Version: 1.9.7.7
     7    Version: 1.9.7.8
    88    Author URI: http://thimpress.com
    99*/
     
    1717define( 'WPHB_PLUGIN_PATH', dirname( __FILE__ ) );
    1818define( 'WPHB_PLUGIN_URL', plugins_url( '', __FILE__ ) );
    19 define( 'WPHB_VERSION', '1.9.7.7' );
     19define( 'WPHB_VERSION', '1.9.7.8' );
    2020define( 'WPHB_BLOG_ID', get_current_blog_id() );
    2121define( 'WPHB_TEMPLATES', WPHB_PLUGIN_PATH . '/templates/' );
Note: See TracChangeset for help on using the changeset viewer.