Skip to content

Releases: aerni/statamic-social-links

v3.2.0

07 May 13:21
6183515
Compare
Choose a tag to compare

What's changed

  • Added support for Statamic 5

v3.1.0

11 May 17:43
Compare
Choose a tag to compare

What's changed

  • Added support for Statamic 4
  • Dropped support for Statamic 3

v3.0.3

12 Jan 13:55
14058f9
Compare
Choose a tag to compare

What's fixed

  • Fixed filename case

v3.0.2

10 Jan 17:54
Compare
Choose a tag to compare

What's fixed

  • Ensure we remove any @ from the Twitter handle.

v3.0.1

05 Jan 22:16
Compare
Choose a tag to compare

What's fixed

  • Fixed Facebook profile link

v3.0.0

05 Jan 22:07
18855d9
Compare
Choose a tag to compare

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

12 Jun 09:47
134ed78
Compare
Choose a tag to compare

What's improved

  • Prevent 301 redirects of Pinterest links (#4)

v2.3.0

02 Jul 06:22
a70b689
Compare
Choose a tag to compare
  • [new] Add support for Telegram

v2.2.0

11 Feb 17:27
Compare
Choose a tag to compare
  • [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

12 Nov 15:55
0f151e6
Compare
Choose a tag to compare
  • [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.