Changeset 2656871
- Timestamp:
- 01/12/2022 09:22:31 PM (4 years ago)
- Location:
- bookingcom-official-searchbox/trunk
- Files:
-
- 4 edited
-
assets/css/bos_searchbox.css (modified) (2 diffs)
-
booking-official-searchbox.php (modified) (1 diff)
-
inc/constants.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
bookingcom-official-searchbox/trunk/assets/css/bos_searchbox.css
r2656806 r2656871 323 323 324 324 #flexi_searchbox.smaller #b_calendarPopup .b_popupInner { 325 padding: 5px;325 padding: 3px; 326 326 } 327 327 #flexi_searchbox.smaller #b_calendarPopup .b_popupInner table { … … 332 332 } 333 333 #flexi_searchbox.smaller .bos-calendar__dates th { 334 font-size: 1 2px;334 font-size: 11px; 335 335 } 336 336 -
bookingcom-official-searchbox/trunk/booking-official-searchbox.php
r2656806 r2656871 4 4 * Plugin URI: https://www.booking.com/affiliate-program/v2/index.html 5 5 * Description: This plugin creates a search box for Booking.com Affiliate Partners to implement using their affiliate ID. If you’re not an Affiliate Partner yet, you can still implement the plugin. To get the most out of the plugin and earn commission, you’ll need to <a href="http://www.booking.com/content/affiliates.html" target="_blank">sign up for the Booking.com Affiliate Partner Programme.</a> 6 * Version: 2.2. 76 * Version: 2.2.8 7 7 * Author: Partnerships at Booking.com 8 8 * Author URI: https://www.booking.com/affiliate-program/v2/index.html -
bookingcom-official-searchbox/trunk/inc/constants.php
r2656806 r2656871 9 9 10 10 define( 'BOS_PLUGIN_NAME' , 'Booking.com Official Search Box' ); 11 define( 'BOS_PLUGIN_VERSION', '2.2. 7' );11 define( 'BOS_PLUGIN_VERSION', '2.2.8' ); 12 12 if ( ! defined( 'BOS_WP_VERSION' ) ) { 13 13 define( 'BOS_WP_VERSION' , get_bloginfo( 'version' ) ); -
bookingcom-official-searchbox/trunk/readme.txt
r2656806 r2656871 4 4 Requires at least: 3.0 5 5 Tested up to: 5.8.3 6 Stable tag: 2.2. 76 Stable tag: 2.2.8 7 7 License: GPLv2 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 92 92 93 93 == Changelog == 94 95 = 2.2.8 = 96 * Release Jan 2022 97 * Fix : Minor css issues calendar 94 98 95 99 = 2.2.7 =
Note: See TracChangeset
for help on using the changeset viewer.