Skip to content

Commit 21fd631

Browse files
committed
[imp] release v1.2.0
1 parent 09cb989 commit 21fd631

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,16 @@ All notable changes to the "php-getters-setters" extension will be documented in
33

44
## [Unreleased]
55

6-
## [1.1.0] - 2017-02-19
6+
## [1.2.0] - 2017-04-29
7+
- Added support for custom templates. See #3, #10, #11
8+
9+
## [1.1.0] - 2018-02-19
710
- Add multiple cursor support. Issue #4
811

9-
## [1.0.7] - 2017-02-19
12+
## [1.0.7] - 2018-02-19
1013
- command not found on windows machines. #1
1114

12-
## [1.0.6] - 2017-02-19
15+
## [1.0.6] - 2018-02-19
1316
- Fixed functions not inserted on classes defined in files with indentantion. #1
1417

1518
## [1.0.5] - 2017-12-21

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,9 @@ As you can see a [Property](blob/master/src/Property.ts) object is passed to tem
9191

9292
Relevant releases:
9393

94+
### 1.2.0
95+
* Added support for custom templates
96+
9497
### 1.1.0
9598
* Added support for multiple cursor
9699

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-php-getters-setters",
33
"displayName": "PHP Getters & Setters",
44
"description": "Create PHP getters and setters from class properties",
5-
"version": "1.1.0",
5+
"version": "1.2.0",
66
"publisher": "phproberto",
77
"author": "Roberto Segura <roberto@phproberto.com>",
88
"repository": {

0 commit comments

Comments
 (0)