Skip to content

Releases: INN/link-roundups

Link Roundups version 1.0.1

29 May 19:06
v1.0.1

Choose a tag to compare

This release contains minor bug fixes for the 1.0.1 release. For more information about this release, see the release announcement blog post.

  • Fixes a syntax error discovered via static analysis that blocked wordpress.org release of version 1.0.0. Pull request #171 for issue #170.
  • Fixes a number of WordPress code standards issues and undefined variables. Pull request #175 for issues #174 and #169.
  • Updates Grunt developer tools with updated LESS-to-CSS pipeline, new translation pipeline using wp i18n. Pull request #181 for issue #180.
  • Adds translation notes for several strings that contained placeholders. Pull request #181 for issue #156.

Link Roundups version 1.0.0

29 May 19:04
v1.0.0

Choose a tag to compare

Notable improvements in this release:

For more information about this release, see the release announcement blog post.

Changelog

  • Tested up to WordPress 5.2 and PHP 7.3
  • Reenables the "Save to Site" bookmarklet for saving links for Link Roundups, if the site admin is willing to use the Press This plugin to enable this feature. Pull request #159 for issue #130.
  • Updates the WordPress MailChimp Tools submodule to use version 3 of the MailChimp API, and gain various compatibility updates for modern PHP versions. Upgrading to the new MailChimp API means that users of the MailChimp campaign functionality in the Link Roundups plugin can now use MailChimp editable content areas in their templates, as described in our documentation.
  • Updates installation documentation. Pull request #139 for issue #145.
  • Applies the 'widget_title' filter to the title of the Link Roundups widget. Pull request #152 for issue #104.
  • Wraps the Source: label in the Saved Links List widget in a span.source-label. Pull request #139 for issue #144.
  • Sets HTML5 input types on widget forms. Pull request #139 for issue #143.
  • Fixes the saved_links_widget constructor for error-free PHP7 compatibility. Pull request #137 for issue #132.
  • Updates the local clone of WP_List_Table, fixing compatibility, and updating docs for that process. Pull request #139 for issues #128 and #118.
  • Updates Travis automated testing to support PHP 5.6, 7.1, 7.2. Pull request #138 for issue #135.
  • Improves maintainer docs. Pull request #139 for issue #140.

v0.4.1

02 Aug 22:21

Choose a tag to compare

Changes:

  • The default query for Saved Links in the roundup editor is now for the last 30 days
  • Fixed bug with Saved Links RSS feed not displaying to logged-out users (#120)

v0.3.2

26 Aug 16:20

Choose a tag to compare

  • Submitted the plugin to WordPress.org
  • Removed all references to Argo Links from the code (except where necessary for migrations and updates)
  • Push to MailChimp functionality: if a campaign for a Link Roundup was deleted in Mailchimp, don't show the "Edit in MailChimp" link in the post editor
  • Automated flushing permalink settings when setting custom slugs for Link Roundups
  • If we're able to find a featured image for a Saved Link, display it alongside the link on the front end
  • Display an admin notice when the plugin fails to import a featured image for a Saved Link
  • Add an option to dequeue Link Roundups front end CSS
  • Provide a general way of adding classes to individual Saved Link shortcodes to make customization for different types of links possible
  • Use TinyMCE editor for Saved Link descriptions
  • Provide a link to edit Saved Links in the "Recent Saved Links" meta box on Link Roundup editor pages
  • Fix display of Saved Link archive pages
  • Note on the update/upgrade page that instances of "Argo Links Widget" must be replaced with "Saved Links Widget" after update

v0.3.1

10 Aug 14:55

Choose a tag to compare

  • Update readme.txt 'requires at least' to match readme.md
  • Add release.sh for pushing changes to wordpress.org
  • Fix the browser bookmarklet

v0.3.0

03 Aug 15:38

Choose a tag to compare

  • Initial public release
  • Added a Gruntfile.js to manage compiling and minfying CSS and Javascript assets
  • Renamed the plugin from Argo Links to Link Roundups
  • Removed (most) traces of Argo Links from source code
  • Reorganized the project's file, directory layout
  • Added an update framework to help move from Argo Links to Link Roundups
  • Added ability to rename Link Roundup posts
  • Added ability to modify Link Roundup URL slug
  • Changed label for "Argo Link This!" button to "Save to Site"
  • Added ability to create a MailChimp campaign based on a Link Roundup post
  • Prepared the plugin for release on wordpress.org