Skip to content

Commit

Permalink
Merge pull request #144 from nette-intellij/mn-version-1-1-1
Browse files Browse the repository at this point in the history
Released 1.1.1
  • Loading branch information
mesour authored Jan 21, 2021
2 parents ec1ae5b + 020be0b commit b5343f1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ properties.load(project.rootProject.file("local.properties").newDataInputStream(
sourceCompatibility = 1.8
targetCompatibility = 1.8

version '1.1.1-RC3'
version '1.1.1'
group 'com.jantvrdik.intellij.latte'

jar {
Expand Down
13 changes: 12 additions & 1 deletion src/main/resources/META-INF/change-notes.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
<html>
<p>1.1.2-RC2</p>
<p>1.1.1</p>
<ul>
<li>just released</li>
</ul>

<p>1.1.1-RC3</p>
<ul>
<li>minor changes for PhpStorm 2020.3</li>
<li>increased minimum compatibility to 2020.2.4</li>
</ul>

<p>1.1.1-RC2</p>
<ul>
<li>added new tags {try} {rollback} {ifchanged} {skipIf}</li>
<li>added new filters |clamp |sort and custom function clamp()</li>
Expand Down

0 comments on commit b5343f1

Please sign in to comment.