Vine Type 1.1 Now Available
Vine Type Version 1.1 is Now Available for download.
Version 1.1
Fixed
- Removed extraneous empty UL element in site map that caused an XHTML 1.1 validation error
- Added code to ensure that cross-referenced articles are referenced only once in Google Site Map
- Automatically trim whitespace around section names and cross-references when adding or editing an article
- Fixed problem with
$_site_map
that caused cross-referenced articles to appear only once in the site map
Added
- Added
guid
element to RSS20 feed so it validates - Automatically attempt to convert relative paths in articles to absolute paths when serving up RSS20 feed
Added new CSS ids and classes to the
$_section
widget.After upgrading to 1.1, you may need to adjust your CSS to add a class reference for sectionowner. Top-level-section List (LI) elements will receive the listowner class rather than the section class when the user selects a subsection (second-tier) or below page. Websites with only top-level sections are unaffected.
- Added
Removed
- Removed the
00001_rusty
template from vinetype.zip file - Deprecated the
$rss_url
vinetype.config variable - Vine Type will figure out your URL
- Removed the
Changed
- Adjusted default.css to accommodate change to
$_section
widget (see below)
- Adjusted default.css to accommodate change to
Upgrade Instructions
- Replace vinetype.dll file
- Refresh your browser
- Adjust CSS adding definitions for class sectionowner if both the following are true:
- your site uses the
$_section
widget in a template file and - your site contains second-tier subsections
- your site uses the