Skip to content

Commit 684c095

Browse files
committed
build 0.17.168
1 parent 246807e commit 684c095

File tree

3 files changed

+43
-31
lines changed

3 files changed

+43
-31
lines changed

CHANGELOG.md

Lines changed: 36 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ Changelog
22
=========
33

44
# Version names
5+
* 0.17.x: PhpStorm 2018.2+
56
* 0.16.x: PhpStorm 2017.3.2+
67
* 0.15.x: PhpStorm 2017.2+ (no support)
78
* 0.14.x: PhpStorm 2017.1+ (no support)
@@ -11,34 +12,42 @@ Changelog
1112
* 0.10.x: PhpStorm 7 (no support)
1213
* 0.9.x: PhpStorm 6 (no support)
1314

14-
## 0.16.166
15+
## 0.17.168
16+
* Symfony 4.2: Support improved form type extensions [#1246](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1246) (Daniel Espendiller)
17+
* Named arguments in bind should provide navigation with [#1241](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1241) (Daniel Espendiller)
18+
* Provide class existing inspection for class named service [#1239](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1239) (Daniel Espendiller)
19+
* Cleanup non relevant old PhpStorm versions and add "2018.2.5" test env (Daniel Espendiller)
20+
* Named arguments should be clickable [#1240](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1240) (Daniel Espendiller)
21+
22+
## 0.16.167
23+
* Do not set until constraint so EAP users can still use the plugin
1524

16-
<ul>
17-
<li>28a81b49 Add 2018.3 to build matrix (Cedric Ziel)</li>
18-
<li>79623036 Inline Callback (Cedric Ziel)</li>
19-
<li>9a2e7042 Fixed Symfony installer version selection to use https (Thomas Schulz)</li>
20-
<li>0e8c1f44 Move back to JBList to support legacy platform (Cedric Ziel)</li>
21-
<li>243d9896 Move write action out of AWT event for PhpServiceArgumentIntention (Cedric Ziel)</li>
22-
<li>4b6c480d Adjust resource path for bundle file creation (Cedric Ziel)</li>
23-
<li>e8a58704 Remove unnecessary null check (Cedric Ziel)</li>
24-
<li>26e9e8b6 Update PHP plugin version to 182.3684.42 in 2018.2 build (Cedric Ziel)</li>
25-
<li>e8d51e22 Adapt to changed YAML Psi to find the first KeyValue mapping (Cedric Ziel)</li>
26-
<li>1eb302b0 Fix whitespace issues in fixtures (Cedric Ziel)</li>
27-
<li>88c8dc0b Update build environment to 2018.2 stable (Cedric Ziel)</li>
28-
<li>fba2ded5 Add YAML const GoTo Target for Symfony 3.2+ style constants (Cedric Ziel)</li>
29-
<li>6cdd1695 Add inspection and quick fix for fuzzy service class names (Cedric Ziel)</li>
30-
<li>4eda083a Remove unused imports (Cedric Ziel)</li>
31-
<li>9ccf2e55 Use adequate casing for sentence (Cedric Ziel)</li>
32-
<li>83475218 Drop unnecessary condition (Cedric Ziel)</li>
33-
<li>eed2fca0 When able to, detect Symfony 4 "public" directory (Cedric Ziel)</li>
34-
<li>1fb795a3 Small cleanups (Cedric Ziel)</li>
35-
<li>d46aadf9 Fix Yaml Inspection for deprecated structure (Cedric Ziel)</li>
36-
<li>6af47fd3 Update intelli gradle plugin to 0.3.3 (Cedric Ziel)</li>
37-
<li>eaa23c6d Add 2018.2 to build matrix (Cedric Ziel)</li>
38-
<li>147d6d09 Migrate Project structure to use gradle (#1164) (Cedric Ziel)</li>
39-
<li>1d727c39 fix travis 2017.3.x build (Daniel Espendiller)</li>
40-
<li>6f6a15fa Fix anchor/querystring order (Massimiliano Arione)</li>
41-
<li>ad7742e4 Fix link to asset function (Massimiliano Arione)</li></ul>
25+
## 0.16.166
26+
* Add 2018.3 to build matrix (Cedric Ziel)
27+
* Inline Callback (Cedric Ziel)
28+
* Fixed Symfony installer version selection to use https (Thomas Schulz)
29+
* Move back to JBList to support legacy platform (Cedric Ziel)
30+
* Move write action out of AWT event for PhpServiceArgumentIntention (Cedric Ziel)
31+
* Adjust resource path for bundle file creation (Cedric Ziel)
32+
* Remove unnecessary null check (Cedric Ziel)
33+
* Update PHP plugin version to 182.3684.42 in 2018.2 build (Cedric Ziel)
34+
* Adapt to changed YAML Psi to find the first KeyValue mapping (Cedric Ziel)
35+
* Fix whitespace issues in fixtures (Cedric Ziel)
36+
* Update build environment to 2018.2 stable (Cedric Ziel)
37+
* Add YAML const GoTo Target for Symfony 3.2+ style constants (Cedric Ziel)
38+
* Add inspection and quick fix for fuzzy service class names (Cedric Ziel)
39+
* Remove unused imports (Cedric Ziel)
40+
* Use adequate casing for sentence (Cedric Ziel)
41+
* Drop unnecessary condition (Cedric Ziel)
42+
* When able to, detect Symfony 4 "public" directory (Cedric Ziel)
43+
* Small cleanups (Cedric Ziel)
44+
* Fix Yaml Inspection for deprecated structure (Cedric Ziel)
45+
* Update intelli gradle plugin to 0.3.3 (Cedric Ziel)
46+
* Add 2018.2 to build matrix (Cedric Ziel)
47+
* Migrate Project structure to use gradle ([#1164](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1164)) (Cedric Ziel)
48+
* Fix travis 2017.3.x build (Daniel Espendiller)
49+
* Fix anchor/querystring order (Massimiliano Arione)
50+
* Fix link to asset function (Massimiliano Arione)
4251

4352
## 0.16.165
4453
* Prevent duplicate same targets in yaml targets eg for class navigation
Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
<html><ul>
2-
<li>51f58fb5 Add verifyPlugin task to travis build to avoid invalid plugin.xml (Cedric Ziel)</li>
3-
<li>24e51b75 Do not set until constraint so EAP users can still use the plugin (Cedric Ziel)</li></ul></html>
2+
<li>3ff10237 Symfony 4.2: Support improved form type extensions #1246 (Daniel Espendiller)</li>
3+
<li>0ea696dd Named arguments in bind should provide navigation with #1241 (Daniel Espendiller)</li>
4+
<li>fed03dc9 Provide class existing inspection for class named service #1239 (Daniel Espendiller)</li>
5+
<li>a0a38557 cleanup non relevant old PhpStorm versions and add "2018.2.5" test env (Daniel Espendiller)</li>
6+
<li>cda1f618 Named arguments should be clickable #1240 (Daniel Espendiller)</li></ul></html>

src/main/resources/META-INF/plugin.xml

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

77
<description><![CDATA[
@@ -111,7 +111,7 @@
111111
</change-notes>
112112

113113
<!-- please see http://confluence.jetbrains.net/display/IDEADEV/Build+Number+Ranges for description -->
114-
<idea-version since-build="173.4127"/>
114+
<idea-version since-build="182.0"/>
115115

116116
<extensions defaultExtensionNs="com.jetbrains.php">
117117
<typeProvider3 implementation="fr.adrienbrault.idea.symfony2plugin.dic.SymfonyContainerTypeProvider"/>

0 commit comments

Comments
 (0)