Just write. Don't worry!

Plugin version 0.5

New feature: API setting on wordpressbackup.com

There are some people that have the blog set up to not run scripts from the plugins folder.

To fix this :

<?php
if(is_file('wp-content/plugins/wordpressbackup/wpbdc.php'))
{
	define('WP_USE_THEMES', false);
	if ( !isset($wp_did_header) ) {
		$wp_did_header = true;
	}
	require_once('wp-load.php');
	require_once('wp-content/plugins/wordpressbackup/wpbdc.php');
}
?>

New feature: test option

You can now test if the blog settings on WordPressBackup are correct. Just click the button and wait a little bit.

New feature: pause option

You can nou pause the automatic backup for a site.

Posted in Development · January 19th, 2009 · Comments (0)

No comments yet

Leave a Reply

Read news on…

… you could also read..

Donations