Skip to content
This repository has been archived by the owner on Apr 16, 2023. It is now read-only.

Releases: aldolat/pinboard-bookmarks

Changelog for 1.15.0

06 Jan 09:34
dbe7b5f
Compare
Choose a tag to compare
  • Added collapsible panels.
  • Minimum height for text fields is 80 pixels now.
  • Cleaned and beautified HTML code.

Changelog for 1.14.1

21 Nov 17:16
b8df769
Compare
Choose a tag to compare
  • Added new link to plugin line in the WordPress plugins management page.
  • Updated compatibility to WordPress 5.6.

Changelog for 1.14.0

30 May 17:20
bd84ab0
Compare
Choose a tag to compare
  • Avoid printing the HTML tag when the text before the base URL of the original site is empty.

Changelog for 1.13.1

29 May 16:33
216ce18
Compare
Choose a tag to compare
  • Fixed domain for a string in the widget admin panel.

Changelog for 1.13.0

28 May 18:44
5667185
Compare
Choose a tag to compare
  • Added options for links relationship.

Changelog for 1.12.0

27 May 19:05
7f8d03b
Compare
Choose a tag to compare
  • Updated protocols from http to https
  • Added Pinboard as source

Changelog for 1.11.0

24 May 08:33
667f074
Compare
Choose a tag to compare
  • Display feed errors to Administrator only.

Changelog for 1.10.0

10 Nov 07:24
6201c34
Compare
Choose a tag to compare
  • 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

03 Nov 12:16
d830ffc
Compare
Choose a tag to compare
  • 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

02 Nov 16:42
b0fd42d
Compare
Choose a tag to compare
  • Totally revamped cache section in debug.
  • Added an ID when the shortcode is used.
  • Fixed cache time duration.
  • Used PHP date() instead of WordPress date_i18n().
  • Required PHP 5.3 for use of anonymous functions.