Plugin Directory

Changeset 2151395


Ignore:
Timestamp:
09/05/2019 07:50:16 AM (7 years ago)
Author:
ecalypse
Message:

Updated z-index of calendar.

Location:
ecalypse-rental-starter/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • ecalypse-rental-starter/trunk/assets/front-end/style.css

    r2089842 r2151395  
    61086108
    61096109#ui-datepicker-div {
    6110     z-index: 26!important;
     6110    z-index: 111!important;
    61116111}
    61126112
  • ecalypse-rental-starter/trunk/ecalypse-rental-starter.php

    r2146591 r2151395  
    77  Plugin URI: http://ecalypse.com/wordpressecalypse-rental/
    88  Description: Ecalypse Rental Starter enables complete rental management of cars, bikes and other equipment.
    9   Version: 4.0.17
     9  Version: 4.0.18
    1010  Author: Ecalypse s.r.o.
    1111  Author URI: http://ecalypse.com/
     
    7474} else {
    7575
    76     define('ECALYPSERENTALSTARTER_VERSION', '4.0.17');
     76    define('ECALYPSERENTALSTARTER_VERSION', '4.0.18');
    7777    define('ECALYPSERENTALSTARTER__MINIMUM_WP_VERSION', '3.9');
    7878    define('ECALYPSERENTALSTARTER__PLUGIN_URL', plugin_dir_url(__FILE__));
Note: See TracChangeset for help on using the changeset viewer.