diff --git a/README.md b/README.md index c017c7b..7d20882 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,9 @@ This section describes how to install the plugin and get it working. # Changelog += 1.6.1 = +* Fix for simple. + = 1.6.0 = * Added Sorting Option. [bmlt_versions sort_by="name"] or [bmlt_versions sort_by="date"] defaults to date if not specified. diff --git a/bmlt-versions/bmlt-versions.php b/bmlt-versions/bmlt-versions.php index ef0aad9..bc15ba5 100644 --- a/bmlt-versions/bmlt-versions.php +++ b/bmlt-versions/bmlt-versions.php @@ -5,7 +5,7 @@ Description: A simple content generator to display the versions and links of the various BMLT components. Add [bmlt_versions] to a page or a post to generate the list. Author: BMLT Authors Author URI: https://bmlt.app -Version: 1.6.0 +Version: 1.6.1 Install: Drop this directory into the "wp-content/plugins/" directory and activate it. */ /* Disallow direct access to the plugin file */ diff --git a/bmlt-versions/readme.txt b/bmlt-versions/readme.txt index 5688cbe..780b36b 100644 --- a/bmlt-versions/readme.txt +++ b/bmlt-versions/readme.txt @@ -3,7 +3,7 @@ Contributors: pjaudiomv, radius314 Tags: bmlt, meeting list Tested up to: 5.3.2 -Stable tag: 1.6.0 +Stable tag: 1.6.1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -35,6 +35,9 @@ This section describes how to install the plugin and get it working. == Changelog == += 1.6.1 = +* Fix for simple. + = 1.6.0 = * Added Sorting Option. [bmlt_versions sort_by="name"] or [bmlt_versions sort_by="date"] defaults to date if not specified.