Skip to content

Commit 4b28376

Browse files
committed
Prepare v0.1.2
1 parent 5a2a541 commit 4b28376

File tree

2 files changed

+24
-2
lines changed

2 files changed

+24
-2
lines changed

META-INF/plugin.xml

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
<idea-plugin version="2">
22
<id>com.cedricziel.idea.typo3</id>
33
<name>TYPO3 CMS Plugin</name>
4-
<version>0.1.1</version>
4+
<version>0.1.2</version>
55
<vendor email="cedric@cedric-ziel.com" url="https://www.cedric-ziel.com">Cedric Ziel</vendor>
66

77
<description><![CDATA[
88
<h1>TYPO3 CMS Plugin</h1>
99
10+
<a href="https://github.com/cedricziel/idea-php-typo3-plugin">GitHub Repository</a>
11+
<br/>
12+
1013
<strong>beta quality</strong>
14+
<br/>
1115
1216
<h2>Features:</h2>
1317
@@ -21,6 +25,7 @@
2125
2226
<ul>
2327
<li>infer return type of GeneralUtility::makeInstance() calls without meta file</li>
28+
<li>infer return type of GeneralUtility::makeInstanceService() calls without meta file</li>
2429
<li>infer return type of ObjectManager::get() calls without meta file</li>
2530
</ul>
2631
@@ -38,7 +43,23 @@ It is a great inspiration for possible solutions and parts of the code.</p>
3843
]]></description>
3944

4045
<change-notes><![CDATA[
41-
Added TypeProvider for GeneralUtility::makeInstance<br>
46+
47+
<h2>0.1.2</h2>
48+
<ul>
49+
<li>Added TypeProvider for GeneralUtility::makeInstanceService</li>
50+
</ul>
51+
52+
<h2>0.1.1</h2>
53+
<ul>
54+
<li>Added TypeProvider for ObjectManager::get</li>
55+
</ul>
56+
57+
<h2>0.1.0</h2>
58+
<ul>
59+
<li>Added TypeProvider for GeneralUtility::makeInstance</li>
60+
</ul>
61+
62+
<br/>
4263
]]>
4364
</change-notes>
4465

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ On PhpStorm or IntelliJ:
1919
## Features
2020

2121
* TypeProvider for `GeneralUtility::makeInstance`
22+
* TypeProvider for `GeneralUtility::makeInstanceService`
2223
* TypeProvider for `ObjectManager::get`
2324

2425
## Credits

0 commit comments

Comments
 (0)