Releases: verbb/social-poster
Releases · verbb/social-poster
2.0.5
Fixed
- Fix error when trying to post to Facebook.
2.0.4
Fixed
- Fix Facebook authentication issues when
usePathInfo = false
, on some environments.
2.0.3
Fixed
- Fix
title
andurl
content not parsing twig.
2.0.2
Added
- Add override notice for settings fields.
Fixed
- Fix deprecation error.
- Fix tabs not working in sidebar widget.
- Fix Facebook not sending the supplied image.
- Fix error when trying to use an image from an asset field.
2.0.1
Added
- Add
craft.socialPoster.posts
.
Fixed
- Fix logging not working correctly in some areas.
- Fix provider settings not saving.
- Fix error when deleting account.
2.0.0
Added
- Craft 3.1+ release.
- Added Accounts so you can have multiple ways to post to providers.
1.2.2
Merge pull request #21 from lindseydiloreto/master Adds "Date Tweeted" column to the Entry index view
1.2.1
- [Added] Verbb marketing (new plugin icon, readme, etc).
1.2.0
- [Added] Added Posts management sections in CP.
- [Added] Added ability to easily re-post past social media posts.
- [Added] Added
craft.socialPoster.posts()
template function to fetch successful posts on an entry. - [Added] Added
url
attribute on posts - this returns the external URL to the corresponding post on the social media provider you've posted to - ie https://facebook.com/mypost. - [Improved] Full JSON responses from providers are now saved for posterity, debugging, and future use.
- [Improved] Improved Facebook posting, allowing you to properly post to either Profile, Page or Group.
1.1.2
- [Fixed] Fixed version number (sorry!).