|
1 | 1 | <idea-plugin> |
2 | 2 | <id>net.king2500.plugins.PhpAdvancedAutoComplete</id> |
3 | 3 | <name>PHP Advanced AutoComplete</name> |
4 | | - <version>1.0.5</version> |
| 4 | + <version>1.1.0</version> |
5 | 5 | <vendor email="phpstorm@king2500.net" url="https://github.com/King2500">Thomas Schulz</vendor> |
6 | 6 |
|
7 | 7 | <description><![CDATA[ |
|
34 | 34 | Usernames and database names from data sources defined in project<br><br></li> |
35 | 35 | <li><b>mysql_set_charset/mysqli_set_charset/mysqli::set_charset</b><br> |
36 | 36 | Supported charsets for MySQL<br><br></li> |
| 37 | + <li><b>getenv</b><br> |
| 38 | + Common environment variables (like in $_SERVER array keys)<br><br></li> |
37 | 39 | </ul> |
38 | 40 |
|
39 | 41 | <p>If you have further suggestions/ideas, just send me an e-mail.</p> |
|
42 | 44 |
|
43 | 45 | <change-notes><![CDATA[ |
44 | 46 |
|
45 | | -<h2>1.0.5</h2> |
| 47 | +<h2>1.1.0</h2> |
46 | 48 | <ul> |
47 | 49 | <li>Added completion support for DateTime constructor / DateTime::modify / strtotime DateTime notations</li> |
| 50 | + <li>Added completion for environment variables in getenv() (<a href="https://github.com/King2500/idea-php-advanced-autocomplete/issues/11">#11</a>)</li> |
| 51 | + <li>Added support for DateTimeImmutable (DateTime formats and notations) (<a href="https://github.com/King2500/idea-php-advanced-autocomplete/issues/12">#12</a>)</li> |
48 | 52 | <li>AutoPopup completion implemented</li> |
| 53 | + <li>Improved file reference contributor</li> |
| 54 | + <li>Updated HTTP header completion tokens</li> |
| 55 | + <li>Changed HTTP header field completion to insert space char</li> |
| 56 | + <li>Fixed HTTP header field completions after colon (<a href="https://github.com/King2500/idea-php-advanced-autocomplete/issues/5">#5</a>)</li> |
| 57 | + <li>Fixed full header completion in header_remove() function</li> |
| 58 | + <li>Fixed prefixed completion for DateTime notations (also <a href="https://github.com/King2500/idea-php-advanced-autocomplete/issues/5">#5</a>)</li> |
| 59 | + <li>Fixed completion auto-popup for '-' char in date formats</li> |
| 60 | + <li>Fixed date format infos for ISO-8601 weeks</li> |
| 61 | + <li>Fixed duplicate completion entries when PHP Toolbox plugin is installed (<a href="https://github.com/King2500/idea-php-advanced-autocomplete/issues/15">#15</a>)</li> |
| 62 | + <li>Changes to compile against JDK 1.8 / PhpStorm 2019.1</li> |
| 63 | + <li>Minimum IDEA version changed to 2018.2+</li> |
49 | 64 | </ul> |
50 | 65 |
|
51 | 66 | <h2>1.0.4</h2> |
|
0 commit comments