Skip to content

Releases: ArthurHoaro/shaarli2twitter

v2.2.0

13 Oct 11:17
2165c7f
Compare
Choose a tag to compare

Shaarli compatibility: v0.12.0+

Added

  • Compatibility with PHP 8.0
  • CI against PHP 7.3, 7.4 and 8.0

Changed

  • Use new permalink URL format from Shaarli v0.12.
  • Use new TemplatePage instead of legacy Router class.

Removed

  • Support for PHP 5.6 and 7.0

v2.1.0

03 Aug 11:08
v2.1.0
Compare
Choose a tag to compare

Please use CTRL+F5 (or equivalent) on editlink page to refresh the JS file cache after upgrading the plugin.

Added

  • Allow user to manually edit tweet format for each shaare

Fixed

  • Don't trigger JS events when editing a shaare
  • Better handling of checkbox (and new inputs) disabled status with private shaare status

v2.0.0

27 Jul 10:47
v2.0.0
Compare
Choose a tag to compare

Support Shaarli's namespaces (v0.11.0)

v1.4.0

01 Sep 11:25
Compare
Choose a tag to compare

Added

  • Hide URL parameter for notes (check out the README).
  • UT and Travis build

Fixed

  • Fix an issue where a field would be cut with a negative number
  • Remove non alphanumerical tags because Twitter only allows that
  • PSR-2 syntax

Changed

  • URL are now removed from title, description and tags to prevent length errors, broken links and unreadable tweets.
  • All internal function are now prefixed to avoid collusion with other plugins

thanks to @yomli

v1.3.1

11 Nov 09:55
580f527
Compare
Choose a tag to compare

Changed: increase new tweet length from 140 to 280 - thanks to @kalvn

Compatibility: Shaarli v0.8.1 and higher.

v1.3.0

20 Jan 10:32
Compare
Choose a tag to compare
  • Changed: the setting TWITTER_USE_PERMALINK has been removed and replaced by a placeholder ${permalink}.
  • Major bug fix: URL length were calculated using their actual length instead of t.co length.
  • Minor bug fix: Support multibytes string split (e.g. don't truncate emoji).

Compatibility: Shaarli v0.8.1 and higher.

v1.2.0

12 Dec 16:15
Compare
Choose a tag to compare
  • Upgrade to Shaarli v0.8.1 compatibility.
  • Checkbox compatibility with Material Theme.

Compatibility: Shaarli v0.8.1 and higher.

v1.1.0

08 Dec 18:08
Compare
Choose a tag to compare
  • A button to enable/disable a tweet has been added.

Compatibility: Shaarli v8.0.0 and higher.

v1.0.0

04 Nov 17:43
Compare
Choose a tag to compare

First release

Compatibility: Shaarli v8.0.0 and higher.