Skip to content

Commit

Permalink
Release Notes Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
abrookbanks committed Apr 15, 2024
1 parent 101171a commit faf305c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
Binary file added admin/skins/default/media/issue.3420.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 15 additions & 2 deletions admin/sources/release_notes/6.5.4.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,18 @@
END;

$product_dates = <<<END
<div>Adjust product sales report by date.</div>
<div><img src="./{$GLOBALS['config']->get('config', 'adminFolder')}/skins/{$GLOBALS['config']->get('config', 'admin_skin')}/media/issue.3392.png" style="width: 60%" alt="Date filter" /></div>
END;

$emoji = <<<END
<div>Rich Text Editor - Emoji Picker Plugin</div>
<div><img src="./{$GLOBALS['config']->get('config', 'adminFolder')}/skins/{$GLOBALS['config']->get('config', 'admin_skin')}/media/issue.3420.png" style="width: 60%" alt="Emoji selector" /></div>
END;

$features = array(
'3543' => $list_view,
'3544' => 'Sorter added to filemanager for name, date added and filesize (see screenshot above).',
Expand All @@ -43,8 +55,9 @@
'3418' => 'Order summary to show both custom order ID (if available) and traditional order ID.',
'3413' => 'Filemanager last location memory for product option images',
'3392' => $product_dates,
'3385' => 'Switch off order email whilst in PayPal Sandbox mode (PayPal Commerce 1.9.5+ required).'
'3385' => 'Switch off order email whilst in PayPal Sandbox mode (PayPal Commerce 1.9.5+ required).',
'3420' => $emoji,
);
$notes = '';
$page_content = $GLOBALS['main']->newFeatures($_GET['node'], $features, 94, $notes);
$page_content = $GLOBALS['main']->newFeatures($_GET['node'], $features, 95, $notes);
?>

0 comments on commit faf305c

Please sign in to comment.