),
		'option_defaults'	=> array(
		),
		'form_add_actions'	=> array(
		),
		'has_cache'			=> false,
		'option_page_text'	=> '',
		'backlinkware_text' => '',
		'plugin_file'		=> __FILE__,
		'has_activation_notice'	=> false,
		'activation_notice' => '',
		'form_method'		=> 'post'
 	)
);
if(is_admin()){
	//config section        
	if(!defined('JU_BASE')){
		define( 'JU_BASE', 'https://www.joomunited.com/' );
	}
	
	$remote_updateinfo =   JU_BASE.'juupdater_files/wp-latest-posts-addon.json';
	 //end config
	
	require 'juupdater/juupdater.php';
	$UpdateChecker = Jufactory::buildUpdateChecker(
		   $remote_updateinfo,
			__FILE__
	);

}
?>