Release-Notes.md
... ...
@@ -1,5 +1,15 @@
1 1
[[_TOC_]]
2 2
3
+<!--#6.10.0.16 BREAKING CHANGES-->
4
+<!--
5
+PLEASE NOTE THAT THIS RELEASE REQUIRES DOWNLOADING THE FULL REFERENCE IMPLEMENTATION AS WE ADDED ONE PAGE WHICH MUST BE ADDED TO YOUR IMPLEMENTATION. <br/>
6
+Please follow the steps below to update your current Izenda version:<br/>
7
+
8
+1. Download the FULL RI <a href="http://archives.izenda.us/ri/"> Downloads RI Link </a>
9
+2. Unzip and locate the rp.aspx page. For MVC Kits this is in the Reporting folder. In Webforms and VB this is located in the root of the downloaded folder.
10
+5. Copy the new rp.aspx page to all locations in your implementation containing the rs.aspx page (please ensure you search as some implementations have more than one location for this file.
11
+6. Locate the default.master page in Webforms or VB kit and _SiteLayout.cshtml in MVC kits. Find the following line <script type="text/javascript" src="Resources/js/main.js"></script> (this is CHANGE IS REQUIRED as the main.js file is no longer included in the kit and if this is not replaced there will be errors when you try to run the site) and replace with the following <script type="text/javascript" src="./rp.aspx?js=AdHocQuery"></script>. Find and replace all references to ./rs.aspx wtih ./rp.aspx (this is not required but making these changes will improve the loading speed for resources on the pages - this change removes blocking issues faced with resources loading)
12
+-->
3 13
# 6.10.0.15 (February 10, 2017)
4 14
5 15
|Case|Category|Subcategory|Description|