|
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 |
|
278 | 283 | <runLineMarkerContributor language="PHP" implementationClass="fr.adrienbrault.idea.symfony2plugin.dic.command.SymfonyCommandTestRunLineMarkerProvider"/>
|
279 | 284 | <runConfigurationProducer implementation="fr.adrienbrault.idea.symfony2plugin.dic.command.SymfonyCommandRunConfigurationProducer"/>
|
280 | 285 |
|
| 286 | + <postStartupActivity implementation="de.espend.idea.symfony.marketplace.LicenseUtil$PostStartupActivity"/> |
| 287 | + <projectService serviceImplementation="de.espend.idea.symfony.marketplace.LicenseUtil$LicenseGracePeriodService"/> |
| 288 | + |
| 289 | + |
281 | 290 | <localInspection groupPath="Symfony" shortName="PhpRouteMissingInspection" displayName="Route Missing"
|
282 | 291 | groupName="Route"
|
283 | 292 | enabledByDefault="true" level="WARNING"
|
|
606 | 615 | conditionClass="fr.adrienbrault.idea.symfony2plugin.profiler.SymfonyWebProfilerWindowFactory"
|
607 | 616 | />
|
608 | 617 | -->
|
609 |
| - |
610 | 618 | </extensions>
|
611 | 619 |
|
612 | 620 | <extensionPoints>
|
|
0 commit comments