From 5e2d5d24ad242d0019098fd83f9cb53ab4b1aa39 Mon Sep 17 00:00:00 2001 From: otrok7 <50595291+otrok7@users.noreply.github.com> Date: Wed, 11 Dec 2024 02:34:34 +0100 Subject: [PATCH] Fix for #215 --- bmlt-meeting-list.php | 2 +- includes/class-bread.php | 2 +- readme.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bmlt-meeting-list.php b/bmlt-meeting-list.php index acaf31e..d588d3e 100644 --- a/bmlt-meeting-list.php +++ b/bmlt-meeting-list.php @@ -11,7 +11,7 @@ * Plugin Name: Bread * Plugin URI: https://bmlt.app * Description: Maintains and generates PDF Meeting Lists from BMLT. - * Version: 2.8.1 + * Version: 2.8.2 * Author: bmlt-enabled * Author URI: https://bmlt.app/ * License: GPL-2.0+ diff --git a/includes/class-bread.php b/includes/class-bread.php index fd6c499..d541a35 100644 --- a/includes/class-bread.php +++ b/includes/class-bread.php @@ -186,7 +186,7 @@ private function loadAllSettings($holder): int } if ($this->allSettings === false) { $this->allSettings = array(); - $this->allSettings[1] = array(); + $this->allSettings[1] = "Default Setting"; $this->maxSetting = 1; } else { foreach ($this->allSettings as $key => $value) { diff --git a/readme.txt b/readme.txt index 48d1485..3144270 100644 --- a/readme.txt +++ b/readme.txt @@ -5,7 +5,7 @@ Tags: meeting list, bmlt, narcotics anonymous, na Requires PHP: 8.1 Requires at least: 6.2 Tested up to: 6.7.1 -Stable tag: 2.8.1 +Stable tag: 2.8.2 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html