File tree Expand file tree Collapse file tree 2 files changed +23
-3
lines changed Expand file tree Collapse file tree 2 files changed +23
-3
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,16 @@ All notable changes to the "magento-2-version-in-vscode" extension will be docum
4
4
5
5
Check [ Keep a Changelog] ( http://keepachangelog.com/ ) for recommendations on how to structure this file.
6
6
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
8
18
9
19
- Initial release
Original file line number Diff line number Diff line change @@ -8,20 +8,30 @@ This is my first VSCode extension and it is pretty simple.
8
8
9
9
* Minimal code.
10
10
* It supports Multi-Workspace.
11
+ * Improved Magento version detection.
12
+ * Support to MageOS 🎉
13
+ * Support to Magento git repository with name only
11
14
12
15
## Requirements
13
16
14
17
Open Magento 2 project to use this extension.
15
18
16
- ## Known Issues
19
+ ## How it works
17
20
18
21
* 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
20
28
21
29
## Release Notes
22
30
23
31
### 1.0.0
24
32
25
33
Initial release of 0.0.1
26
34
35
+ Click here to read [ CHANGELOG] ( CHANGELOG.md )
36
+
27
37
** Enjoy!**
You can’t perform that action at this time.
0 commit comments