matacms / matacms-social
Manages social posts for MATACMS
Installs: 410
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 5
Forks: 0
Open Issues: 0
Type:yii2-extension
This package is not auto-updated.
Last update: 2024-11-09 18:06:24 UTC
README
Social module allows fetching content from social networks.
Installation
- Add the module using composer:
"matacms/matacms-social": "~1.0.0"
- Run migrations
php yii migrate/up --migrationPath=@vendor/matacms/matacms-social/migrations
Client
Social Client extends matacms\clients
.
In addition, it exposes the following methods:
public function findAll() {}
Returns all SocialPost entities using caching dependency
public function getFindAllQuery() {}
Returns all SocialPost entities without caching.
Changelog
1.0.1.9-alpha, July 15, 2016
- Updated fetching data from Instagram using access token
1.0.1.8-alpha, July 1, 2016
- Updates for instagram api calls
1.0.1.7-alpha, April 1, 2016
- Updates for instagram api calls
1.0.1.6-alpha, February 25, 2016
- Bugfix
1.0.1.5-alpha, August 21, 2015
- Updated markup for entry detail view
- Added attributes separately to show the social post img
1.0.1.4-alpha, August 04, 2015
- Updated markup for entry detail view.
1.0.1.3-alpha, July 8, 2015
- Updated social command
1.0.1.2-alpha, June 15, 2015
- Updated icons
1.0.1.1-alpha, June 12, 2015
- Bugfix
1.0.1-alpha, June 12, 2015
- Added fetching user tweets with hashtag
1.0.0-alpha, June 10, 2015
- Initial release.