Plugin Directory

Changeset 2541024


Ignore:
Timestamp:
06/02/2021 06:28:53 AM (5 years ago)
Author:
offshorewebmaster
Message:

tested 5.7.2

Location:
availability-calendar/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • availability-calendar/trunk/README.txt

    r2438679 r2541024  
    55Requires at least: 3.5
    66Requires PHP : 5.4.4
    7 Tested up to: 5.6
    8 Stable tag: 1.1.9
     7Tested up to: 5.7.2
     8Stable tag: 1.2
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    6767
    6868== Changelog ==
     69= 1.2=
     70* css and js issue update and Tested up to wordpress version 5.7.2
     71
    6972= 1.1.9=
    7073* ERROR: jquery issue updated.
  • availability-calendar/trunk/availabilitycalendar.php

    r2438679 r2541024  
    77 * Description:       Availability Calendar Description A plugin that records post views and contains functions to easily list posts by popularity
    88 
    9  * Version:           1.1.9
     9 * Version:           1.2
    1010 
    1111 * Author:            Offshore Web Master
     
    2828/**
    2929 * Currently plugin version.
    30  * Start at version 1.1.9
     30 * Start at version 1.2
    3131 */
    32 define( 'OWAC_VERSION', '1.1.9' );
     32define( 'OWAC_VERSION', '1.2' );
    3333   
    3434/**
  • availability-calendar/trunk/public/css/styles.css

    r2327906 r2541024  
    5757    transition: all ease-in-out .3s;
    5858    opacity: 0;
     59    height: auto !important;
    5960}
    6061div.owac.regularslider .owac-slide > div{
     
    254255    }
    255256    div.owac-calendar-container div.header{
    256         padding: 0px 30px 20px;
     257        padding: 10px 30px 20px;
    257258    }
    258259    div.owac-calendar-container {
  • availability-calendar/trunk/public/includes/frontend.php

    r2416483 r2541024  
    200200                    var owacTrackHeight = jQuery(owacTrack).height();
    201201                    owacSlider.find('.owac-slide').css('height', owacTrackHeight + 'px');
     202                    owacSlider.find('table.main').css('background-color', '#".$settings_options['calendar_background_color']."');
    202203                }
    203204                jQuery(window).on('resize', function(e) {
Note: See TracChangeset for help on using the changeset viewer.