Releases: pelican-plugins/linkbacks
Releases · pelican-plugins/linkbacks
v1.0.6 - 2025-12-23
Added
- new configuration setting
LINKBACKS_IGNORED_URLS_PATTERNto 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-existingpelican-plugin-linkbacks.jsonfile.
cf. issue #2
v1.0.5 - 2025-12-22
Added
- ensured support for the latest Python 3.11 version
Fixed
ImportErrorwith Python 3.6 due tocontextlib.nullcontextnot 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
Web pages of size greater than 220 bytes are not ignored anymore
v1.0.3 - Silencing InsecureRequestWarnings
Silencing InsecureRequestWarnings
v1.0.2 - Fixing bug "empty or no certificate"
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
Added
LINKBACKS_CERT_VERIFY&LINKBACKS_REQUEST_TIMEOUTsettings
Fixed
- the
LINKBACKS_USER_AGENTsetting was previously ignored - the user-agent & timeout were improperly configured for the pingback requests
v1.0.0 - Initial release
2019-02-14
Initial version, with support for pingbacks & webmentions.