matacms / matacms-social
管理MATACMS的社会帖子
1.0.1.9-alpha
2016-07-15 11:48 UTC
This package is not auto-updated.
Last update: 2024-09-14 17:20:44 UTC
README
社交模块允许从社交网络获取内容。
安装
- 使用composer添加模块
"matacms/matacms-social": "~1.0.0"
- 运行迁移
php yii migrate/up --migrationPath=@vendor/matacms/matacms-social/migrations
客户端
社交客户端扩展自matacms\clients
.
此外,它还公开以下方法
public function findAll() {}
使用caching dependency
返回所有SocialPost实体
public function getFindAllQuery() {}
不使用缓存返回所有SocialPost实体
变更日志
1.0.1.9-alpha,2016年7月15日
- 更新使用访问令牌从Instagram获取数据
1.0.1.8-alpha,2016年7月1日
- 更新instagram API调用
1.0.1.7-alpha,2016年4月1日
- 更新instagram API调用
1.0.1.6-alpha,2016年2月25日
- 错误修复
1.0.1.5-alpha,2015年8月21日
- 更新条目详情视图的标记
- 单独添加属性以显示社交帖子图片
1.0.1.4-alpha,2015年8月4日
- 更新条目详情视图的标记。
1.0.1.3-alpha,2015年7月8日
- 更新社交命令
1.0.1.2-alpha,2015年6月15日
- 更新图标
1.0.1.1-alpha,2015年6月12日
- 错误修复
1.0.1-alpha,2015年6月12日
- 添加使用hashtag获取用户推文的抓取
1.0.0-alpha,2015年6月10日
- 首次发布。