Skip to content

Commit 23f1288

Browse files
committed
Updated README.md and CHANGELOG.md files
1 parent 889508f commit 23f1288

File tree

2 files changed

+23
-3
lines changed

2 files changed

+23
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ All notable changes to the "magento-2-version-in-vscode" extension will be docum
44

55
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
66

7-
## [Unreleased]
7+
## 0.0.2.1
8+
9+
- Fixed npm severity vulnerability
10+
11+
## 0.0.2
12+
13+
- Improved Magento version detection
14+
- Adds support to MageOS
15+
- Adds support to Git repostiory of Magento (name only)
16+
17+
## 0.0.1
818

919
- Initial release

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,30 @@ This is my first VSCode extension and it is pretty simple.
88

99
* Minimal code.
1010
* It supports Multi-Workspace.
11+
* Improved Magento version detection.
12+
* Support to MageOS 🎉
13+
* Support to Magento git repository with name only
1114

1215
## Requirements
1316

1417
Open Magento 2 project to use this extension.
1518

16-
## Known Issues
19+
## How it works
1720

1821
* To see the Magento 2 version open any file.
19-
* It cannot show version if Magento 2 is downloaded or cloned from git repository
22+
* It will not show version if Magento 2 is downloaded.
23+
24+
## Uncoming
25+
26+
* Show branch/tag name if Magento 2 cloned from git repository
27+
* Adding settings to plugin
2028

2129
## Release Notes
2230

2331
### 1.0.0
2432

2533
Initial release of 0.0.1
2634

35+
Click here to read [CHANGELOG](CHANGELOG.md)
36+
2737
**Enjoy!**

0 commit comments

Comments
 (0)