I have multiple sites I manage that run WordPress so I try to stay up to date on all of them. If you stay on op of upgrading WordPress then most of the updates are fairly easy and don’t require changing that many files. Instead of uploading the entire set of files again it is easiest to simply upload the modified files. This will allow you to not have to make all of your custom modifications again if you have made customizations to any core WordPress files. Customizing core WordPress files is something I try to stay away from but there are definitely situations where I have modified core files to accomplish various goals. Anyhow since I haven’t found a site that keeps a consistant list of changed WordPress files I am going to try to start providing a list for each upgrade on Question Defense from now on.
As a side note I am using WinDiff to get the list of modified files and recently wrote an article located here explaining how to obtain a list of different files in two like directories.
Files Modified From WordPress 2.8.5 to WordPress 2.8.6:
- /readme.html
- /wp-admin/press-this.php
- /wp-content/plugins/akismet/akismet.php
- /wp-content/plugins/akismet/readme.txt
- /wp-includes/formatting.php
- /wp-includes/functions.php
- /wp-includes/version.php
- /wp-includes/js/swfupload/plugins/swfupload.speed.js
So in total there are 8 files that have been modified from version 2.8.5 to version 2.8.6. To upgrade from version 2.8.5 simply backup all of your current files, upload the above eight files from the WordPress 2.8.6 zip file to your web server, and test to verify the upgrade. Please make sure to always backup your files and database before performing any upgrade so if you run into any issues you can always roll back to the previous state of your application.
Hi
I developed a blog application 2 months back using wordpress version 2.8 but now i want
to upgrade to wordpress version 2.8.6 but i have done lot’s of customization with the core wordpress files as well as other files to get my goals.
I am using windiff utility to exteract the number of files different in the existing application and the wordpress version 2.8.6.
But it displayes me n number of files that number may be near about 150 files.
Can you please suggest me hope to apply the 2.8.6 changes without touching all the files.
Any suggestion would be highly appriciated.
Thanks
Hello Gaurav,
You will need to find all of the files that have been modified from the initial version you installed to 2.8.6 version of WordPress. This is why modifications to the core WordPress files should be kept to a minimum and changes should be made in themes, plugins, etc.
Look on WordPress.org to find the changelog for each version from the version you installed to the version you want to upgrade to.
Good luck.
Thanks.
alex