|
1 | 1 | <idea-plugin url="https://github.com/Haehnchen/idea-php-symfony2-plugin">
|
2 | 2 | <id>fr.adrienbrault.idea.symfony2plugin</id>
|
3 | 3 | <name>Symfony Support</name>
|
4 | | - <version>2022.1.232</version> |
| 4 | + <version>2022.1.246</version> |
5 | 5 | <vendor email="daniel@espendiller.net" url="http://espend.de?p=fr.adrienbrault.idea.symfony2plugin">espend_de</vendor>
|
6 | 6 |
|
7 | 7 | <description><![CDATA[
|
|
11 | 11 |
|
12 | 12 | <a href="https://espend.de/phpstorm/plugin/symfony">Project Page / Documentation</a> | <a href="https://www.paypal.me/DanielEspendiller">Donate</a> | <a href="https://plugins.jetbrains.com/plugin/7219-symfony-support/pricing">Buy License</a>
|
13 | 13 |
|
| 14 | +<h2>Freemium</h2> |
| 15 | +<ul> |
| 16 | + <li>All features which are inside <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin">GitHub</a> are free to use unless there is reason (e.g. Supporting old Symfony Version, ...)</li> |
| 17 | + <li>Non free features are flagged with <i>[paid]</i> inside the <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/blob/master/CHANGELOG.md">CHANGELOG</a> |
| 18 | + <li>There is 15min grace period after project open where all features are available</li> |
| 19 | +</ul> |
| 20 | + |
| 21 | +<i>A license can be bought at <a href="https://www.jetbrains.com/shop/quote?item=C%3AN%3APSYMFONYPLUGIN%3AY">JetBrains Marketplace</a>. Free Discount Code generator for open source contributions are planned.</i> |
| 22 | + |
14 | 23 | <h2>Install</h2>
|
15 | 24 |
|
16 | 25 | <ul>
|
|
268 | 277 |
|
269 | 278 | <statusBarWidgetFactory implementation="fr.adrienbrault.idea.symfony2plugin.ui.SymfonyStatusbarWidgetFactory" />
|
270 | 279 |
|
271 | | - <postStartupActivity implementation="fr.adrienbrault.idea.symfony2plugin.Symfony2ProjectComponent$PostStartupActivity"/> |
272 | | - <projectService |
273 | | - serviceImplementation="fr.adrienbrault.idea.symfony2plugin.Symfony2ProjectComponent$ProjectCloseService"/> |
274 | | - |
275 | 280 | <notificationGroup id="Symfony Notifications" displayType="STICKY_BALLOON"/>
|
276 | 281 | <errorHandler implementation="fr.adrienbrault.idea.symfony2plugin.util.ide.SymfonyPluginErrorReporterSubmitter"/>
|
277 | 282 |
|
|
606 | 611 | conditionClass="fr.adrienbrault.idea.symfony2plugin.profiler.SymfonyWebProfilerWindowFactory"
|
607 | 612 | />
|
608 | 613 | -->
|
609 | | - |
610 | 614 | </extensions>
|
611 | 615 |
|
612 | 616 | <extensionPoints>
|
|
0 commit comments