Version 1.4.2 (Released 09/11/2007)
   - features added:
      - plugin can now be called directly from template files ("the loop")
        to respect special design concepts (idea: Christer Fallstrm)
      - you can now choose between case sensitive and case insensitive matching
        for excluding links from the summary (idea: Kela)
      - you can now choose if you want to show the link summary if the post is retrieved
        as RSS feed (idea and code: Kela)

Version 1.4.1 (Released 08/11/2007)
   - bug fixed: wrong HTML tag eliminated in output
   - features added:
      - design of the summary can now be styled using CSS
        insert something like the following into your theme style sheet
			div.link-summarizer {
        			background: #eeeeee;
			}

			div.link-summarizer li {
	        		background: #ffffff;
			}
      - option in admin panel to show URL or link text in summary (idea: Christer Fallstrm)
	
Version 1.4 (Released 27/08/2007)
   - bug fixed: Link Summarizer is now aware of url rewriting (thanks to
                Thomas Ohms for pointing out, implementing and testing)
   - minor patch: replaced manual $wpdb connection in favour of the WP
                  function get_post_custom_values I wasn't aware of (also
		  thanks to Thomas Ohms)

Version 1.3.1 (Released 15/08/2007)
   - bug fixed: "Update options" button not showing (thanks to John Pickett)

Version 1.3 (Released 04/08/2007)
   - Major problems addressed:
      - Check if the regex setting is empty
   - Minor problems addressed:
      - New default setting for the regular expression: all links matching ^#.* 
        ("local anchors") are now hidden
      - Grown the regex input textarea from 3 to 8 rows
   - Features added:
      - In the admin panel now the settings for Link Summarizer can be deleted
      - If a link is mentioned multiple times, it is only shown once, in the
        order, where it was when first occured

Version 1.2.1 (Released 02/08/2007)
   - Features added:
      - Added support for switching regex engines, POSIX and PCRE supported
	
Version 1.2 (Released 02/08/2007)
   - Feature added:
      - Added the possibility to enable/disable the summary on the index page

Version 1.1 (Released 01/08/2007)
   - Feature added:
      - Added the possibility of enabling/disabling the summary for specific
	posts using custom flags (set lnsum_show to 0 to disable, anything
	other to enable)
 
Version 1.0 (Released 31/07/2007):
   - Initial release of the plugin
