Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 3e84127

Browse files
sync build files
1 parent 1019c2b commit 3e84127

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

‎gradle.properties

Lines changed: 1 addition & 1 deletion
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.

‎src/main/resources/META-INF/plugin.xml

Lines changed: 10 additions & 6 deletions
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,10 +277,6 @@
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

@@ -606,7 +611,6 @@
606611
conditionClass="fr.adrienbrault.idea.symfony2plugin.profiler.SymfonyWebProfilerWindowFactory"
607612
/>
608613
-->
609-
610614
</extensions>
611615

612616
<extensionPoints>

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /