Plugin Directory

Changeset 2656871


Ignore:
Timestamp:
01/12/2022 09:22:31 PM (4 years ago)
Author:
SP - Booking.com
Message:

Latest version to trunk

Location:
bookingcom-official-searchbox/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • bookingcom-official-searchbox/trunk/assets/css/bos_searchbox.css

    r2656806 r2656871  
    323323
    324324#flexi_searchbox.smaller #b_calendarPopup .b_popupInner {
    325     padding: 5px;
     325    padding: 3px;
    326326}
    327327#flexi_searchbox.smaller #b_calendarPopup .b_popupInner table {
     
    332332}
    333333#flexi_searchbox.smaller .bos-calendar__dates th {
    334     font-size: 12px;
     334    font-size: 11px;
    335335}
    336336
  • bookingcom-official-searchbox/trunk/booking-official-searchbox.php

    r2656806 r2656871  
    44 * Plugin URI: https://www.booking.com/affiliate-program/v2/index.html
    55 * 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.7
     6 * Version: 2.2.8
    77 * Author: Partnerships at Booking.com
    88 * Author URI: https://www.booking.com/affiliate-program/v2/index.html
  • bookingcom-official-searchbox/trunk/inc/constants.php

    r2656806 r2656871  
    99
    1010define( 'BOS_PLUGIN_NAME' , 'Booking.com Official Search Box' );
    11 define( 'BOS_PLUGIN_VERSION', '2.2.7' );
     11define( 'BOS_PLUGIN_VERSION', '2.2.8' );
    1212if ( ! defined( 'BOS_WP_VERSION' ) ) {
    1313    define( 'BOS_WP_VERSION' , get_bloginfo( 'version' ) );
  • bookingcom-official-searchbox/trunk/readme.txt

    r2656806 r2656871  
    44Requires at least: 3.0
    55Tested up to: 5.8.3
    6 Stable tag: 2.2.7
     6Stable tag: 2.2.8
    77License: GPLv2
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    9292
    9393== Changelog ==
     94
     95= 2.2.8 =
     96* Release Jan 2022
     97* Fix : Minor css issues calendar
    9498
    9599= 2.2.7 =
Note: See TracChangeset for help on using the changeset viewer.