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

Commit

Permalink
Merge branch 'release/1.0.12'
Browse files Browse the repository at this point in the history
  • Loading branch information
kalebheitzman committed Aug 19, 2016
2 parents eeda7f2 + 229ba43 commit 2bd1845
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 8 deletions.
18 changes: 16 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,25 @@
# v1.0.12
## 08/18/2016

1. [](#new)
* Issue #24 - Added German translation from @aender6840

# v1.0.11
## 08/12/2016

1. [](#new)
- [microformats2](http://microformats.org) support
- Dates are now translated in the `event_item` template, if `events.date_format.translate` setting
* [microformats2](http://microformats.org) support
* Dates are now translated in the `event_item` template, if `events.date_format.translate` setting

# v1.0.10
## 07/04/2016

1. [](#bugfix)
* Bumped version number

# v1.0.9
## 07/04/2016

1. [](#improved)
* 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)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Events Plugin for Grav CMS

This is an events plugin that works with [Grav CMS](http://getgrav.org) 1.0.10+. You can create single and repeating events using `event` frontmatter on any page you choose. The Events Plugin provides templates for both listing and full calendar views. *Be sure to copy over the yaml files in the blueprints folder so you can edit events in your admin section.*
This is an events plugin that works with [Grav CMS](http://getgrav.org) 1.1.3+. You can create single and repeating events using `event` frontmatter on any page you choose. The Events Plugin provides templates for both listing and full calendar views. *Be sure to copy over the yaml files in the blueprints folder so you can edit events in your admin section.*

[View the demo](https://grav.brandr.co/calendar/year:2016/month:03) *Sidenote: the demo is running the development version of this plugin. From time to time you may see features that haven't been released yet.*

Expand Down Expand Up @@ -131,4 +131,4 @@ Be sure to checkout the [DateTools Plugin](https://github.com/kalebheitzman/grav

### Contributers

[paulcmal](https://github.com/paulcmal), [Piterden](https://github.com/Piterden)
[paulcmal](https://github.com/paulcmal), [Piterden](https://github.com/Piterden), [aender6840](https://github.com/aender6840)
2 changes: 1 addition & 1 deletion blueprints.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Events
version: 1.0.11
version: 1.0.12
description: "The **Events** plugin provides events for a Grav site using event frontmatter."
icon: calendar
author:
Expand Down
2 changes: 1 addition & 1 deletion classes/calendar.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* @author Kaleb Heitzman <kalebheitzman@gmail.com>
* @copyright 2016 Kaleb Heitzman
* @license https://opensource.org/licenses/MIT MIT
* @version 1.0.11
* @version 1.0.12
* @link https://github.com/kalebheitzman/grav-plugin-events
* @since File available since Release 1.0.0
*/
Expand Down
2 changes: 1 addition & 1 deletion classes/events.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* @author Kaleb Heitzman <kalebheitzman@gmail.com>
* @copyright 2016 Kaleb Heitzman
* @license https://opensource.org/licenses/MIT MIT
* @version 1.0.11
* @version 1.0.12
* @link https://github.com/kalebheitzman/grav-plugin-events
* @since 1.0.0 Initial Release
*/
Expand Down
2 changes: 1 addition & 1 deletion events.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* @author Kaleb Heitzman <kalebheitzman@gmail.com>
* @copyright 2016 Kaleb Heitzman
* @license https://opensource.org/licenses/MIT MIT
* @version 1.0.11
* @version 1.0.12
* @link https://github.com/kalebheitzman/grav-plugin-events
* @since 1.0.0 Initial Release
*/
Expand Down
7 changes: 7 additions & 0 deletions languages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,10 @@ fr:
NAME: %s | Évènements (%d prochains mois)
DESCRIPTION: Les événements de %s dans les deux prochains mois.
MORE_EVENTS: Plus d'évènements.
de:
PLUGIN_EVENTS:
MONTH_EVENTS: %s Veranstaltungen
SIDEBAR_FEED:
NAME: %s | Veranstaltungen (nächsten %d Monat)
DESCRIPTION: %s's Veranstaltungen in den nächsten %d Monaten.
MORE_EVENTS: Mehr Veranstaltungen.

0 comments on commit 2bd1845

Please sign in to comment.