Welcome a new version with reCAPTCHA and WordPress filters '; $news['4.0'] = '

Welcome a new version with extended Access Lists and reCAPTCHA for WooCommerce

Read a full list of changes and improvements

'; $news['4.3'] = '

What\'s new in version 4.3

'; $news['8.5'][] = 'A new Data Shield module for advanced protection of user data and vital settings in the website database. Available in the PRO version.'; $news['8.5'][] = 'Improvement: Compatibility with WooCommerce significantly improved.'; $news['8.5'][] = 'Bug fixed: Custom login URL doesn\'t work after updating WordPress to 5.2.3.'; $news['8.5'][] = 'Bug fixed: User Policies tabs are not switchable if a user role was declared with a hyphen instead of the underscore.'; $news['8.5'][] = 'Bug fixed: A PHP warning while adding a network to the Black IP Access List from the Activity tab.'; $news['8.5'][] = 'Bug fixed: An anti-spam false positive: some WordPress DB updates can\'t be completed.'; $news['8.5.3'][] = 'The malware scanner and integrity checker window has got a new filter that enables you to filter out and navigate to specific issues quickly.'; $news['8.5.3'][] = 'New in Cerber.Hub: new columns and filters have been added to the list of slave websites. The new columns display server IP addresses, hostnames, and countries where servers are located.'; $news['8.5.3'][] = 'Bug fixed: depending on the number of items in the access lists, the IP address 0.0.0.0 can be erroneously marked as whitelisted or blacklisted.'; $news['8.5.3'][] = 'Bug fixed in Cerber.Hub: if a WordPress plugin is installed on several slave websites and the plugin needs to be updated on some of the slave websites, the plugin is shown as needs to be updated on all the slave websites.'; $news['8.6'][] = 'An integration with the Cloudflare cloud-based firewall. It’s implemented as a special WP Cerber add-on.'; $news['8.6'][] = 'The malware scanner has got improvements to the monitoring of new and modified files feature. Now it can be set to Disable, Executable files, or All files.'; $news['8.6'][] = 'Additional search fields for the Activity log. They enable you to find a specific request by its Request ID (RID) or/and to search for a string in the request URL.'; $news['8.6'][] = 'The minimum supported PHP version is 5.6.'; $news['8.6.3'][] = 'New: Ability to load IP access list\'s entries in the CSV format (bulk load).'; $news['8.6.3'][] = 'Update: A new malware scanner setting allows you to permit the scanner to change permissions of folders and files when required.'; $news['8.6.3'][] = 'Fixed: The access list IPv4 wildcard *.*.*.* doesn\'t work (has no effect).'; $news['8.6.3'][] = 'Fixed: If the anti-spam query whitelist contains more than one entry, they do not work as expected.'; if ( ! empty( $news[ $version ] ) ) { //$text = '

What\'s new in WP Cerber '.$version.'

'; $text = '

Highlights from WP Cerber Security '.$version.'

'; $text .= ''; $text .= '

Read more on wpcerber.com

'; $text .= '

See the whole history in the changelog

'; $text .= '

  Subscribe to Cerber\'s newsletter

  Follow Cerber on Twitter

  Follow Cerber on Facebook

'; cerber_admin_info( $text ); } } function cerber_admin_info($msg, $type = 'normal'){ //global $crb_assets_url; $crb_assets_url = cerber_plugin_dir_url() . 'assets/'; update_site_option('cerber_admin_info', ''. '
'.$msg. '

'); }