3.2.0
May 7th, 2024
What's changed
- Added support for Statamic 5
3.1.0
May 11th, 2023
What's changed
- Added support for Statamic 4
- Dropped support for Statamic 3
3.0.3
January 12th, 2023
What's fixed
- Fixed filename case
3.0.2
January 10th, 2023
What's fixed
- Ensure we remove any
@from the Twitter handle.
3.0.1
January 5th, 2023
What's fixed
- Fixed Facebook profile link
3.0.0
January 5th, 2023
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#89DDFF;">:share }}
2.3.1
June 12th, 2022
What's improved
- Prevent 301 redirects of Pinterest links (#4)
2.3.0
July 2nd, 2021
- New Add support for Telegram
2.2.0
February 11th, 2021
- New Added support for PHP 8
- New Changed the
mailtoparameter toto - New The
bodyparameter of the mail channel will now override theurlin the body text to give you better control
2.1.0
November 12th, 2020
- New Add support for
Xing - Fix When using the
mailchannel, theurlwas nowhere to be found. Theurlis now placed within the body of the email.
2.0.1
August 4th, 2020
Fix Make sure to only create a link when the channel called in the Tag is actually supported by this addon
2.0.0
July 29th, 2020
New Port to Statamic v3