diff --git a/crouton.php b/crouton.php index f9197a2..846a7cb 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.19.3 +Version: 3.19.4 */ /* 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 ae78194..14b2c4d 100644 --- a/croutonjs/src/js/crouton-core.js +++ b/croutonjs/src/js/crouton-core.js @@ -895,6 +895,7 @@ function Crouton(config) { if (typeof window.croutonMap === 'undefined') { window.croutonMap = new MeetingMap(self.config); if (self.config['map_search']) self.searchMap(); + else self.meetingSearch(); } else if (!self.config['map_search']) self.meetingSearch(); } diff --git a/readme.txt b/readme.txt index e44793b..9fba6073 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.4.2 -Stable tag: 3.19.3 +Stable tag: 3.19.4 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html crouton implements a Tabbed UI for BMLT. @@ -36,6 +36,9 @@ https://demo.bmlt.app/crouton == Changelog == += 3.19.4 = +* Bug fix + = 3.19.3 = * Retrieve infos regarding parent service body. * On mobile devices, the meeting details modal can be swiped left or right to iterate through the list.