I'm wondering if there is any documentation on the subject of upgrading from version to version. It always seemed like a very messy process to me as I don't just want to install the new version over the old one and I'm afraid that removing it will break things, plus I have made a few customisations to the razor.
So I want to go from version 2.1.0.0 to 2.1.1.0 and retain all my customisations/contact nodes if possible.
Follow the instructions below. Most of it is just replacing files. Download ublogsy, unzip and copy the files manually
Version 2.1.1.1 - Fixed unsubscribe bug - new line was not present in subscription meta data - Added "send notification email to subscribers when you re-publish a comment from the back office" config setting in ublogsy.config - Added check for no member when reading subscription meta data.
Version 2.1.1.0 - Added comment date property to comment - Fixed tagging UI bug - Put try/catch around cache updating in event handler - Added commenter email to all email templates. - Moved rss template out of uBlogsy base template to fix spacing issue during installation - Fixed rss import
Upgrade instructions - Replace Dll's - Replace rss import dashboard ascx file - Add a date time property to Comment document type with alias uBlogsyCommentDate - Publish all comments to allow auto-copy of creation date to new comment create date property
Documentation on upgrading uBlogsy
I've read around that I can include the commenter's email in the comment notification and want to upgrade uBlogsy as a result. http://our.umbraco.org/projects/starter-kits/ublogsy/ublogsy-razor-blog/33481-Comment-Emails
I'm wondering if there is any documentation on the subject of upgrading from version to version. It always seemed like a very messy process to me as I don't just want to install the new version over the old one and I'm afraid that removing it will break things, plus I have made a few customisations to the razor.
So I want to go from version 2.1.0.0 to 2.1.1.0 and retain all my customisations/contact nodes if possible.
Thanks.
Upgrading for you will be quite easy.
Follow the instructions below. Most of it is just replacing files. Download ublogsy, unzip and copy the files manually
Version 2.1.1.1
- Fixed unsubscribe bug - new line was not present in subscription meta data
- Added "send notification email to subscribers when you re-publish a comment from the back office" config setting in ublogsy.config
- Added check for no member when reading subscription meta data.
Upgrade instructions
- Replace Dll's
- Replace uBlogsy.config
Version 2.1.1.0
- Added comment date property to comment
- Fixed tagging UI bug
- Put try/catch around cache updating in event handler
- Added commenter email to all email templates.
- Moved rss template out of uBlogsy base template to fix spacing issue during installation
- Fixed rss import
Upgrade instructions
- Replace Dll's
- Replace rss import dashboard ascx file
- Add a date time property to Comment document type with alias uBlogsyCommentDate
- Publish all comments to allow auto-copy of creation date to new comment create date property
is working on a reply...