|
1 | 1 | <idea-plugin version="2"> |
2 | 2 | <id>com.funivan.phpstorm.refactoring</id> |
3 | 3 | <name>Refactoring</name> |
4 | | - <version>0.0.4</version> |
5 | | - <vendor email="dev@yfunivan.com" url="http://funivan.com">Funivan</vendor> |
| 4 | + <version>0.0.5</version> |
| 5 | + <vendor email="dev@funivan.com" url="http://funivan.com">Funivan</vendor> |
6 | 6 |
|
7 | 7 | <description><![CDATA[ |
8 | | - Improve your productivity |
| 8 | + Improve your productivity.<br><br> |
| 9 | + <b>Edit usages</b> - find some statements with PhpStorm and edit it.<br> |
| 10 | + <b>Find magic method</b> - detect who is calling your magic methods<br> |
| 11 | + <b>Unimport class</b> - revers action of the import class<br> |
| 12 | +
|
| 13 | + <br><hr> |
| 14 | + Support<br> |
| 15 | + <a href="https://github.com/funivan/PhpStorm-Refactoring-Plugin/blob/master/README.md#modules">How to use</a><br> |
| 16 | + GitHub : <a href="https://github.com/funivan/PhpStorm-Refactoring-Plugin">funivan/PhpStorm-Refactoring-Plugin</a> |
| 17 | + <br> |
| 18 | + Have some question?<br> |
| 19 | + Twitter: <a href="http://twitter.com/funivan">@funivan</a> |
| 20 | +
|
| 21 | +
|
9 | 22 | ]]></description> |
10 | 23 |
|
11 | 24 | <change-notes><![CDATA[ |
| 25 | + <h4>0.0.5</h4> |
| 26 | + - Rewrite plugin description. Fix typos |
| 27 | +
|
12 | 28 | <h4>0.0.4</h4> |
13 | | - - Fix null pointers. Optimize code |
| 29 | + - Fix null pointers. Optimize code<br> |
14 | 30 |
|
15 | 31 | <h4>0.0.3</h4> |
16 | | - - [Unimport class] Add support for the class alias. Can be invoked on the use statement |
| 32 | + - [Unimport class] Add support for the class alias. Can be invoked on the use statement<br> |
17 | 33 |
|
18 | 34 | <h4>0.0.2</h4> |
19 | | - - [Unimport class] invoke action inside php doc comments |
20 | | - - [Find magic methods] run task in background |
21 | | - - [Find magic methods] Find magic properties |
| 35 | + - [Unimport class] invoke action inside php doc comments<br> |
| 36 | + - [Find magic methods] run task in background<br> |
| 37 | + - [Find magic methods] Find magic properties<br> |
22 | 38 | ]]> |
23 | 39 | </change-notes> |
24 | 40 |
|
|
0 commit comments