Skip to content

Commit

Permalink
chore: update version to 1.8.1 and add sponsor information in package…
Browse files Browse the repository at this point in the history
….json; update README.md badge
  • Loading branch information
dermatz committed Dec 26, 2024
1 parent ea87cd5 commit 6a8b0a3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Magento Log Viewer

[![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)
![Visual Studio Marketplace Installs](https://img.shields.io/visual-studio-marketplace/i/MathiasElle.magento-log-viewer&logoColor=green)

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

Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "magento-log-viewer",
"displayName": "Magento Log Viewer",
"description": "A Visual Studio Code extension to view and manage Magento log files.",
"version": "1.8.0",
"version": "1.8.1",
"publisher": "MathiasElle",
"icon": "resources/logo.png",
"repository": {
Expand All @@ -15,6 +15,9 @@
"categories": [
"Other"
],
"sponsor": {
"url": "https://github.com/sponsors/dermatz"
},
"activationEvents": [
"onStartupFinished"
],
Expand Down

0 comments on commit 6a8b0a3

Please sign in to comment.