diff --git a/resources/META-INF/plugin.xml b/resources/META-INF/plugin.xml
index 831092f..cd0a647 100644
--- a/resources/META-INF/plugin.xml
+++ b/resources/META-INF/plugin.xml
@@ -1,73 +1,16 @@
org.nextras.orm.intellij
Nextras Orm
- Nextras
+ Nextras
Nextras ORM – an ORM library for PHP.
]]>
0.5.1
- fixed (opened) compatibility with IDEs 2019.2+
- 0.5.0
-
- - fixed compatibility with IDEs 2019.1+
- - internal changes
-
- 0.4.6
-
- - fixed highlighting of closing modifier bracket
-
- 0.4.5
-
- - fixed parsing/highlighting of {1:n} modifier
- - fixed compatibility with PhpStorm 2018.1 EAP 181.3494.16 (second attempt)
- - whole plugin rewritten in Kotlin
-
- 0.4.4
-
- - fixed compatibility with PhpStorm 2018.1 EAP 181.3494.16
-
- 0.4.3
-
- - fixes and optimization
-
- 0.4.2
-
- - add reference searcher
- - add support for HasMany::get()
- - fixes, refactoring
-
- 0.4.1
-
- 0.4.0
-
- - completion and references in findBy/getBy/orderBy methods
- - marker for navigation from repository phpdoc method to original mapper method
- - type provider for persist and persistAndFlush methods
- - type provider for collections
-
- 0.3.0
-
- - field name completion in setValue/setReadOnlyValue
- - references from setValue/setReadOnlyValue to field on an entity (goto, refactoring)
- - @property-read inspection with quick fix
- - whole setReadOnlyValue expression completion
-
- 0.2.0
-
- - basic support for modifiers highlighting
- - container modifier's argument is treated as ClassName
- - updated modifier names for ORM 2.0
-
- 0.1.0
-
- - basic support for ORM Entity getters/setters generation
- - completion for modifier names
-
]]>