matacms / matacms-post
MATA CMS 的帖子管理
1.0.3.2-alpha
2016-09-02 15:07 UTC
Requires
- zelenin/yii2-rss: 0.0.4
This package is not auto-updated.
Last update: 2024-09-14 15:32:21 UTC
README
帖子模块允许在 MATA CMS 中管理帖子。
安装
- 使用 composer 添加应用程序
"matacms/matacms-post": "~1.0.0"
客户端
帖子客户端扩展 matacms\clients
.
此外,它还公开了以下方法
public function findByURI($uri) {}
返回指定 URI 的帖子实体。
public function findAll() {}
返回使用 缓存依赖
的所有已发布帖子实体。
public function getFindAllQuery() {}
返回不使用缓存的全部已发布帖子实体。
更新日志
1.0.3.2-alpha,2016年9月2日
- 更新了帖子模型的操作行为
1.0.3.1-alpha,2015年9月18日
- 添加了支持 matacms-language 的迁移
1.0.3-alpha,2015年8月21日
- 为 PublicationDate 添加了日期时间字段
1.0.2-alpha,2015年5月22日
- README.md 更新了帖子客户端的使用说明。
1.0.1-alpha,2015年5月21日
- 更新 composer.json
- 更新 README.md
1.0.0-alpha,2015年5月18日
- 首次发布。