Releases

by Admin

SoNET 3.0.2.0 Release Notes


SoNET 3.0.2.0 is here.

NEW FEATURES

1. Improvements to email flow

Sending invitation to new members or contacting members via ‘Email Users’ now allows members to reply back to site owner.
 
2. New high quality Root template – PointCo
 
 

3. Empty root pages

It’s easy now to remove dynamic content from certain root pages to dedicate them as ‘general
purpose’ pages whose content is still edited in “Initial Setup / Root Pages” section.

To do this plain attribute can be set to true in Web.sitemap file, as in the following example:

 <siteMapNode url="~/root/l" [..] plain="true" /> 
<siteMapNode url="~/root/p" [..] plain="true" />
<siteMapNode url="~/root/tr" [..] plain="true"
/>

4. Separated website’s title
- Website’s title can be independently set from website’s name
 
 
 
 
5. Improvements in handling Root templates
 
- It’s possible to ensure parts of the template will only be rendered on the home/front page of the template.
To do this – content can be wrapped with a PlaceHolder with ID that starts with phHomePage, for example:
 <asp:PlaceHolder runat="server" ID="phHomePage1">
//front page content here
</asp:PlaceHolder>
- It’s possible to inject standard editable footer.
To do this – the following element must be present:
 <asp:PlaceHolder runat="server" ID="phFooter" /> 
 
Footer’s content can further be edited in Setup Wizard:
 
by Admin

SoNET 3.0.1.0 Release Notes


SoNET 3.0.1.0 is here.
 
New Features
 
1. Site Cloning
 
 
2. Reporting Framework with 10 new reports
 
 
3. Audit trace for deleted sites
 
 
Bug Fixes
- Deleting sites would sometimes crash
- Clicking on latests Blog comments would go to general blog list not a single blog
- Comments would not be visible on certain new templates
- Top Rated Media on the front page would not refresh on inintial load