From da8fb4ea52aba7f261459443031f5f8a8988d090 Mon Sep 17 00:00:00 2001 From: "agrath@gmail.com" Date: Mon, 11 Jun 2012 17:54:53 -0100 Subject: [PATCH] Update Release Notes --- ReleaseNotes.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/ReleaseNotes.txt b/ReleaseNotes.txt index 66ecaccbd0..d8ab3d5699 100644 --- a/ReleaseNotes.txt +++ b/ReleaseNotes.txt @@ -11,4 +11,9 @@ These notes will form the release notes that go out with each public release GE 11/06/2012: Fixed deep linking to Content,Media,DocumentType,MediaType,DataType,Css,Javascript,Razor,XSLT and added a umbraco.cms.helpers.DeepLink.get class to return valid links based on type and - id (or file path in the case of js/xslt/razor) \ No newline at end of file + id (or file path in the case of js/xslt/razor) +GE 11/06/2012: + Added links from Document Types to templates via an Edit > link in the checkbox list + Rewrote the databinding in DocumentType for Template selection to clean it up + Added links from the Template to the Document Type via a new drop down menu in the toolbar + Updated umbraco.cms.helpers.DeepLink.Get to be .GetUrl and .GetAnchor and support internal links without page refresh \ No newline at end of file