This repository has been archived by the owner on Apr 2, 2019. It is now read-only.
Releases: kalebheitzman/grav-plugin-events
Releases · kalebheitzman/grav-plugin-events
Major Refactor
v1.0.15
10/02/2016
- New
- Added a location field with auto geo-decoded coordinates from address
- New visual styles and templates for calendar and events
- Calendar shows a modal when clicking on a day so the end user can see every event that day.
- French language translation has been added
- Improved
- Cleaned up plugin blueprint but preserved old options in comments
- The events processor has been rewritten from the ground up to use Page and Collection objects instead of a custom tokenized array for serving pages.
- Atoum testing framework has been added to the plugin and I'll be writing tests in the near future.
Release 1.0.14
Frequency and Repeating Dates Major Fix
08/19/2016
- New
- Added Events sidebar with events listing
- Bug Fixes
- Issue #21 - Admin form now automatically shows up
- Fixed event template types in blueprints.
- Fixed monthly frequency dates.
- Fixed doubling of events.
- Fixed repeat rules.
- Removed uncoded show future events toggle
German Language Release
08/18/2016
- New
- Issue #24 - Added German translation from @aender6840
Micro formats Release
Merged @paulcmal's microformats pull request.
Bumped Version Number
1.0.10 Bumped 1.0.10
Calendar Enhancement and Bug Fixes
Hotfix for Unset Arrays
Templates Update
Template Updates
v1.0.6
03/19/2016
1 New
- Templates now display default tag and category taxonomy type as links.
2 Improvements
- Default templates updated
- Page load times have been decreased from ~250ms to ~90ms on PHP7.
3 Bugfixes
- Fixed repeating rule display from MTWRFSU to full Monday, Tuesday, etc in templates.