Skip to content

Commit

Permalink
Plugin.xml updated for next release;
Browse files Browse the repository at this point in the history
  • Loading branch information
rentalhost committed Jun 22, 2017
1 parent 3160e96 commit 847959d
Showing 1 changed file with 25 additions and 4 deletions.
29 changes: 25 additions & 4 deletions META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<idea-plugin>
<id>net.rentalhost.idea.laravelInsight</id>
<name>Laravel Insight</name>
<version>0.2.0</version>
<version>0.3.0</version>
<idea-version since-build="145.0" />

<vendor email="[email protected]" url="https://rentalhost.net/">Rentalhost.net</vendor>
Expand All @@ -12,12 +12,33 @@

<description><![CDATA[
<strong>Laravel Insight</strong> is a very helpful PhpStorm IDE plugin that
introduces a lot of features when you are working with Laravel Framework.
introduces a lot of features when you are working with Laravel Framework.<br /><br />
<ul>
<li>Better <strong>Blade</strong> support (eg. <em>folding</em>);</li>
<li>Better <code>Eloquent\Model</code> support (eg. <em>query scopes completion</em>);</li>
<li>Better <code>Support\Fluent</code> support;</li>
</ul>
Read all features and details at <a href="https://github.com/rentalhost/laravel-insight/wiki">official Wiki</a>.
]]></description>

<change-notes><![CDATA[
<strong>Digon Release</strong><br />
<a href="https://github.com/rentalhost/laravel-insight/releases/tag/0.2.0">Official changelog</a>.
<strong>Trigon Release</strong><br />
<a href="https://github.com/rentalhost/laravel-insight/releases/tag/0.3.0">Official changelog</a>.
<h3>Added</h3>
<ul>
<li><strong>Fluent:</strong> property without annotation inspection (<a href="https://github.com/rentalhost/laravel-insight/wiki/Inspections#fluent-property-without-annotation">more info</a>);</li>
<li><strong>Fluent</strong>: should not be instantiated directly (<a href="https://github.com/rentalhost/laravel-insight/wiki/Inspections#fluent-should-not-be-instantiated-directly">more info</a>);</li>
<li><strong>Fluent</strong>: should not be used as type directly (<a href="https://github.com/rentalhost/laravel-insight/wiki/Inspections#fluent-should-not-be-used-as-type-directly">more info</a>);</li>
<li><strong>Blade</strong>: support to folding Blade statements and comments (<a href="https://github.com/rentalhost/laravel-insight/wiki/Auxiliary-Features#blade-folding-support">more info</a>);</li>
</ul>
<h3>Improvement</h3>
<ul>
<li><strong>Resolution</strong>: improvement to variable types resolution (eg. when inside of parentheses);</li>
</ul>
]]></change-notes>

<extensions defaultExtensionNs="com.intellij">
Expand Down

0 comments on commit 847959d

Please sign in to comment.