Changeset 1966931
- Timestamp:
- 11/01/2018 05:02:18 AM (7 years ago)
- Location:
- wp-hotel-booking/trunk
- Files:
-
- 3 edited
-
includes/wphb-functions.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
-
wp-hotel-booking.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-hotel-booking/trunk/includes/wphb-functions.php
r1963249 r1966931 97 97 if ( $qty ) { 98 98 $return[ $qty ] = array( 99 'value' => $ term->term_id,99 'value' => $qty, 100 100 'text' => $qty 101 101 ); -
wp-hotel-booking/trunk/readme.txt
r1966904 r1966931 78 78 == Changelog == 79 79 80 = 1.9.7.8 = 81 + Fixed bug when searching rooms with other languages. 82 80 83 = 1.9.7.7 = 81 84 + Update cancel mail template -
wp-hotel-booking/trunk/wp-hotel-booking.php
r1966904 r1966931 5 5 Description: Full of professional features for a booking room system 6 6 Author: ThimPress 7 Version: 1.9.7. 77 Version: 1.9.7.8 8 8 Author URI: http://thimpress.com 9 9 */ … … 17 17 define( 'WPHB_PLUGIN_PATH', dirname( __FILE__ ) ); 18 18 define( 'WPHB_PLUGIN_URL', plugins_url( '', __FILE__ ) ); 19 define( 'WPHB_VERSION', '1.9.7. 7' );19 define( 'WPHB_VERSION', '1.9.7.8' ); 20 20 define( 'WPHB_BLOG_ID', get_current_blog_id() ); 21 21 define( 'WPHB_TEMPLATES', WPHB_PLUGIN_PATH . '/templates/' );
Note: See TracChangeset
for help on using the changeset viewer.