Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
otrok7 committed Dec 17, 2024
1 parent efec539 commit bc5ae28
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
4 changes: 2 additions & 2 deletions bmlt-meeting-list.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* Plugin Name: Bread
* Plugin URI: https://bmlt.app
* Description: Maintains and generates PDF Meeting Lists from BMLT.
* Version: 2.8.6
* Version: 2.8.7
* Author: bmlt-enabled
* Author URI: https://bmlt.app/
* License: GPL-2.0+
Expand All @@ -30,7 +30,7 @@
* Start at version 2.8.0 and use SemVer - https://semver.org
* Rename this for your plugin and update it as you release new versions.
*/
define('BREAD_VERSION', '2.8.0');
define('BREAD_VERSION', '2.8.7');

/**
* The code that runs during plugin activation.
Expand Down
4 changes: 2 additions & 2 deletions public/class-bread-meetingslist-structure.php
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,8 @@ function __construct(Bread $bread, array $result_meetings, string $lang, int $in
$meeting_sort = $this->options['meeting_sort'];
if ($include_additional_list > 0) {
switch ($this->options['additional_list_sort_order']) {
case 'meeting_name':
$meeting_sort = 'meeting_name';
case 'name':
$meeting_sort = 'group';
$this->suppress_heading = true;
break;
case 'weekday_tinyint,start_time':
Expand Down
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.6
Stable tag: 2.8.7

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

== Changelog ==

= 2.8.7 =
* Fixes in heading generation.

= 2.8.6 =
* Performance Improvements.

Expand Down

0 comments on commit bc5ae28

Please sign in to comment.