Plugin Directory

Changeset 2153617


Ignore:
Timestamp:
09/09/2019 02:38:26 PM (7 years ago)
Author:
slopeit
Message:

Version 4.2.1 released

Location:
slope-widgets/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • slope-widgets/trunk/readme.txt

    r2153601 r2153617  
    55Requires at least: 4.3
    66Tested up to: 5.2.3
    7 Stable tag: 4.2.0
     7Stable tag: 4.2.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    3737
    3838== Changelog ==
     39
     40= 4.2.1 =
     41* Correzioni minori
    3942
    4043= 4.2.0 =
  • slope-widgets/trunk/slope-reservations.php

    r2153601 r2153617  
    267267        }
    268268       
    269         .slope-flatpickr-calendar .flatpickr-calendar {
     269        .slope-flatpickr-calendar.flatpickr-calendar {
    270270            background-color: ' . $mainColor . ';
    271271        }
     
    325325        }
    326326       
    327         .slope-widgets-container .flatpickr-day.today {
     327        .slope-flatpickr-calendar .flatpickr-day.today {
    328328            border-color: ' . $fontColor . ';
    329329        }
     
    333333        .slope-flatpickr-calendar .flatpickr-months .flatpickr-prev-month:hover svg,
    334334        .slope-flatpickr-calendar .flatpickr-months .flatpickr-next-month:hover svg,
    335         .slope-reservation-dates .slope-reservation-icon-container svg {
     335        .slope-flatpickr-calendar .slope-reservation-dates .slope-reservation-icon-container svg {
    336336            fill: ' . $fontColor . ' !important;
    337337            color: ' . $fontColor . ' !important;
    338338        }
    339339       
    340         .flatpickr-current-month span.cur-month:hover,
    341         .flatpickr-current-month input.cur-year {
     340        .slope-flatpickr-calendar .flatpickr-current-month span.cur-month:hover,
     341        .slope-flatpickr-calendar .flatpickr-current-month input.cur-year {
    342342            background: ' . $mainColor . ';
    343343        }
  • slope-widgets/trunk/slope-widgets.php

    r2153601 r2153617  
    33* Plugin Name: Slope Widgets
    44* Description: Aggiungi i widget di Slope al sito web WordPress della tua struttura ricettiva! Questo plugin ti permette di mostrare la barra delle prenotazioni, i pacchetti e le promozioni tramite shortcode personalizzabili.
    5 * Version: 4.2.0
     5* Version: 4.2.1
    66* Author: Slope
    77* Author URI: https://www.slope.it/
Note: See TracChangeset for help on using the changeset viewer.