Skip to content

Commit c4abe22

Browse files
committed
sync build files
1 parent 1019c2b commit c4abe22

File tree

2 files changed

+15
-7
lines changed

2 files changed

+15
-7
lines changed

Diff for: gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ pluginGroup = fr.adrienbrault.idea.symfony2plugin
55
pluginName = Symfony Plugin
66

77
# SemVer format -> https://semver.org
8-
pluginVersion = 2022.1.232
8+
pluginVersion = 2022.1.246
99

1010
# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
1111
# for insight into build numbers and IntelliJ Platform versions.

Diff for: src/main/resources/META-INF/plugin.xml

+14-6
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 Support</name>
4-
<version>2022.1.232</version>
4+
<version>2022.1.246</version>
55
<vendor email="daniel@espendiller.net" url="http://espend.de?p=fr.adrienbrault.idea.symfony2plugin">espend_de</vendor>
66

77
<description><![CDATA[
@@ -11,6 +11,15 @@
1111
1212
<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>
1313
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+
1423
<h2>Install</h2>
1524
1625
<ul>
@@ -268,16 +277,16 @@
268277

269278
<statusBarWidgetFactory implementation="fr.adrienbrault.idea.symfony2plugin.ui.SymfonyStatusbarWidgetFactory" />
270279

271-
<postStartupActivity implementation="fr.adrienbrault.idea.symfony2plugin.Symfony2ProjectComponent$PostStartupActivity"/>
272-
<projectService
273-
serviceImplementation="fr.adrienbrault.idea.symfony2plugin.Symfony2ProjectComponent$ProjectCloseService"/>
274-
275280
<notificationGroup id="Symfony Notifications" displayType="STICKY_BALLOON"/>
276281
<errorHandler implementation="fr.adrienbrault.idea.symfony2plugin.util.ide.SymfonyPluginErrorReporterSubmitter"/>
277282

278283
<runLineMarkerContributor language="PHP" implementationClass="fr.adrienbrault.idea.symfony2plugin.dic.command.SymfonyCommandTestRunLineMarkerProvider"/>
279284
<runConfigurationProducer implementation="fr.adrienbrault.idea.symfony2plugin.dic.command.SymfonyCommandRunConfigurationProducer"/>
280285

286+
<postStartupActivity implementation="de.espend.idea.symfony.marketplace.LicenseUtil$PostStartupActivity"/>
287+
<projectService serviceImplementation="de.espend.idea.symfony.marketplace.LicenseUtil$LicenseGracePeriodService"/>
288+
289+
281290
<localInspection groupPath="Symfony" shortName="PhpRouteMissingInspection" displayName="Route Missing"
282291
groupName="Route"
283292
enabledByDefault="true" level="WARNING"
@@ -606,7 +615,6 @@
606615
conditionClass="fr.adrienbrault.idea.symfony2plugin.profiler.SymfonyWebProfilerWindowFactory"
607616
/>
608617
-->
609-
610618
</extensions>
611619

612620
<extensionPoints>

0 commit comments

Comments
 (0)