diff options
author | Pekka Hyvönen <pekka@vaadin.com> | 2017-02-07 12:15:51 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-07 12:15:51 +0200 |
commit | 8dc5d8d2f292ff18b9a989058a3b4d400008ed90 (patch) | |
tree | e8f9df7377436043c8c7cb696e0fdd608a43a919 | |
parent | a642d536bb74ee3ecfc9b082c32a1e728c6a5a75 (diff) | |
download | vaadin-framework-8dc5d8d2f292ff18b9a989058a3b4d400008ed90.tar.gz vaadin-framework-8dc5d8d2f292ff18b9a989058a3b4d400008ed90.zip |
Update 7.7 release notes to github era (#8472)
* Update 7.7 release notes to github era
Fixes framework8-issues#222
-rw-r--r-- | all/src/main/templates/release-notes.html | 26 |
1 files changed, 5 insertions, 21 deletions
diff --git a/all/src/main/templates/release-notes.html b/all/src/main/templates/release-notes.html index 9132714bd7..c70b0000da 100644 --- a/all/src/main/templates/release-notes.html +++ b/all/src/main/templates/release-notes.html @@ -77,21 +77,10 @@ <!-- ================================================================ --> <h3 id="changelog">Change Log for Vaadin @version@</h3> - <p>This release includes the following closed issues:</p> - - <table> - @release-notes-tickets@ - <tr><td> </td><td></td></tr> - <tr><td class="fv"><span class="vote">Vote</span></td><td colspan="2" class="pad">Enhancements <a href=" https://vaadin.com/support">Vaadin support</a> users have voted for</td></tr> - <tr><td class="bfp"><span class="bfp">Priority</span></td><td colspan="2" class="pad">Defects <a href=" https://vaadin.com/support">Vaadin support</a> users have prioritized</td></tr> - </table> - <br/> <p> - You can also view the <a - href="https://dev.vaadin.com/query?status=pending-release&status=released&resolution=fixed&milestone=Vaadin+@version@&order=id">list - of the closed issues</a> at the Vaadin developer's site. -<!-- https://dev.vaadin.com/query?status=pending-release&status=released&resolution=fixed&milestone=Vaadin+@version@&order=id --> -<!-- https://dev.vaadin.com/query?status=pending-release&status=released&resolution=fixed&milestone=Vaadin+7.7.0.alpha1&milestone=Vaadin+7.7.0.alpha2&milestone=Vaadin+7.7.0.alpha3&milestone=Vaadin+7.7.0.beta1&milestone=Vaadin+7.7.0.rc1&milestone=Vaadin+@version@&order=id --> + You can find the full list of all changes <a + href="https://github.com/vaadin/framework/releases/tag/@version@">in + GitHub</a>. </p> <h2 id="enhancements">Enhancements in Vaadin @version-minor@</h2> @@ -520,13 +509,8 @@ - Expert services for Vaadin</a></li> <li><a href="http://vaadin.com/company">vaadin.com/company - Information about the company behind Vaadin</a></li> - - <li><a href="http://dev.vaadin.com">dev.vaadin.com - - Bug tracker</a></li> - - <li><a - href="http://dev.vaadin.com/wiki/Vaadin/Development/StartingVaadin7Development">How - to get the source code of Vaadin</a></li> + <li><a href="https://vaadin.com/contribute">vaadin.com/contribute - Contribution quide</a></li> + <li><a href="https://github.com/vaadin/framework/issues">github.com/vaadin/framework - Github repository</a></li> </ul> </div> |