<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Weblog Tools Collection &#187; upgrades</title>
	<atom:link href="http://weblogtoolscollection.com/archives/tag/upgrades/feed/" rel="self" type="application/rss+xml" />
	<link>http://weblogtoolscollection.com</link>
	<description>Weblog Tools Blogging Tools Blog</description>
	<lastBuildDate>Tue, 14 Feb 2012 14:00:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How To improve basic security on a fresh WordPress install</title>
		<link>http://weblogtoolscollection.com/archives/2010/04/15/how-to-improve-basic-security-on-a-fresh-wordpress-install/</link>
		<comments>http://weblogtoolscollection.com/archives/2010/04/15/how-to-improve-basic-security-on-a-fresh-wordpress-install/#comments</comments>
		<pubDate>Thu, 15 Apr 2010 22:55:34 +0000</pubDate>
		<dc:creator>Klint Finley</dc:creator>
				<category><![CDATA[HOW-TO]]></category>
		<category><![CDATA[WordPress FAQs]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[upgrades]]></category>
		<category><![CDATA[WordPress Plugins]]></category>
		<category><![CDATA[WordPress Security]]></category>

		<guid isPermaLink="false">http://weblogtoolscollection.com/?p=7934</guid>
		<description><![CDATA[WordPress developers take security very seriously, and many security experts evaluate WordPress&#8217;s code for flaws. Security updates are made frequently to keep users safe. However, there are some extra steps you can take to make a fresh installation of WordPress more secure and protect against future attacks. Remember, no system can ever be completely secure, but taking preventative measures can be helpful. Much of this guide is based on the advice from the WordPress Codex article on hardening WordPress, but it is aimed at the WordPress beginner. In future articles, I&#8217;ll cover advanced security measures, hardening existing WordPress installs, and recovering hacked WordPress sites. This guide should be relevant for both WordPress 2.92 (the most recent stable release as of this writing) as well as WordPress 3.0. Overview: -Preliminary steps for securing your WordPress install -Changing defaults in WordPress to implement &#8220;security by obscurity&#8221; -Choosing strong passwords -Installing and configuring [...]]]></description>
			<content:encoded><![CDATA[<p>WordPress developers take security very seriously, and many security experts evaluate WordPress&#8217;s code for flaws. Security updates are made frequently to keep users safe. However, there are some extra steps you can take to make a fresh installation of WordPress more secure and protect against future attacks. Remember, no system can ever be completely secure, but taking preventative measures can be helpful. Much of this guide is based on the advice from the <a href="http://codex.wordpress.org/Hardening_WordPress">WordPress Codex article on hardening WordPress</a>, but it is aimed at the WordPress beginner. In future articles, I&#8217;ll cover advanced security measures, hardening existing WordPress installs, and recovering hacked WordPress sites.</p>
<p>This guide should be relevant for both WordPress 2.92 (the most recent stable release as of this writing) as well as WordPress 3.0.</p>
<p><strong>Overview:</strong></p>
<p>-Preliminary steps for securing your WordPress install<br />
-Changing defaults in WordPress to implement &#8220;security by obscurity&#8221;<br />
-Choosing strong passwords<br />
-Installing and configuring the Secure WordPress plugin<br />
-Keeping WordPress updated and backed up<br />
-And we&#8217;ll take a first look at some advanced security measures</p>
<p><span id="more-7934"></span></p>
<p><strong>Preliminary steps:</strong></p>
<p>1. Secure your computer<br />
As the WordPress codex says: &#8220;None of the following makes the slightest difference if there is a keylogger on your PC.&#8221; Make sure you are running anti-virus and anti-spyware software, and make sure said software is up to date. If you&#8217;re on Windows and don&#8217;t have any antivirus installed, I recommend <a href="http://free.avg.com/us-en/homepage">AVG Free</a> and <a href="http://www.microsoft.com/windows/products/winfamily/defender/default.mspx">Windows Defender</a>.</p>
<p>2. Make sure you&#8217;re installing the latest stable version from <a href="http://wordpress.org/">WordPress.org</a>.</p>
<p>3. If you already have another installation or WordPress or other database software on your server, and your host allows it, create completely new database and a brand new database user that only has access to the new database. This is to insulate your other sites in case someone compromises  this installation of WordPress.</p>
<p><strong>Installation:</strong></p>
<p>We&#8217;ll follow the basic steps of the famed 10 minute install, but we&#8217;ll make a few changes to the default settings along the way.</p>
<p>1. First we&#8217;ll change the default table prefix (You won&#8217;t be able to change this if you&#8217;re installing using Fantastico):</p>
<p>If you&#8217;re installing manually you&#8217;ll see a screen that look like this:</p>
<p><img class="alignnone size-full wp-image-7935" title="hardening-1" src="http://weblogtoolscollection.com/wp-content/uploads/2010/04/hardening-1.png" alt="" width="380" height="274" /></p>
<p>Change the &#8220;Table Prefix&#8221; field to something else. Be sure to leave the underscore (_). You should have something that looks like this:</p>
<p><img class="alignnone size-full wp-image-7936" title="hardening-1b" src="http://weblogtoolscollection.com/wp-content/uploads/2010/04/hardening-1b.png" alt="" width="376" height="269" /></p>
<p>2. Next we&#8217;ll change administrator&#8217;s username. The default is &#8220;admin.&#8221; Change this to something secret. You&#8217;ll have the option later to set a &#8220;nickname&#8221; &#8211; that&#8217;s what your readers will see.</p>
<p>Be sure to use a strong password. Notice how WordPress helps let you know whether your password is weak or strong.</p>
<p><img class="alignnone size-full wp-image-7947" title="hardening2" src="http://weblogtoolscollection.com/wp-content/uploads/2010/04/hardening2.png" alt="" width="379" height="252" /></p>
<p>Some tips for creating a strong password:</p>
<p>You shouldn&#8217;t use any part of your name, username, or the site name in the password.<br />
It should be at least 8 characters long<br />
It should include numbers and symbols in addition to letters<br />
You child&#8217;s first name and date of birth may be easy to remember, but is easy for anyone who knows anything about you to guess.<br />
Here&#8217;s a <a href="http://strongpasswordgenerator.com/">strong password generator</a> to help you out.</p>
<p><img class="alignnone size-full wp-image-7948" title="heading-2b" src="http://weblogtoolscollection.com/wp-content/uploads/2010/04/heading-2b.png" alt="" width="380" height="252" /></p>
<p>If you&#8217;re using Fantastico you&#8217;ll change the administrator username when you setup the new installation. Fantastico doesn&#8217;t help you create strong passwords, so you&#8217;ll be on your own. Follow the advice above and you should be ok.</p>
<p>3. Finish installing WordPress and login.</p>
<p>4. Next we&#8217;ll want to stop WordPress from displaying its verstion number anywhere on the site. I use the plugin <a href="http://wordpress.org/extend/plugins/secure-wordpress/">Secure WordPress</a>. It also provides some other security features we&#8217;ll look at in a moment.</p>
<p>On the dashboard, mouse over Plugins and click the arrow<br />
<img class="alignnone size-full wp-image-7940" title="hardening-3" src="http://weblogtoolscollection.com/wp-content/uploads/2010/04/hardening-3.png" alt="" width="147" height="290" /></p>
<p>Click Add New</p>
<p>In the search field, type &#8220;Secure WordPress&#8221; and click &#8220;Search Plugins&#8221;</p>
<p>Find Secure WordPress. To make sure you have the write plugin, verify that it is the one by Frank Bültge.&#8221;</p>
<p><img class="alignnone size-full wp-image-7941" title="hardening-4" src="http://weblogtoolscollection.com/wp-content/uploads/2010/04/hardening-4.png" alt="" width="495" height="168" /></p>
<p>Click &#8220;Install Now&#8221; and then click &#8220;OK.&#8221; On the next screen click &#8220;Activate Plugin.&#8221;</p>
<p>5. On the next screen, click &#8220;Settings&#8221; under &#8220;Secure WordPress&#8221;</p>
<p><img class="alignnone size-full wp-image-7942" title="Hardening" src="http://weblogtoolscollection.com/wp-content/uploads/2010/04/hardening-5.png" alt="Hardening" width="193" height="46" /></p>
<p>You can leave all these settings alone, but if you&#8217;re not planning on using Windows Live Writer you should check &#8220;Remove Windows Live Writer link in wp_head of the frontend&#8221; and then click &#8220;Save Changes.&#8221;</p>
<p>Congratulations! You&#8217;re now ahead of the curve in terms of WordPress security.</p>
<p><strong>Keep WordPress up-to-date, keep plugins up-to-date</strong></p>
<p>The most important thing you can do now is keep WordPress up-to-date. When new versions of WordPress area available you&#8217;ll see a notice on the dashboard when you login:</p>
<p><img class="alignnone size-full wp-image-7943" title="hardening-6" src="http://weblogtoolscollection.com/wp-content/uploads/2010/04/hardening-6.png" alt="" width="331" height="60" /></p>
<p>Click the &#8220;Please update now&#8221; link to see your update choices. The easiest way is to just click &#8220;Upgrade Automatically.&#8221; If for whatever reason you can&#8217;t upgrade automatically, you can download the newest version and follow the included upgrade instructions.</p>
<p>You&#8217;ll also want to keep you plugins updated. You should frequently click on the Plugins link on the dashboard and check for notification that look like this:</p>
<p><img class="alignnone size-full wp-image-7944" title="hardening-7" src="http://weblogtoolscollection.com/wp-content/uploads/2010/04/hardening-7.png" alt="" width="488" height="85" /></p>
<p>Again, upgrading automatically is the easiest method. If you can&#8217;t upgrade automatically, follow each plugin&#8217;s upgrade instructions.</p>
<p><strong>Backup often</strong></p>
<p>Finally, you&#8217;ll want to backup your WordPress database frequently in case anything should ever happen to your WordPress install. <a href="http://ilfilosofo.com/blog/wp-db-backup/">WordPress Database Backup</a> makes this a snap. We&#8217;ll cover database backups in a future article.</p>
<p><strong>Advanced security</strong></p>
<p>If you want to get your hands dirty with advanced security measures, you can lockdown your WP-Admin folder. We&#8217;ll look into the specifics of doing this in the future, but if you want to get started now check out the <a href="http://wordpress.org/extend/plugins/askapache-password-protect/">AskApache Password Protect</a> plugin.</p>
<p>And for bonus paranoid points, <del datetime="2010-04-28T23:27:14+00:00">you can use <a href="http://sourceforge.net/projects/tripwire/">Open Source Tripwire</a></del> to monitor your WordPress files for unexpected changes. In the comments, David pointed out that Open Source Tripwire is no longer maintained, and suggested some alternatives. But <a href="http://wordpress.org/extend/plugins/wordpress-file-monitor/">here&#8217;s a plugin</a> specifically designed for monitoring your WordPress files. Works right out of the box!</p>
]]></content:encoded>
			<wfw:commentRss>http://weblogtoolscollection.com/archives/2010/04/15/how-to-improve-basic-security-on-a-fresh-wordpress-install/feed/</wfw:commentRss>
		<slash:comments>34</slash:comments>
		</item>
		<item>
		<title>Easier Theme Upgrades</title>
		<link>http://weblogtoolscollection.com/archives/2010/01/19/easier-theme-upgrades/</link>
		<comments>http://weblogtoolscollection.com/archives/2010/01/19/easier-theme-upgrades/#comments</comments>
		<pubDate>Tue, 19 Jan 2010 18:04:40 +0000</pubDate>
		<dc:creator>Jeff Chandler</dc:creator>
				<category><![CDATA[WordPress Templates WordPress Skins WordPress Themes]]></category>
		<category><![CDATA[ithemes]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[themes]]></category>
		<category><![CDATA[upgrades]]></category>

		<guid isPermaLink="false">http://weblogtoolscollection.com/?p=7561</guid>
		<description><![CDATA[Do you find upgrading themes to be a pain? To be honest, I don&#8217;t upgrade themes very often if at all but if you do, there is a newly created plugin that ought to make the process much easier on you. It&#8217;s called Easy Theme Upgrades and was developed by Chris Jean of iThemes. It&#8217;s quite simple to use. Upon giving it a test run this morning, it performed flawlessly without any errors. I also confirmed that the backup zip file contained the changes I made to the files before they were deleted. This is very handy considering many people hack their themes to bits and pieces. This method insures that you don&#8217;t lose those changes forever but instead, can go into the archived files to copy and paste your bits into the new version. One of the biggest fears in upgrading a theme is the fact that you&#8217;ll lose [...]]]></description>
			<content:encoded><![CDATA[<p>Do you find upgrading themes to be a pain? To be honest, I don&#8217;t upgrade themes very often if at all but if you do, there is a newly created plugin that ought to make the process much easier on you. It&#8217;s called <a href="http://ithemes.com/a-better-faster-way-to-upgrade-themes/">Easy Theme Upgrades</a> and was developed by Chris Jean of iThemes. It&#8217;s quite simple to use. Upon giving it a test run this morning, it performed flawlessly without any errors. I also confirmed that the backup zip file contained the changes I made to the files before they were deleted. This is very handy considering many people hack their themes to bits and pieces. This method insures that you don&#8217;t lose those changes forever but instead, can go into the archived files to copy and paste your bits into the new version. One of the biggest fears in upgrading a theme is the fact that you&#8217;ll lose all your changes. Not anymore thanks to this plugin. </p>
<p>This plugin will soon make it onto the WordPress plugin repository and is not tied strictly to the themes that iThemes offers. I wanted to take a moment to say that a plugin such as this could have easily been released to only iThemes customers to make it as easy as possible for them to upgrade their products but instead, they have released this to the entire WordPress community. Thanks! </p>
]]></content:encoded>
			<wfw:commentRss>http://weblogtoolscollection.com/archives/2010/01/19/easier-theme-upgrades/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>Google To Help Notify You Of New Updates</title>
		<link>http://weblogtoolscollection.com/archives/2009/11/23/google-to-help-notify-you-of-new-updates/</link>
		<comments>http://weblogtoolscollection.com/archives/2009/11/23/google-to-help-notify-you-of-new-updates/#comments</comments>
		<pubDate>Mon, 23 Nov 2009 20:21:02 +0000</pubDate>
		<dc:creator>Jeff Chandler</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[notifications]]></category>
		<category><![CDATA[upgrades]]></category>
		<category><![CDATA[webmaster tools]]></category>

		<guid isPermaLink="false">http://weblogtoolscollection.com/?p=7237</guid>
		<description><![CDATA[Here comes yet another way to be notified of new upgrades for WordPress in case you need one. Google has announced that they will be using their processing power to scan the source code of websites to look for the version number of the publishing software they are using and send them a notification through Google Webmaster Tools letting them know that an upgrade is available. In the case of WordPress, the meta tag was moved  to the core of WordPress in 2.5. Therefor, anyone running a version of WordPress from 2.5 and above should have it displayed in their source code unless it was either removed or edited out through an action in the functions.php file such as remove_action(&#8216;wp_head&#8217;, &#8216;wp_generator&#8217;); Also, some plugins have been created that removes the version info as well, typically security related plugins. Speaking of security, the security through obscurity argument regarding the public display [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-7238" title="googlelogo" src="http://weblogtoolscollection.com/wp-content/uploads/2009/11/googlelogo.png" alt="googlelogo" width="127" height="54" />Here comes yet another way to be notified of new upgrades for WordPress in case you need one. Google <a href="http://googlewebmastercentral.blogspot.com/2009/11/new-software-version-notifications-for.html" target="_blank">has announced</a> that they will be using their processing power to scan the source code of websites to look for the version number of the publishing software they are using and send them a notification through Google Webmaster Tools letting them know that an upgrade is available. In the case of WordPress, the <strong></strong> meta tag was moved  to the core of WordPress in 2.5. Therefor, anyone running a version of WordPress from 2.5 and above should have it displayed in their source code unless it was either removed or edited out through an action in the functions.php file such as <strong>remove_action(&#8216;wp_head&#8217;, &#8216;wp_generator&#8217;);</strong> Also, some plugins have been created that removes the version info as well, typically security related plugins.</p>
<p>Speaking of security, the security through obscurity argument regarding the public display of the version number of WordPress in the source code was over once the code for WordPress was available to the public. Matt Mullenweg mentioned this in his post regarding how to keep WordPress secure.</p>
<blockquote><p>Hide the WordPress version, they say, and you’ll be fine. Uh, duh, the worm writers thought of that. Where their 1.0 might have checked for version numbers, 2.0 just tests capabilities, version number be damned.</p></blockquote>
<p>So, I&#8217;m with Google in that including the version number in the source code can do more good than harm. In order to receive these update notifications from Google, you&#8217;ll need to have a <a href="https://www.google.com/webmasters/tools/" target="_blank">Google Webmaster Tools account</a> with a site attached.</p>
<p>The majority of people in the WordPress community have continuously advised removing this generator from being seen in the source code as a means of security. Will this line of thinking continue, or will we see more people add or leave it in to take advantage of the updates from Google?</p>
]]></content:encoded>
			<wfw:commentRss>http://weblogtoolscollection.com/archives/2009/11/23/google-to-help-notify-you-of-new-updates/feed/</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
		<item>
		<title>Bulk Plugin Upgrades In 2.9</title>
		<link>http://weblogtoolscollection.com/archives/2009/10/29/bulk-plugin-upgrades-in-2-9/</link>
		<comments>http://weblogtoolscollection.com/archives/2009/10/29/bulk-plugin-upgrades-in-2-9/#comments</comments>
		<pubDate>Thu, 29 Oct 2009 22:49:40 +0000</pubDate>
		<dc:creator>Jeff Chandler</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[upgrades]]></category>

		<guid isPermaLink="false">http://weblogtoolscollection.com/?p=6959</guid>
		<description><![CDATA[As mentioned by WP Engineer, WordPress 2.9 recently had a new feature added to it called bulk plugin upgrades. The interesting thing about this feature is back on September 11th, Matt published this through his Twitter feed: Just upgraded three plugins in about 30 seconds using one-click upgrade &#8212; wish you could do them all at once though. Well, now you can. I attended the WordPress developers chat today and according to the devs, the bulk upgrader works, all it needs now is to be tied into the API along with some cosmetics. I&#8217;m sure there are plenty of you, including myself that is pleased to see this addition to WordPress. However, I wonder what happens if during a bulk upgrade, one of the plugins fails. Does the upgrader skip the plugin and move on to the next one or does it ruin the entire upgrade? Looking forward to the [...]]]></description>
			<content:encoded><![CDATA[<p>As <a href="http://wpengineer.com/batch-plugin-update-in-wordpress-2-9/" target="_blank">mentioned by WP Engineer</a>, WordPress 2.9 recently had a new feature added to it called bulk plugin upgrades. The interesting thing about this feature is back on September 11th, Matt <a href="http://twitter.com/photomatt/status/3922695818" target="_blank">published this</a> through his Twitter feed:</p>
<blockquote><p>Just upgraded three plugins in about 30 seconds using one-click upgrade &#8212; wish you could do them all at once though.</p></blockquote>
<p>Well, now you can. I attended the WordPress developers chat today and according to the devs, the bulk upgrader works, all it needs now is to be tied into the API along with some cosmetics. I&#8217;m sure there are plenty of you, including myself that is pleased to see this addition to WordPress. However, I wonder what happens if during a bulk upgrade, one of the plugins fails. Does the upgrader skip the plugin and move on to the next one or does it ruin the entire upgrade? Looking forward to the answer in the comments. </p>
]]></content:encoded>
			<wfw:commentRss>http://weblogtoolscollection.com/archives/2009/10/29/bulk-plugin-upgrades-in-2-9/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Are Your Plugins Compatible?</title>
		<link>http://weblogtoolscollection.com/archives/2009/10/27/are-your-plugins-compatible/</link>
		<comments>http://weblogtoolscollection.com/archives/2009/10/27/are-your-plugins-compatible/#comments</comments>
		<pubDate>Tue, 27 Oct 2009 17:59:51 +0000</pubDate>
		<dc:creator>Jeff Chandler</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[compatibility]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[upgrades]]></category>

		<guid isPermaLink="false">http://weblogtoolscollection.com/?p=6944</guid>
		<description><![CDATA[A few days ago, something new showed up on each plugin page throughout the repository. This new box on the right hand side is a way of enabling the community to say whether a plugin is compatible with the newest version of WordPress or not. Normally, the plugin information within the FYI box tells you which version of WordPress is required and which version the plugin is compatible up to. Unfortunately, the version the plugin is compatible up to is not updated that often which is why some plugins which state that they only work up to WordPress 2.5 end up working with the latest release. If you have a WordPress.org forum user account, you&#8217;ll need to log in in order to vote. The voting is simple. The first box enables you to select which version of WordPress you&#8217;re running, including the latest version being worked on. The second box [...]]]></description>
			<content:encoded><![CDATA[<p>A few days ago, something new showed up on each plugin page throughout the repository. This new box on the right hand side is a way of enabling the community to say whether a plugin is compatible with the newest version of WordPress or not. Normally, the plugin information within the FYI box tells you which version of WordPress is required and which version the plugin is compatible up to. Unfortunately, the version the plugin is compatible up to is not updated that often which is why some plugins which state that they only work up to WordPress 2.5 end up working with the latest release. If you have a WordPress.org forum user account, you&#8217;ll need to log in in order to vote. The voting is simple. The first box enables you to select which version of WordPress you&#8217;re running, including the latest version being worked on. The second box allows you to choose which version of the plugin you are running. After setting those two options, you click on the <b>broken</b> or <b>works</b> buttons to place your vote. </p>
<p><img src="http://weblogtoolscollection.com/wp-content/uploads/2009/10/itworks.png" alt="itworks" title="itworks" width="216" height="257" class="aligncenter size-full wp-image-6945" /></p>
<p>As per the screenshot, the majority of those using WordPress 2.8.5 with version 3.1.7 of the Google XML Sitemaps plugin reported that it&#8217;s working. The beauty of this system is that it leverages the community in order to figure out what works with what. However, just because it works for the majority of users is no guarantee it will work on your particular setup. But using these statistics, it should make it easier to figure out whether the issue is with the plugin and WordPress or with your setup. </p>
<p>One of the biggest fears users have when it comes time to upgrade WordPress is whether their plugins will work on the newest version or not. There are a large handful of people who upgrade to the latest version of WordPress as soon as it&#8217;s released and the hope is, these folks will visit the plugin page and report their findings for others to take advantage of. If more users see that their plugins work on the newest version, they are more likely to upgrade. </p>
<p>What are your thoughts on this system? Any ideas to enhance it? </p>
]]></content:encoded>
			<wfw:commentRss>http://weblogtoolscollection.com/archives/2009/10/27/are-your-plugins-compatible/feed/</wfw:commentRss>
		<slash:comments>30</slash:comments>
		</item>
		<item>
		<title>WordPress 2.5 Upgrade Guide(s)</title>
		<link>http://weblogtoolscollection.com/archives/2008/04/02/wordpress-25-upgrade-guides/</link>
		<comments>http://weblogtoolscollection.com/archives/2008/04/02/wordpress-25-upgrade-guides/#comments</comments>
		<pubDate>Thu, 03 Apr 2008 00:56:12 +0000</pubDate>
		<dc:creator>Ronald Huereca</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[experience]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[guides]]></category>
		<category><![CDATA[upgrade]]></category>
		<category><![CDATA[upgrades]]></category>
		<category><![CDATA[wordpress-2.5]]></category>

		<guid isPermaLink="false">http://weblogtoolscollection.com/archives/2008/04/02/wordpress-25-upgrade-guides/</guid>
		<description><![CDATA[There are many guides out there (one in particular I won&#8217;t dare mention) about upgrading to 2.5, but I was curious how your experience was. I&#8217;ve personally upgraded two of my blogs &#8212; one manually, and one using Keith&#8217;s awesome WordPress Automatic Upgrade plugin. In both cases, I ran into no issues aside from a few incompatible plugins (you did check the list, right?). To get the ball rolling, here are several links to some upgrade experiences around the web. My hope is to make this post a resource with a list of upgrade guides and experiences. Please feel free to add your own in the comments below (only one link please). Alex Frison shares with us how to upgrade 2.5 in 5 minutes. Random View shares his experience with upgrading to 2.5. Christer Edwards discusses updating, not one, but multiple blogs to WP 2.5 with no issues. Jeffro2pt0 discusses [...]]]></description>
			<content:encoded><![CDATA[<p>There are many guides out there (one in particular I won&#8217;t dare mention) about upgrading to 2.5, but I was curious how your experience was.</p>
<p>I&#8217;ve personally upgraded two of my blogs &#8212; one manually, and one using Keith&#8217;s awesome <a href="http://wordpress.org/extend/plugins/wordpress-automatic-upgrade/">WordPress Automatic Upgrade plugin</a>.  In both cases, I ran into no issues aside from a few incompatible plugins (you did <a href="http://codex.wordpress.org/Plugins/Plugin_Compatibility/2.5">check the list</a>, right?).</p>
<p>To get the ball rolling, here are several links to some upgrade experiences around the web.  My hope is to make this post a resource with a list of upgrade guides and experiences.  Please feel free to add your own in the comments below (only one link please).</p>
<ul>
<li>Alex Frison shares with us <a href="http://afrison.com/how-upgrade-wordpress-25/612/">how to upgrade 2.5 in 5 minutes</a>.</li>
<li>Random View <a href="http://www.blogsdna.com/6/wordpress-25-upgrade-steps-procedure-my-experience.htm">shares his experience with upgrading to 2.5.</a></li>
<li>Christer Edwards discusses updating, not one, but <a href="http://ubuntu-tutorials.com/2008/03/29/wordpress-25-upgrade/">multiple blogs to WP 2.5 with no issues</a>.</li>
<li>Jeffro2pt0 <a href="http://www.jeffro2pt0.com/jeffro2pt0-now-on-wp-25">discusses his transition to 2.5</a>.</li>
<li>And of course Socialized Software provides us with an <del datetime="2008-04-03T16:00:48+00:00">in-depth WordPress 2.5 Review</del> (link removed for suspicion of XSS).</li>
</ul>
<p>So what was your upgrade experience like?</p>
]]></content:encoded>
			<wfw:commentRss>http://weblogtoolscollection.com/archives/2008/04/02/wordpress-25-upgrade-guides/feed/</wfw:commentRss>
		<slash:comments>70</slash:comments>
		</item>
		<item>
		<title>Prepare For WP 2.5</title>
		<link>http://weblogtoolscollection.com/archives/2008/03/09/prepare-for-wp-25/</link>
		<comments>http://weblogtoolscollection.com/archives/2008/03/09/prepare-for-wp-25/#comments</comments>
		<pubDate>Sun, 09 Mar 2008 23:21:50 +0000</pubDate>
		<dc:creator>Jeff Chandler</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[blogherald]]></category>
		<category><![CDATA[prechecks]]></category>
		<category><![CDATA[preflight]]></category>
		<category><![CDATA[upgrades]]></category>

		<guid isPermaLink="false">http://weblogtoolscollection.com/archives/2008/03/09/prepare-for-wp-25/</guid>
		<description><![CDATA[With WordPress 2.5 due to be released today (Hooray!) now would be a good time to go through a series of upgrade checks to see if your blog is ready for 2.5. Lorelle Van Fossen has written up an excellent article on the BlogHerald in regards to the pre upgrade checks you should perform. These include disabling and or removing old plugins, updating themes and plugins, validation, and checking for compatibilities. Going through this series of pre-flight checks as some would say, will help you prepare for a smooth upgrade process. I know I&#8217;ll be one of the first to upgrade my blog when I have the chance. When will you upgrade yours? *Note* WordPress 2.5 was TENTATIVELY  scheduled to be release on March 10th, 2008. However, it looks like it&#8217;s not ready for production treatment and thus, has not been released.]]></description>
			<content:encoded><![CDATA[<p><strike>With WordPress 2.5 due to be released today (Hooray!)</strike> now would be a good time to go through a series of upgrade checks to see if your blog is ready for 2.5. <a href="http://lorelle.wordpress.com/">Lorelle Van Fossen</a> has written up an excellent article on the <a href="http://www.blogherald.com/2008/03/07/wordpress-upgrade-preparation-checklist/" title="http://www.blogherald.com/2008/03/07/wordpress-upgrade-preparation-checklist/" target="_blank">BlogHerald</a> in regards to the pre upgrade checks you should perform. These include <strong>disabling and or removing old plugins, updating themes and plugins, validation, and checking for compatibilities. </strong>Going through this series of pre-flight checks as some would say, will help you prepare for a smooth upgrade process.</p>
<p>I know I&#8217;ll be one of the first to upgrade my blog when I have the chance. When will you upgrade yours?</p>
<p><strong>*Note* </strong>WordPress 2.5 was <strong>TENTATIVELY  </strong>scheduled to be release on March 10th, 2008. However, it looks like it&#8217;s not ready for production treatment and thus, has not been released.</p>
]]></content:encoded>
			<wfw:commentRss>http://weblogtoolscollection.com/archives/2008/03/09/prepare-for-wp-25/feed/</wfw:commentRss>
		<slash:comments>109</slash:comments>
		</item>
	</channel>
</rss>
<!-- This Quick Cache file was built for (  weblogtoolscollection.com/archives/tag/upgrades/feed/ ) in 1.30272 seconds, on Feb 14th, 2012 at 6:18 pm UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on Feb 14th, 2012 at 7:18 pm UTC -->
