File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ All notable changes to the "magento-log-viewer" extension will be documented in
44
55## Latest Release
66
7+ ## [ 1.10.1] - 2025-03-12
8+
9+ - fix: update notification message
10+
711## [ 1.10.0] - 2025-03-12
812
913- feat: add update notification for new extension version
Original file line number Diff line number Diff line change 22 "name" : " magento-log-viewer" ,
33 "displayName" : " Magento Log Viewer" ,
44 "description" : " A Visual Studio Code extension to view and manage Magento log files." ,
5- "version" : " 1.10.0 " ,
5+ "version" : " 1.10.1 " ,
66 "publisher" : " MathiasElle" ,
77 "icon" : " resources/logo.png" ,
88 "repository" : {
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ export async function showUpdateNotification(context: vscode.ExtensionContext) {
1111
1212 if ( lastVersion !== currentVersion ) {
1313 const action = await vscode . window . showInformationMessage (
14- `Magento Log Viewer wurde auf Version ${ currentVersion } ✨!` ,
14+ `Magento Log Viewer was updated to Version ${ currentVersion } ✨!` ,
1515 '❤️ Support this Project' ,
1616 'Changelog' ,
1717 'GitHub'
You can’t perform that action at this time.
0 commit comments