Release-Notes.md
... ...
@@ -11,6 +11,7 @@ Please follow the steps below to update your current Izenda version:<br/>
11 11
4. 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.
12 12
5. 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>` and replace with the following: `<script type="text/javascript" src="./rp.aspx?js=AdHocQuery"></script>` (this 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).
13 13
6. 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)
14
+7. Replace `<link rel="stylesheet" href="Resources/css/main.css" type="text/css" />` with the following `<link rel="stylesheet" href="./rp.aspx?extres=css.main.css" type="text/css" />`
14 15
15 16
|Case|Category|Subcategory|Description|
16 17
|:----|:-----------|:----------------|:---------------|