-
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.
- Loading branch information
1 parent
a81ba21
commit 075de65
Showing
1 changed file
with
12 additions
and
5 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.3.0</version> | ||
<version>0.3.1</version> | ||
<idea-version since-build="145.0" /> | ||
|
||
<vendor email="[email protected]" url="https://rentalhost.net/">Rentalhost.net</vendor> | ||
|
@@ -12,7 +12,8 @@ | |
|
||
<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.<br /><br /> | ||
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> | ||
|
@@ -25,20 +26,26 @@ | |
|
||
<change-notes><![CDATA[ | ||
<strong>Trigon Release</strong><br /> | ||
<a href="https://github.com/rentalhost/laravel-insight/releases/tag/0.3.0">Official changelog</a>. | ||
<a href="https://github.com/rentalhost/laravel-insight/releases">Official changelog</a>. | ||
<br /><br /> | ||
<h3>Added</h3> | ||
<h1>Added</h1> | ||
<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> | ||
<h1>Improvement</h1> | ||
<ul> | ||
<li><strong>Resolution</strong>: improvement to variable types resolution (eg. when inside of parentheses);</li> | ||
</ul> | ||
<h1>Fixed on <code>0.3.1</code></h1> | ||
<ul> | ||
<li><strong>NPE</strong>: when <code>use</code> trait is temporarily empty;</li> | ||
</ul> | ||
]]></change-notes> | ||
|
||
<extensions defaultExtensionNs="com.intellij"> | ||
|