matacms/matacms-calendar

MATA CMS 日历插件

1.0.2-alpha 2015-08-21 10:10 UTC

This package is not auto-updated.

Last update: 2024-09-14 16:55:36 UTC


README

MATA CMS Module

MATA CMS Calendar模块允许显示模型(计划发布)中的实体,这些模型实现了https://github.com/qi-interactive/matacms-base/blob/master/interfaces/CalendarInterface.php

安装

  • 使用composer添加应用程序
"matacms/matacms-calendar": "~1.0.0"

变更日志

1.0.2-alpha, 2015年8月21日

  • 更新了标记

1.0.1-alpha, 2015年7月23日

  • 修复了CalendarHelper:在初始化模型之前,通过ReflectionClass检查模型是否实现了CalendarInterface。

1.0.0-alpha, 2015年5月18日

  • 首次发布。