File tree 3 files changed +7
-1
lines changed
3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,9 @@ All notable changes to the "php-getters-setters" extension will be documented in
3
3
4
4
## [ Unreleased]
5
5
6
+ ## [ 1.1.0] - 2017-02-19
7
+ - Add multiple cursor support. Issue #4
8
+
6
9
## [ 1.0.7] - 2017-02-19
7
10
- command not found on windows machines. #1
8
11
Original file line number Diff line number Diff line change @@ -38,6 +38,9 @@ This extension contributes the following settings:
38
38
39
39
Relevant releases:
40
40
41
+ ### 1.1.0
42
+ * Added support for multiple cursor
43
+
41
44
### 1.0.5
42
45
* Fixed ` No property found ` when switching between editors. Thanks for reporting Carlos Alfonso Pérez Rivera!
43
46
Original file line number Diff line number Diff line change 2
2
"name" : " vscode-php-getters-setters" ,
3
3
"displayName" : " PHP Getters & Setters" ,
4
4
"description" : " Create PHP getters and setters from class properties" ,
5
- "version" : " 1.0.7 " ,
5
+ "version" : " 1.1.0 " ,
6
6
"publisher" : " phproberto" ,
7
7
"author" : " Roberto Segura <roberto@phproberto.com>" ,
8
8
"repository" : {
You can’t perform that action at this time.
0 commit comments