Skip to content

Commit f3e8d2b

Browse files
committed
Update to 0.4.0
1 parent fa5573b commit f3e8d2b

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

.vsixmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
33
<Metadata>
4-
<Identity Language="en-US" Id="bitrix-snippet" Version="0.3.8" Publisher="Sumanai"/>
4+
<Identity Language="en-US" Id="bitrix-snippet" Version="0.4.0" Publisher="Sumanai"/>
55
<DisplayName>Bitrix Snippet</DisplayName>
66
<Description xml:space="preserve"></Description>
77
<Tags>snippet</Tags>

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Change Log
22

3+
## [0.4.0] - 2019-09-30
4+
5+
- Bitrix way for CFile class stub
6+
- Refinement of variable types
7+
- Upgrade user snippet
8+
- Update CMain stubs
9+
- Upgrade APPLIMainInc snippet
10+
- Fix CIBlockSection snippets
11+
- Small fix D7 snippets
12+
313
## [0.3.8] - 2019-08-22
414

515
- Add Error stubs

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "bitrix-snippet",
33
"displayName": "Bitrix Snippet",
44
"description": "",
5-
"version": "0.3.8",
5+
"version": "0.4.0",
66
"publisher": "Sumanai",
77
"icon": "images/bitrix_logo.png",
88
"bugs": {

0 commit comments

Comments
 (0)