Skip to content

Commit 0464e23

Browse files
committed
build 0.11.113
1 parent bbbbd3a commit 0464e23

File tree

2 files changed

+28
-2
lines changed

2 files changed

+28
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ Changelog
77
0.10.x: PhpStorm 7 (no support)
88
0.9.x: PhpStorm 6 (no support)
99

10+
### 0.11.113
11+
* Decouple all webDeployment dependencies to extensions points and make all related feature optional #688
12+
* Move remote container files parsing to main service factory, this simulates a local filesystem behavior
13+
* Move plugin settings under "Languages and Frameworks" section #690
14+
* Add Symfony 2 and 3 default routing paths to new implementation
15+
* Add service suggestion intention for yaml and xml container files
16+
* Provide service name suggestion quickfix for class instance check of xml and yaml container arguments
17+
* Add XLIFF 2.0 support #692
18+
* Add some more yaml service keys completion for newly added Symfony features
19+
1020
### 0.11.112
1121
* Extracting webDeployment plugin deps into external file, this resolves crashes for disabled "Remote Hosts Access" plugin #686
1222

META-INF/plugin.xml

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<idea-plugin version="2" url="https://github.com/Haehnchen/idea-php-symfony2-plugin">
22
<id>fr.adrienbrault.idea.symfony2plugin</id>
33
<name>Symfony Plugin</name>
4-
<version>0.11.112</version>
4+
<version>0.11.113</version>
55
<vendor email="daniel@espendiller.net" url="http://espend.de">Daniel Espendiller</vendor>
66

77
<description><![CDATA[
@@ -15,8 +15,11 @@
1515
<h2>Install</h2>
1616
1717
<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>
1921
<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>
2023
</ul>
2124
2225
<h2>Open Api Issues</h2>
@@ -109,6 +112,19 @@
109112
110113
<br/>
111114
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+
112128
<h2>0.11.112</h2>
113129
<ul>
114130
<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

Comments
 (0)