Skip to content

Commit bc5ae28

Browse files
committed
version bump
1 parent efec539 commit bc5ae28

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

bmlt-meeting-list.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* Plugin Name: Bread
1212
* Plugin URI: https://bmlt.app
1313
* Description: Maintains and generates PDF Meeting Lists from BMLT.
14-
* Version: 2.8.6
14+
* Version: 2.8.7
1515
* Author: bmlt-enabled
1616
* Author URI: https://bmlt.app/
1717
* License: GPL-2.0+
@@ -30,7 +30,7 @@
3030
* Start at version 2.8.0 and use SemVer - https://semver.org
3131
* Rename this for your plugin and update it as you release new versions.
3232
*/
33-
define('BREAD_VERSION', '2.8.0');
33+
define('BREAD_VERSION', '2.8.7');
3434

3535
/**
3636
* The code that runs during plugin activation.

public/class-bread-meetingslist-structure.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,8 @@ function __construct(Bread $bread, array $result_meetings, string $lang, int $in
158158
$meeting_sort = $this->options['meeting_sort'];
159159
if ($include_additional_list > 0) {
160160
switch ($this->options['additional_list_sort_order']) {
161-
case 'meeting_name':
162-
$meeting_sort = 'meeting_name';
161+
case 'name':
162+
$meeting_sort = 'group';
163163
$this->suppress_heading = true;
164164
break;
165165
case 'weekday_tinyint,start_time':

readme.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Tags: meeting list, bmlt, narcotics anonymous, na
55
Requires PHP: 8.1
66
Requires at least: 6.2
77
Tested up to: 6.7.1
8-
Stable tag: 2.8.6
8+
Stable tag: 2.8.7
99

1010
License: GPLv2 or later
1111
License URI: http://www.gnu.org/licenses/gpl-2.0.html
@@ -55,6 +55,9 @@ Follow all these steps, keep in mind that once you start using bread, it's not g
5555

5656
== Changelog ==
5757

58+
= 2.8.7 =
59+
* Fixes in heading generation.
60+
5861
= 2.8.6 =
5962
* Performance Improvements.
6063

0 commit comments

Comments
 (0)