Skip to content

Commit

Permalink
adding sort_by
Browse files Browse the repository at this point in the history
  • Loading branch information
pjaudiomv committed Jul 9, 2020
1 parent 53b711b commit 0eee9ce
Show file tree
Hide file tree
Showing 3 changed files with 229 additions and 139 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Displays download links and versions for latest BMLT Releases simply add [bmlt_v
[bmlt_versions]

**Attributes:** root_server, wordpress, drupal, basic, crouton, bread, yap, tabbed_map, meeting_map, list_locations, upcoming_meetings, contacts
Adds ability to hide certain releases, default is to show all or 1.
Adds ability to hide certain releases, default is to show all or 1. sort_by allows you to sort by name or date, defaults to date. [bmlt_versions sort_by="name"] or [bmlt_versions sort_by="date"] defaults to date if not specified.

Ex. [bmlt_versions drupal="0"] would not display drupal link.

Expand All @@ -25,6 +25,9 @@ This section describes how to install the plugin and get it working.

# Changelog

= 1.6.0 =
* Added Sorting Option. [bmlt_versions sort_by="name"] or [bmlt_versions sort_by="date"] defaults to date if not specified.

= 1.5.0 =
* Added Temporary Closures

Expand Down Expand Up @@ -93,4 +96,4 @@ This section describes how to install the plugin and get it working.

= 1.0.0 =

* Initial Release
* Initial Release
Loading

0 comments on commit 0eee9ce

Please sign in to comment.