Skip to content

Commit

Permalink
Version 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nyavro committed Apr 8, 2020
1 parent 69d79f9 commit ea73f8d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ patchPluginXml {
}

group 'com.eny'
version '1.6.2'
version '1.7.0'

repositories {
mavenCentral()
Expand Down
9 changes: 8 additions & 1 deletion src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<vendor email="e.nyavro@gmail.com" url="https://github.com/nyavro/i18nPlugin">i18nPlugin</vendor>
<depends>com.intellij.modules.platform</depends>
<description><![CDATA[
<h4>i18next TypeScript/JavaScript plugin</h4>
<h4>i18next TypeScript/JavaScript/PHP plugin</h4>
i18n plugin provides:
<ul>
<li>annotation of invalid i18n keys</li>
Expand All @@ -17,6 +17,13 @@
]]></description>

<change-notes><![CDATA[
<div>
<h3>1.7.0</h3>
<ul>
<li>PHP support introduced</li>
<li>Fixed false positive string parsing for strings similar to i18n keys</li>
</ul>
</div>
<div>
<h3>1.6.2</h3>
<ul>
Expand Down

0 comments on commit ea73f8d

Please sign in to comment.