Skip to content
This repository has been archived by the owner on Apr 2, 2019. It is now read-only.

Releases: kalebheitzman/grav-plugin-events

Major Refactor

02 Oct 23:31
Compare
Choose a tag to compare

v1.0.15

10/02/2016

  1. 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
  2. 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

16 Sep 01:46
Compare
Choose a tag to compare

v1.0.14

09/15/2016

  1. [#bugfix]
    • Issue #25 - Variable not initialized throws error in for loop.

Frequency and Repeating Dates Major Fix

19 Aug 07:26
Compare
Choose a tag to compare

08/19/2016

  1. New
    • Added Events sidebar with events listing
  2. 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

19 Aug 03:02
Compare
Choose a tag to compare

08/18/2016

  1. New

Micro formats Release

12 Aug 21:52
Compare
Choose a tag to compare

Merged @paulcmal's microformats pull request.

Bumped Version Number

05 Jul 03:42
Compare
Choose a tag to compare
1.0.10

Bumped 1.0.10

Calendar Enhancement and Bug Fixes

04 Jul 15:19
Compare
Choose a tag to compare

v1.0.9

07/04/2016

    • Added start and end times to calendar template
    • Added demo link that points to the start for this calendar (advance forward to see new events, etc)
    • Added a link to a github repo to see Event configuration under the user/pages Grav directory
    • Issue #13 - Wrong link in read me for demo site.
    • Issue #15 - Current day in current month only (not multiple months)
    • Issue #16 - Update for Grav 1.1 fixed with 1.0.4 DateTools plugin

Hotfix for Unset Arrays

15 Mar 20:51
Compare
Choose a tag to compare

v1.0.8

03/15/2016

1
* Issue #8 - Fixed unset arrays causing fatal error

Templates Update

14 Mar 22:31
Compare
Choose a tag to compare

v1.0.7

03/14/2016

    • Templates now reflect default Grav Antimatter Theme
    • Issue #7 - Event repeating once a week not rendedered correctly
    • Issue #6 - Media now being displayed with each dynamic event

Template Updates

05 Mar 05:17
Compare
Choose a tag to compare

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.