diff --git a/calendar/calendar.php b/calendar/calendar.php index 4cb148c..8625f95 100644 --- a/calendar/calendar.php +++ b/calendar/calendar.php @@ -15,7 +15,7 @@ class calendar extends common { - const VERSION = '1.4'; + const VERSION = '1.5'; const REALNAME = 'Calendrier'; const DATA_DIRECTORY = self::DATA_DIR . 'calendar/'; diff --git a/calendar/changes.md b/calendar/changes.md index 88599c5..362f655 100644 --- a/calendar/changes.md +++ b/calendar/changes.md @@ -1,3 +1,5 @@ +# Version 1.5 +- Corrige le plantage du script lors de la présente d'un apostrophe dans la description. # Version 1.4 - Annule les événements sont représentés par des icônes sur les petites largeurs d'écran et corrige les bugs liés à cette fonctionnalité. # Version 1.3 diff --git a/calendar/enum.json b/calendar/enum.json index eb0531f..1e90213 100644 --- a/calendar/enum.json +++ b/calendar/enum.json @@ -1 +1 @@ -{"name":"calendar","realName":"Calendrier","version":"1.4","update":"0.0","delete":true,"dataDirectory":""} \ No newline at end of file +{"name":"calendar","realName":"Calendrier","version":"1.5","update":"0.0","delete":true,"dataDirectory":""} \ No newline at end of file diff --git a/calendar/view/index/index.js.php b/calendar/view/index/index.js.php index c07a8b0..0a1022a 100644 --- a/calendar/view/index/index.js.php +++ b/calendar/view/index/index.js.php @@ -14,7 +14,7 @@ // https://www.jqueryscript.net/time-clock/animated-calendar-event-gc.html -const jsonOptions = ''; +const jsonOptions = ''; const objOptions = JSON.parse(jsonOptions); const events = generateEvents(objOptions);