Navigation Menu

Skip to content

Commit

Permalink
Fixed change log markup
Browse files Browse the repository at this point in the history
  • Loading branch information
ponomandr committed Apr 3, 2014
1 parent 50090f9 commit e3f7b80
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions META-INF/plugin.xml
@@ -1,7 +1,7 @@
<idea-plugin version="2" url="https://github.com/ponomandr/jmeter-idea-plugin">
<name>JMeter plugin</name>
<description>Create run configurations and run JMeter tests from Intellij IDEA.</description>
<version>1.6</version>
<version>1.6.1</version>
<vendor>Andrey Ponomarev</vendor>
<category>Tools Integration</category>

Expand Down Expand Up @@ -36,29 +36,29 @@
<![CDATA[
<h4>Changes in 1.6</h4>
<ul>
<li>Upgraded to Intellij IDEA 13.1</ul>
<li>Upgraded to Intellij IDEA 13.1</li>
<li>Added "New JMeter File" action</li>
</ul>
<h4>Changes in 1.5</h4>
<ul>
<li>Upgraded to Intellij IDEA 12.1</ul>
<li>Upgraded to Intellij IDEA 12.1</li>
</ul>
<h4>Changes in 1.4</h4>
<ul>
<li>New run configuration parameter: JVM parameters</ul>
<li>Syntax highlighting for .jmx files</ul>
<li>New run configuration parameter: JVM parameters</li>
<li>Syntax highlighting for .jmx files</li>
</ul>
<h4>Changes in 1.3</h4>
<ul>
<li>Add jmeter.properties, system.properties, user.properties files to a new run configuration if they exist in the test file folder</ul>
<li>Add jmeter.properties, system.properties, user.properties files to a new run configuration if they exist in the test file folder</li>
</ul>
<h4>Changes in 1.2</h4>
<ul>
<li>New run configuration parameter: working directory</ul>
<li>New run configuration parameter: working directory</li>
</ul>
<h4>Changes in 1.1</h4>
<ul>
<li>Added "Run", "Create" and "Select" actions to context menu similar to JUnit tests.</ul>
<li>Added "Run", "Create" and "Select" actions to context menu similar to JUnit tests.</li>
</ul>
]]>
</change-notes>
Expand Down

0 comments on commit e3f7b80

Please sign in to comment.