Releases: aerni/statamic-social-links
Releases · aerni/statamic-social-links
v3.2.0
What's changed
- Added support for Statamic 5
v3.1.0
What's changed
- Added support for Statamic 4
- Dropped support for Statamic 3
v3.0.2
What's fixed
- Ensure we remove any
@
from the Twitter handle.
v3.0.1
What's fixed
- Fixed Facebook profile link
v3.0.0
What's new
- Complete refactor of the codebase
- New Tag to create social profile links
- New Tag to get name of social channel
What's breaking
- Dropped support for PHP 7.4
- New Tag architecture
Migrating from version 2
The usage of the Tag has changed. Migrating from version 2 should be fairly simple:
Version 2
{{ social_links:facebook }}
Version 3
{{ social:facebook:share }}
v2.3.1
What's improved
- Prevent 301 redirects of Pinterest links (#4)
v2.3.0
- [new] Add support for Telegram
v2.2.0
- [new] Added support for PHP 8
- [new] Changed the
mailto
parameter to to
- [new] The
body
parameter of the mail channel will now override the url
in the body text to give you better control
v2.1.0
- [new] Add support for
Xing
- [fix] When using the
mail
channel, the url
was nowhere to be found. The url
is now placed within the body of the email.