Skip to content

Commit 6a8b0a3

Browse files
committed
chore: update version to 1.8.1 and add sponsor information in package.json; update README.md badge
1 parent ea87cd5 commit 6a8b0a3

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Magento Log Viewer
2-
32
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/04d20d74a4bb4f7fb144d320f7008edb)](https://app.codacy.com/gh/OpenForgeProject/vscode-ext-magento-log-viewer/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade) [![GitHub Actions](https://github.com/OpenForgeProject/vscode-ext-magento-log-viewer/actions/workflows/test.yml/badge.svg)](https://github.com/OpenForgeProject/vscode-ext-magento-log-viewer/actions/workflows/test.yml)
3+
![Visual Studio Marketplace Installs](https://img.shields.io/visual-studio-marketplace/i/MathiasElle.magento-log-viewer&logoColor=green)
44

55
The Magento Log Viewer extension for Visual Studio Code provides a convenient way to view and manage Magento log files directly in your workspace.
66

package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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.8.0",
5+
"version": "1.8.1",
66
"publisher": "MathiasElle",
77
"icon": "resources/logo.png",
88
"repository": {
@@ -15,6 +15,9 @@
1515
"categories": [
1616
"Other"
1717
],
18+
"sponsor": {
19+
"url": "https://github.com/sponsors/dermatz"
20+
},
1821
"activationEvents": [
1922
"onStartupFinished"
2023
],

0 commit comments

Comments
 (0)