Skip to content

Commit f91ae6d

Browse files
committed
Fix for #219
1 parent e60e71a commit f91ae6d

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

bmlt-meeting-list.php

Lines changed: 1 addition & 1 deletion
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.4
14+
* Version: 2.8.5
1515
* Author: bmlt-enabled
1616
* Author URI: https://bmlt.app/
1717
* License: GPL-2.0+

public/class-bread-public.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -301,8 +301,8 @@ private function construct_init_options($default_font, $mode, $page_type_setting
301301
if ($default_font == 'arial' || $default_font == 'times' || $default_font == 'courier') {
302302
$mpdf_init_options = [
303303
'fontDir' => array(
304-
__DIR__ . '/mpdf/vendor/mpdf/mpdf/ttfonts',
305-
__DIR__ . '/fonts',
304+
__DIR__ . '/../vendor/mpdf/mpdf/ttfonts',
305+
__DIR__ . '/../fonts',
306306
),
307307
'tempDir' => $this->bread->temp_dir(),
308308
'mode' => $mode,

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.4
8+
Stable tag: 2.8.5
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.5 =
59+
* Bug fixes for Arial, Times fonts.
60+
5861
= 2.8.4 =
5962
* Bug fixes for ASM Meeting Lists
6063

0 commit comments

Comments
 (0)