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:share }}
2.2.0
February 11th, 2021
- New Added support for PHP 8
- New Changed the
mailto
parameter toto
- New The
body
parameter of the mail channel will now override theurl
in the body text to give you better control
2.1.0
November 12th, 2020
- New Add support for
Xing
- Fix When using the
mail
channel, theurl
was nowhere to be found. Theurl
is 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