You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds ability to hide certain releases, default for most 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.
10
10
11
11
Ex. [bmlt_versions drupal="0"] would not display drupal link.
@@ -14,7 +14,7 @@ Ex. [bmlt_versions drupal="0"] would not display drupal link.
14
14
[bmlt_versions_simple]
15
15
16
16
This is just a more concise and simple display but allows you to add documentation links in dashboard settings.
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_simple sort_by="name"] or [bmlt_versions_simple sort_by="date"] defaults to date if not specified.
19
19
20
20
Ex. [bmlt_versions_simple drupal="0"] would not display drupal link.
Adds ability to hide certain releases, default for most 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.
19
19
20
20
Ex. [bmlt_versions drupal="0"] would not display drupal link.
@@ -23,7 +23,7 @@ Ex. [bmlt_versions drupal="0"] would not display drupal link.
23
23
[bmlt_versions_simple]
24
24
25
25
This is just a more concise and simple display but allows you to add documentation links in dashboard settings.
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_simple sort_by="name"] or [bmlt_versions_simple sort_by="date"] defaults to date if not specified.
28
28
29
29
Ex. [bmlt_versions_simple drupal="0"] would not display drupal link.
@@ -113,7 +113,7 @@ This section describes how to install the plugin and get it working.
113
113
114
114
= 1.1.3 =
115
115
116
-
* Changed root server to pull version from github api.
0 commit comments