diff --git a/crouton.php b/crouton.php index 9a11cd6..672fa4e 100644 --- a/crouton.php +++ b/crouton.php @@ -5,7 +5,7 @@ Description: A tabbed based display for showing meeting information. Author: bmlt-enabled Author URI: https://bmlt.app -Version: 3.20.1 +Version: 3.20.2 */ /* Disallow direct access to the plugin file */ if (basename($_SERVER['PHP_SELF']) == basename(__FILE__)) { diff --git a/croutonjs/src/js/crouton-core.js b/croutonjs/src/js/crouton-core.js index 00865d5..f085038 100644 --- a/croutonjs/src/js/crouton-core.js +++ b/croutonjs/src/js/crouton-core.js @@ -40,6 +40,7 @@ function Crouton(config) { language: "en-US", // Default language translation, available translations listed here: https://github.com/bmlt-enabled/crouton/blob/master/croutonjs/src/js/crouton-localization.js has_tabs: true, // Shows the day tabs filter_tabs: 0, // Whether to show weekday tabs on filtering. + filter_visible: 0, // whether entries in table should be limited to those visible in map header: true, // Shows the dropdowns and buttons include_weekday_button: true, // Shows the weekday button int_include_unpublished: 0, // Includes unpublished meeting diff --git a/readme.txt b/readme.txt index 15d4dcb..852e7f8 100644 --- a/readme.txt +++ b/readme.txt @@ -5,7 +5,7 @@ Tags: na, meeting list, meeting finder, maps, recovery, addiction, webservant, b Requires at least: 4.0 Required PHP: 8.0 Tested up to: 6.6.2 -Stable tag: 3.20.1 +Stable tag: 3.20.2 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html crouton implements a Tabbed UI for BMLT.