Skip to content

Commit

Permalink
Merge pull request #496 from bmlt-enabled:Bug-fix-on-non-wp-cases
Browse files Browse the repository at this point in the history
fix for non.-wp cases
  • Loading branch information
otrok7 authored Sep 25, 2024
2 parents 65638b3 + 7d2b7b0 commit e8f61f9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crouton.php
Original file line number Diff line number Diff line change
Expand Up @@ -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__)) {
Expand Down
1 change: 1 addition & 0 deletions croutonjs/src/js/crouton-core.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit e8f61f9

Please sign in to comment.