mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-22 16:02:54 +03:00
Updated release-notes.txt for version 1.0
This commit is contained in:
parent
3e98961e7e
commit
ee8adfbfbf
2 changed files with 8 additions and 8 deletions
|
@ -1,9 +1,9 @@
|
||||||
VERSION 0.7.1 Beta
|
VERSION 1.0
|
||||||
==================
|
===========
|
||||||
This beta release contains fixes in JavaScript that occured
|
Easy!Appointments now supports multilingual interface (English,
|
||||||
with Firefox. It is also the first version that localization
|
German, Greek, Hungarian & Portuguese)
|
||||||
is applied and the ability to select a specific google calendar
|
|
||||||
for synchronizatioan.
|
I would like to thank Stefan Tselegidis (German), Zsolt Zala(Hungarian) and Andre Tavares (Portuguese) for their work on the translations.
|
||||||
|
|
||||||
|
|
||||||
Official Easy!Appointments Website:
|
Official Easy!Appointments Website:
|
||||||
|
|
|
@ -167,7 +167,7 @@
|
||||||
<strong><?php echo $this->lang->line('select_service'); ?></strong>
|
<strong><?php echo $this->lang->line('select_service'); ?></strong>
|
||||||
</label>
|
</label>
|
||||||
|
|
||||||
<select id="select-service">
|
<select id="select-service" class="span4">
|
||||||
<?php
|
<?php
|
||||||
// Group services by category, only if there is at least one service
|
// Group services by category, only if there is at least one service
|
||||||
// with a parent category.
|
// with a parent category.
|
||||||
|
@ -226,7 +226,7 @@
|
||||||
<strong><?php echo $this->lang->line('select_provider'); ?></strong>
|
<strong><?php echo $this->lang->line('select_provider'); ?></strong>
|
||||||
</label>
|
</label>
|
||||||
|
|
||||||
<select id="select-provider"></select>
|
<select id="select-provider" class="span4"></select>
|
||||||
|
|
||||||
<div id="service-description" style="display:none;"></div>
|
<div id="service-description" style="display:none;"></div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue