-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Plugin.xml updated for next release;
- Loading branch information
1 parent
3160e96
commit 847959d
Showing
1 changed file
with
25 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> | ||
|
@@ -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"> | ||
|