Skip to content

Commit

Permalink
sync build files
Browse files Browse the repository at this point in the history
  • Loading branch information
Haehnchen committed Mar 28, 2023
1 parent 1019c2b commit c4abe22
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 7 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ pluginGroup = fr.adrienbrault.idea.symfony2plugin
pluginName = Symfony Plugin

# SemVer format -> https://semver.org
pluginVersion = 2022.1.232
pluginVersion = 2022.1.246

# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
# for insight into build numbers and IntelliJ Platform versions.
Expand Down
20 changes: 14 additions & 6 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<idea-plugin url="https://github.com/Haehnchen/idea-php-symfony2-plugin">
<id>fr.adrienbrault.idea.symfony2plugin</id>
<name>Symfony Support</name>
<version>2022.1.232</version>
<version>2022.1.246</version>
<vendor email="[email protected]" url="http://espend.de?p=fr.adrienbrault.idea.symfony2plugin">espend_de</vendor>

<description><![CDATA[
Expand All @@ -11,6 +11,15 @@
<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>
<h2>Freemium</h2>
<ul>
<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>
<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>
<li>There is 15min grace period after project open where all features are available</li>
</ul>
<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>
<h2>Install</h2>
<ul>
Expand Down Expand Up @@ -268,16 +277,16 @@

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

<postStartupActivity implementation="fr.adrienbrault.idea.symfony2plugin.Symfony2ProjectComponent$PostStartupActivity"/>
<projectService
serviceImplementation="fr.adrienbrault.idea.symfony2plugin.Symfony2ProjectComponent$ProjectCloseService"/>

<notificationGroup id="Symfony Notifications" displayType="STICKY_BALLOON"/>
<errorHandler implementation="fr.adrienbrault.idea.symfony2plugin.util.ide.SymfonyPluginErrorReporterSubmitter"/>

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

<postStartupActivity implementation="de.espend.idea.symfony.marketplace.LicenseUtil$PostStartupActivity"/>
<projectService serviceImplementation="de.espend.idea.symfony.marketplace.LicenseUtil$LicenseGracePeriodService"/>


<localInspection groupPath="Symfony" shortName="PhpRouteMissingInspection" displayName="Route Missing"
groupName="Route"
enabledByDefault="true" level="WARNING"
Expand Down Expand Up @@ -606,7 +615,6 @@
conditionClass="fr.adrienbrault.idea.symfony2plugin.profiler.SymfonyWebProfilerWindowFactory"
/>
-->

</extensions>

<extensionPoints>
Expand Down

0 comments on commit c4abe22

Please sign in to comment.