Plugin Directory

Changeset 1914859


Ignore:
Timestamp:
07/25/2018 03:08:10 PM (8 years ago)
Author:
setriosoft
Message:

BizCalendar Web 1.0.2.1

Location:
bizcalendar-web
Files:
133 added
3 edited

Legend:

Unmodified
Added
Removed
  • bizcalendar-web/trunk/bizcalendar.php

    r1910059 r1914859  
    22/**
    33 * @package BizCalendarWeb
    4  * @version 1.0.2.0
     4 * @version 1.0.2.1
    55 */
    66/*
     
    99Description: Modul de programări online pentru clinicile medicale care folosesc BizMedica / Online appointments form for medical clinics using BizMedica software
    1010Author: Setrio Soft
    11 Version: 1.0.2.0
     11Version: 1.0.2.1
    1212Author URI: http://www.setrio.ro/
    1313*/
  • bizcalendar-web/trunk/communication.php

    r1901838 r1914859  
    3535                'body' => $params,
    3636                'sslverify' => false,
     37                'timeout' => 120.0
    3738                );
    3839            if ($type == "POST")
  • bizcalendar-web/trunk/readme.txt

    r1910059 r1914859  
    5252== Changelog ==
    5353
     54= 1.0.2.1 =
     55  * RO: s-a remediat o problemă la preluarea programărilor disponibile în cazul în care există multe cereri simultane către serviciul BizMedica
     56  * EN: we fixex an issue with downloading available appointments if there are many simultaneous requests to the BizMedica service
    5457= 1.0.2.0 =
    55   RO 
    56     * s-a adăugat posibilitatea de a defini un număr minim de zile până la prima programare disponibilă în site
    57   EN
    58     * we added the posibility to define a minimum period (in days) until the first appointment interval displayed on the form
     58  * RO: s-a adăugat posibilitatea de a defini un număr minim de zile până la prima programare disponibilă în site
     59  * EN: we added the posibility to define a minimum period (in days) until the first appointment interval displayed on the form
    5960= 1.0.1.5 =
    6061  * small bugfixes
     
    7677== Upgrade Notice ==
    7778
     79= 1.0.2.1 =
     80This version fixes an issue with appointment downloading, update as soon as possible
    7881= 1.0.2.0 =
    79   RO 
    80     * În această versiune s-a adăugat posibilitatea de a defini un număr minim de zile până la prima programare disponibilă în site,
     82  RO: În această versiune s-a adăugat posibilitatea de a defini un număr minim de zile până la prima programare disponibilă în site,
    8183    faceți actualizarea doar dacă aveți nevoie de această facilitate
    82   EN
    83     * In this version we added the posibility to define a minimum period (in days) until the first appointment interval displayed on the form,
     84  EN: In this version we added the posibility to define a minimum period (in days) until the first appointment interval displayed on the form,
    8485    please update if you require this functionality
    8586= 1.0.1.5 =
Note: See TracChangeset for help on using the changeset viewer.