Skip to content

Releases: timothyreed1/lists-of-links

Lists of Links 1.2.1

Choose a tag to compare

@timothyreed1 timothyreed1 released this 24 Jun 03:55

Security review

  • Escape table/grid style attributes with esc_attr() to prevent latent XSS if callers are extended
  • Use wp_safe_redirect() instead of wp_redirect() in the admin post handler
  • Guard parse_url() against malformed REQUEST_URI in the noindex feature

No functional changes. Upgrade recommended.

Lists of Links 1.2.0

Choose a tag to compare

@timothyreed1 timothyreed1 released this 01 Jun 05:41

What's new

  • Each link can now have one or more comma-separated tags (eg books, reference, free)
  • Tags are visible and editable in the admin interface (All Links table and Add/Edit form)
  • All three shortcodes accept a tags= attribute to filter output by tag, with OR matching across multiple tags
  • Tags are never shown in shortcode output
  • Existing installations are upgraded automatically on first page load after update — no deactivate/reactivate needed

Usage

[lists_of_links tags="books"] - show links tagged "books"

[lists_of_links_table tags="books,reference"] - show links tagged "books" or "reference"

[lists_of_links_grid category="Health" tags="free"] - combine category and tag filters

Lists of Links 1.1.1

Choose a tag to compare

@timothyreed1 timothyreed1 released this 17 May 07:36

Upload lists-of-links.zip via WP Admin > Plugins > Add New > Upload Plugin, then activate.

What's new in 1.1.1

  • Bug fix — All Links admin table now scrolls correctly on mobile. Columns no longer collapse or extend outside the table boundary on small screens.

Lists of Links 1.1.0

Choose a tag to compare

@timothyreed1 timothyreed1 released this 15 May 05:34

Upload lists-of-links.zip via WP Admin > Plugins > Add New > Upload Plugin, then activate.

What's new in 1.1.0

  • Column selection — all three shortcodes now support a columns="..." attribute to control which columns are displayed and in what order. Example: [lists_of_links_grid columns="title,description"]
  • Sort by column — output is sorted by the leftmost column first, then remaining columns in order
  • Category grouping[lists_of_links] groups links under category headings only when category is the leftmost column
  • New [lists_of_links_table] shortcode for plain table output
  • New [lists_of_links_grid] shortcode for bordered grid output with bold column headers
  • Category filtering — all three shortcodes support category="..." to display only links in a specified category
  • Admin UX — Actions column moved to leftmost position in the All Links table
  • Admin UX — Long URLs no longer cause horizontal scrolling in the All Links table
  • Bug fix — Single quotes and double quotes in blurbs no longer accumulate backslashes on each save

Lists of Lists v1.0.0

Choose a tag to compare

@timothyreed1 timothyreed1 released this 12 May 04:33
7edea92

This is the initial release. Upload lists-of-links.zip via WP Admin> Plugins> Add New> Upload Plugin, then activate.

Includes these features:

Save links with category, title, URL, and a one-line description
Admin interface to add, edit, and delete links
Navigate between links with Previous and Next buttons
Navigate with automatic saving with Save and Previous and Save and Next buttons
Configure category heading tag (H1–H6) and list style (bulleted, numbered, or definition lists, or plain paragraphs)
Categories and items within categories are sorted alphabetically
Output inherits all styles from your theme
No link cloaking to comply with Amazon Associates ToS
It's private and collects no information about your account, site, links, or anything else aside from the link-related data you input
Use [lists_of_links] shortcode to display links on any page or post