Plugin Directory

Changeset 3431553


Ignore:
Timestamp:
01/03/2026 10:13:16 AM (3 months ago)
Author:
curato
Message:

Update Belegungsplan und Bookyt Buchungsplugin

Location:
bookyt/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • bookyt/trunk/css/belegungsplan.css

    r3306153 r3431553  
    2828    color: var(--bp-color-text);
    2929    background: var(--bp-color-bg);
     30    max-width: 95%;
    3031}
    3132
     
    7980.bookyt_kalender .controls input[type="date"] {
    8081    padding: 8px 12px;
    81     font-size: 1em;
     82    font-size: 0.9rem;
    8283    height: 40px;
    8384    line-height: 24px;
     
    8788    color: var(--bp-color-text);
    8889    box-sizing: border-box;
     90}
     91.bookyt_kalender .controls button,
     92.bookyt_kalender .controls select{
     93    cursor: pointer;
    8994}
    9095
  • bookyt/trunk/index.php

    r3308865 r3431553  
    44Plugin URI: https://bookyt.de/services/wordpress-plugin
    55Description: Integration Bookyt Vermietsoftware in deine Wordpress Seite
    6 Version: 2.17
     6Version: 2.18
    77Author: Philipp Stäbler (PHCOM GmbH)
    88Author URI: https://phcom.de/
     
    109109    if(!bookyt_isJson($json_data))
    110110    {
    111         return "invalid request - ".$json_data;
     111        return "invalid request - Pls. check your Account without domain - {$a["account"]} - ".$json_data;
    112112    }
    113113
Note: See TracChangeset for help on using the changeset viewer.