Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
Jotschi committed Dec 17, 2017
1 parent e9144eb commit a76bb13
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,17 @@ g:icons: font

= Gentics Mesh Changelog

== 0.11.7 (TBD)
== 0.11.7 (17.12.2017)

icon:check[] UI: Fixed an issue that always showed the name in the explorer content list in english. link:https://github.com/gentics/mesh/issues/23[#23]

icon:check[] Storage: Binary field deletion has been made more resilient and will no longer fail if the referenced binary data is not stored within used binary storage. link:https://github.com/gentics/mesh/issues/235[#235]

icon:plus[] REST: The `hostname` and `ssl` properties have been added to the project create request. This information will be directly added to the initial release of the project. The properties can thus be changed by updating the project.

icon:plus[] REST: The link resolver mechanism was enhanced to also consider the `hostname` and `ssl` flag of the release of the node which is linked.
The link resolver will make use of these properties as soon as mesh links point to nodes of foreign projects.
You can read more about this topic in the link:https://getmesh.io/docs/beta/features.html#_crossdomainlinks[cross domain link section] of our documentation.
You can read more on this topic in the link:https://getmesh.io/docs/beta/features.html#_crossdomainlinks[cross domain link section] of our documentation.

== 0.11.6 (15.12.2017)

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<projectRoot>${project.basedir}</projectRoot>
<mesh.admin-ui.version>0.8.3</mesh.admin-ui.version>
<mesh.admin-ui.version>0.8.4</mesh.admin-ui.version>

<asm.version>3.3.1</asm.version>
<spring.security.version>3.2.1.RELEASE</spring.security.version>
Expand Down

0 comments on commit a76bb13

Please sign in to comment.