window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-SZT5S2F4W5', { 'anonymize_ip':true });

About Daniel

This author has not yet filled in any details.
So far Daniel has created 51 blog entries.
6 11, 2022

Easy GCalendar v1.4.0

By |2022-11-06T15:56:24+02:00November 6th, 2022|Changelog, Easy GCalendar|0 Comments

[N] Updated PHP support to >= 7.4 [N] Update of FullCalendar component to 4.4.2. [N] Changed tooltips to popper and tippy js [N] Added spanish language files

2 12, 2018

Easy GCalendar v1.3.0

By |2018-12-02T16:49:20+02:00December 2nd, 2018|Changelog, Easy GCalendar|Comments Off on Easy GCalendar v1.3.0

[N] iCal Downloads button for event FOR the PRO version. [N] Copy to Google Calendar button FOR the PRO version. [N] Print button for events. [B] Fixed compatibility issues on Google Search Console for events.

3 06, 2018

Easy GCalendar v1.2.8

By |2018-06-03T09:04:24+02:00June 3rd, 2018|Changelog, Easy GCalendar|Comments Off on Easy GCalendar v1.2.8

[B] Fixed an object not found js issue within IE10-11. [B] Fixed an self ref issue within calendar.js

3 04, 2018

Easy GCalendar v1.2.5

By |2018-04-03T20:23:40+02:00April 3rd, 2018|Changelog, Easy GCalendar|Comments Off on Easy GCalendar v1.2.5

[B] Fixed a https issue with Google-Maps URL. [B] Fixed a calendar events source issue in case of multiple sub level items within the Url. [N] The Security token check is not longer used for event details cause of cache issues. [X] Updated FullCalendar components to version 3.9.0.

30 10, 2017

Easy GCalendar v1.2.4

By |2017-10-30T14:44:03+02:00October 30th, 2017|Changelog, Easy GCalendar|Comments Off on Easy GCalendar v1.2.4

[N] The posibility to display the creator name within the event details. [N] The posibility to display the attachment(s) within the event details. [B] Fixed upcomming events filter issue.

10 08, 2017

Easy GCalendar v1.2.3

By |2017-09-09T11:52:57+02:00August 10th, 2017|Changelog, Easy GCalendar|Comments Off on Easy GCalendar v1.2.3

[X] Added Map settings to support a seperate Google JavaScript API Key. [X] Added Calendar column format settings. [B] Fixed CSRF caching issue.

6 05, 2017

iCal Calendar – PHP Code Library

By |2017-07-22T16:24:02+02:00May 6th, 2017|PHP, Programming|Comments Off on iCal Calendar – PHP Code Library

Due to a new feature development for the Joomla Extension Easy GCalendar we have created the iCal PHP Library. The Code is distributed under the MIT license and work also stand alone.   Installation The Codeninja iCal library is available via GitHub download only. Download Introduction This library offers a abstraction layer for creating iCal Calendars and .ics files. The output will be generated according RFC 5545. The following types are currently supported and could be used in combination: [...]

Go to Top