Skip to content

Releases: pelican-plugins/linkbacks

v1.0.6 - 2025-12-23

23 Dec 12:34

Choose a tag to compare

Added

  • new configuration setting LINKBACKS_IGNORED_URLS_PATTERN to define some URLs that should never be considered for linkbacks (e.g. youtube.com)
  • manual execution mode: python linkbacks.py $pelican_generated_html_file

Changed

  • JSON cache structure evolved to now store the linkbacks requests status.
    This is not backward-compatible, and the plugin will ask you to remove any pre-existing pelican-plugin-linkbacks.json file.
    cf. issue #2

v1.0.5 - 2025-12-22

22 Dec 14:21

Choose a tag to compare

Added

  • ensured support for the latest Python 3.11 version

Fixed

  • ImportError with Python 3.6 due to contextlib.nullcontext not existing yet
  • if the cache/ directory does not exist, it is created - cf. issue #11

Changed

  • The path for linkbacks is modified to allow for pelican-plugins to pick it up properly from pip

v1.0.4 - Minor improvement on max HTML page size handled

15 Jul 07:23
a6ea1c5

Choose a tag to compare

Web pages of size greater than 220 bytes are not ignored anymore

v1.0.3 - Silencing InsecureRequestWarnings

09 Jul 19:19
eed9545

Choose a tag to compare

Silencing InsecureRequestWarnings

v1.0.2 - Fixing bug "empty or no certificate"

09 Jul 18:25
1ce1074

Choose a tag to compare

Fixed

  • fixed this: ValueError: empty or no certificate, match_hostname needs a SSL socket or SSL context with either CERT_OPTIONAL or CERT_REQUIRED

v1.0.1 - Bug fixes & additional settings

09 Jul 17:58
666bcea

Choose a tag to compare

Added

  • LINKBACKS_CERT_VERIFY & LINKBACKS_REQUEST_TIMEOUT settings

Fixed

  • the LINKBACKS_USER_AGENT setting was previously ignored
  • the user-agent & timeout were improperly configured for the pingback requests

v1.0.0 - Initial release

14 Feb 15:38
0f60fa7

Choose a tag to compare

2019-02-14

Initial version, with support for pingbacks & webmentions.