Releases Tags
-
v0.1.0
released this 1 year ago | 0 commits to main since this release
Version 0.1.0 brings a big update to Planado: Recurring Events are finally possible!
Changelog
index.php
Now generates a random string that is used to generate room-, invite- and admin-IDs. This was done bybooking.php
and could have led to multiple bookings if the site was reloaded.index.php
&admin.php
now usePOST
instead ofGET
to prevent clutteringindex.php
now offers the option to create recurring eventsbooking.php
&admin.php
now access two additional database columns:recev
(BIGINT) andrectype
(CHAR(16)). This is also reflected increate_db.php
Please update your database accordingly!cleanup.php
checks therecev
andrectype
DB entries before deleting old entries. If it finds a recurring event, it updates the entries' new timestamp and generates a new room-id (invite-id remains the same).cal.php
now also creates a recurring event if necessary- When loading external scripts (configs & libs), we now use robust full paths. This enables us to call scripts externally (e.g.
cleanup.php
via cron) - some minor CSS and layout fixes
Downloads