|
1 | 1 | <idea-plugin version="2" url="https://github.com/Haehnchen/idea-php-symfony2-plugin">
|
2 | 2 | <id>fr.adrienbrault.idea.symfony2plugin</id>
|
3 | 3 | <name>Symfony Plugin</name>
|
4 |
| - <version>0.11.112</version> |
| 4 | + <version>0.11.113</version> |
5 | 5 | <vendor email="daniel@espendiller.net" url="http://espend.de">Daniel Espendiller</vendor>
|
6 | 6 |
|
7 | 7 | <description><![CDATA[
|
|
15 | 15 | <h2>Install</h2>
|
16 | 16 |
|
17 | 17 | <ul>
|
18 |
| - <li>Activate plugin per project in "Settings -> Plugins" or use auto configuration notification</li> |
| 18 | + <li>Activate plugin per project in "File -> Settings -> Languages & Framework -> Symfony" or use auto configuration notification</li> |
| 19 | + <li>(Optional) Configure a default project connection in "Remote Hosts Access / Remote Hosts" to enable support for remote files in plugin settings</li> |
| 20 | + <li>(Optional) Ignore Symfony "cache" directory because of duplicate classes "Settings -> Project -> Directories"</li> |
19 | 21 | <li>(Optional) Install <a href="http://plugins.jetbrains.com/plugin/7320">PHP Annotations</a></li>
|
| 22 | + <li>(Optional) Install <a href="http://plugins.jetbrains.com/plugin/8133">PHP Toolbox</a></li> |
20 | 23 | </ul>
|
21 | 24 |
|
22 | 25 | <h2>Open Api Issues</h2>
|
|
109 | 112 |
|
110 | 113 | <br/>
|
111 | 114 |
|
| 115 | +<h2>0.11.113</h2> |
| 116 | +<ul> |
| 117 | + <li>Decouple all webDeployment dependencies to extensions points and make all related feature optional <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/688">#688</a></li> |
| 118 | + <li>Move remote container files parsing to main service factory, this simulates a local filesystem behavior</li> |
| 119 | + <li>Move plugin settings under "Languages and Frameworks" section <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/690">#690</a></li> |
| 120 | + <li>Add Symfony 2 and 3 default routing paths to new implementation</li> |
| 121 | + <li>Add service suggestion intention for yaml and xml container files</li> |
| 122 | + <li>Provide service name suggestion quickfix for class instance check of xml and yaml container arguments</li> |
| 123 | + <li>Add XLIFF 2.0 support <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/692">#692</a></li> |
| 124 | + <li>Add some more yaml service keys completion for newly added Symfony features</li> |
| 125 | +</li> |
| 126 | +</ul> |
| 127 | +
|
112 | 128 | <h2>0.11.112</h2>
|
113 | 129 | <ul>
|
114 | 130 | <li>Extracting webDeployment plugin deps into external file, this resolves crashes for disabled "Remote Hosts Access" plugin <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/686">#686</a></li>
|
|
0 commit comments