diff --git a/META-INF/plugin.xml b/META-INF/plugin.xml index f738079b..a9ac815a 100644 --- a/META-INF/plugin.xml +++ b/META-INF/plugin.xml @@ -1,7 +1,7 @@ de.espend.idea.php.annotation PHP Annotations - 2.6.2 + 3.0 Daniel Espendiller Installation

Features

@@ -31,6 +33,7 @@
  • Class import annotator
  • Class constants in DocTags
  • Doctrine ORM intention and quickfixes for: repository and properties
  • +
  • Auto alias import for annotation class
  • Todo

    @@ -42,9 +45,22 @@ +3.x: PhpStorm 2016.1+
    +2.x: PhpStorm9, 10
    1.x: PhpStorm8
    +

    3.0

    +
      +
    • Change minimal api level to PhpStorm 2016.1
    • +
    • Replace deprecated PhpUse usages #52 @artspb
    • +
    • Add application level settings to set auto-complete without "()" #42
    • +
    • Add option to always use an aliased import for some annotations or namespaces #50
    • +
    • Doctrine orm class initialize should add an use alias
    • +
    • Fix inline annotations are not recognized #24
    • +
    • Replace deprecated PhpStorm method calls #31
    • +
    • Doctrine repository creation intention is now available in attribute value
    • +
    +

    2.6.2

    • Add PHP Toolbox support #49
    • @@ -154,7 +170,7 @@ - +