This repository has been archived by the owner on Apr 16, 2023. It is now read-only.
Releases: aldolat/pinboard-bookmarks
Releases · aldolat/pinboard-bookmarks
Changelog for 1.15.0
Changelog for 1.14.1
- Added new link to plugin line in the WordPress plugins management page.
- Updated compatibility to WordPress 5.6.
Changelog for 1.14.0
- Avoid printing the HTML tag when the text before the base URL of the original site is empty.
Changelog for 1.13.1
- Fixed domain for a string in the widget admin panel.
Changelog for 1.13.0
- Added options for links relationship.
Changelog for 1.12.0
- Updated protocols from http to https
- Added Pinboard as source
Changelog for 1.11.0
- Display feed errors to Administrator only.
Changelog for 1.10.0
- Added option to display original site base URL.
- Added control if user entered 0 as items quantity.
- Fixed displaying comments under checkboxes.
Changelog for 1.9.0
- Display real true/false in debug section. Now the debug section displays real true/false if an option is a boolean value, instead of displaying respectively 1 or (empty). Also, if the value is a string with 0 as content, displays the real content 0, not (empty).
- Now the source can be displayed independently from tags.
- Corrected the text of widget introduction.
- Moved CSS into assets directory.
Changelog for 1.8.2
- Totally revamped cache section in debug.
- Added an ID when the shortcode is used.
- Fixed cache time duration.
- Used PHP
date()
instead of WordPressdate_i18n()
. - Required PHP 5.3 for use of anonymous functions.