Update RSSread to 1.4

RSSread 1.4 fixes a bug that effects the layout of posts when viewed with no shortening

It is down to a little spelling mistake, that I haven’t noticed before now.
In three places i used “nr” instead of “rn” which caused single new lines not to show up, whereas double new lines (or more) would not display the proper number of new lines.

In this release another bug is fixed in posts when viewed with shortening enabled.
This bug only became apparent when the previous bug was fixed, and it is to do with some of the for loops in the shortenPost() function.

You can download the updated version from:
http://downloads.roganty.co.uk/?get=/rss_read
-Or-
http://www.phpclasses.org/browse/package/2831.html

Rename your original rss_read.class.php as something else, for example old_rss_read.class.php and then extract the new rss_read.class.php file into the same folder.
You will now need to open both files in a text editor of your choice, and start copying any of the variables that you changed from the old file into the new one.
Now save the new file and close the text editor.
Browse to the page that includes/uses RSSread to verify that your settings are still the same.
Weldone, you have now updated RSSread, and moved all of your settings over to the new version.
If there are any differences, you will need to double check that the variables in the new file have been over writen with the variables from the old file.