Skip to content

Commit

Permalink
Prep for 2.1.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ultraq committed Mar 4, 2016
1 parent ea8a259 commit 4d98c0c
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 9 deletions.
19 changes: 13 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ Changelog
=========

### 2.1.2
- Fixed content assist not working over a list of tags in the restrictions
element, ([#68](https://github.com/thymeleaf/thymeleaf-extras-eclipse-plugin/issues/68)),
with [Alexandre Araújo](https://github.com/alexandrearaujo) providing the
necessary fix ([#69](https://github.com/thymeleaf/thymeleaf-extras-eclipse-plugin/pull/69))
- Fixed this bug where the Thymeleaf menu would show up in context menus when
nothing was selected ([#56](https://github.com/thymeleaf/thymeleaf-extras-eclipse-plugin/issues/56))

Expand All @@ -25,22 +29,25 @@ Changelog
- Dialect metadata file is now on a public URL: http://www.thymeleaf.org/xsd/thymeleaf-extras-dialect-2.1.xsd
This should make it easier to create conformant XML files since you can now
just point your XML editor to the schema ([#23](https://github.com/thymeleaf/thymeleaf-extras-eclipse-plugin/issues/23))
- Fix for interoperability with other plugins that may hijack the standard HTML
page editor, or plugins that make use of the standard HTML page editor
([#28](https://github.com/thymeleaf/thymeleaf-extras-eclipse-plugin/issues/28),
[#43](https://github.com/thymeleaf/thymeleaf-extras-eclipse-plugin/issues/43))

### 2.0.4
- Fix for some Eclipse installations that were failing to add the Thymeleaf
nature, introduced in 2.0.3 ([#40](https://github.com/thymeleaf/thymeleaf-extras-eclipse-plugin/issues/40),
[#42](https://github.com/thymeleaf/thymeleaf-extras-eclipse-plugin/issues/42),
with a big thanks to [Thibault Duchateau](https://github.com/tduchateau) for
finding and providing the fix)
- Fix for interoperability with other plugins that may hijack the standard HTML
page editor, or plugins that make use of the standard HTML page editor
([#28](https://github.com/thymeleaf/thymeleaf-extras-eclipse-plugin/issues/28),
[#43](https://github.com/thymeleaf/thymeleaf-extras-eclipse-plugin/issues/43))

### 2.0.3
- Added support for a wider range of workspace refresh types, so if the
dialects that your project is using change, the plugin is now better equipped
to reflect those changes in the content assist.
- A Thymeleaf Nature that can be added to your projects. See the [Features](#features)
section for more details ([#20](https://github.com/thymeleaf/thymeleaf-extras-eclipse-plugin/issues/20))
- A Thymeleaf Nature that can be added to your projects. See the Features
section of the readme for more details
([#20](https://github.com/thymeleaf/thymeleaf-extras-eclipse-plugin/issues/20))

### 2.0.2
- Dialect files in dependent projects weren't being picked up, either
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ standard dialect processors and expression utility objects, using the Eclipse
Web Tools Platform HTML source editor.

- Current version: 2.1.2
- Released: ?? ??? 2014
- Released: 4 March 2016

The 2.1.x versions of the Eclipse plugin are for Thymeleaf 2.1. Check out the
[2.0-master branch](https://github.com/thymeleaf/thymeleaf-extras-eclipse-plugin/tree/2.0-master)
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* @author Emanuel Rabina
*/

apply from: 'https://raw.github.com/ultraq/gradle-support/master/jaxb.gradle'
apply from: 'https://raw.githubusercontent.com/ultraq/gradle-support/1.2.2/jaxb.gradle'

project.ext.corePluginDir = 'bundles/thymeleaf-extras-eclipse-plugin.core'

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
</pluginRepositories>

<properties>
<tycho.version>0.20.0</tycho.version>
<tycho.version>0.24.0</tycho.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.build.timestamp.format>yyyyMMddHHmm</maven.build.timestamp.format>
<thymeleaf.plugin-name>thymeleaf-extras-eclipse-plugin</thymeleaf.plugin-name>
Expand Down

0 comments on commit 4d98c0c

Please sign in to comment.