PDA

View Full Version : Your site has updated to WordPress XY



Fli
04-09-2014, 07:38 AM
Following email message means that Your wordpress installation was automatically updated to fix important security issues (like attacker can stole your site database, gain administrator access or similar things.).
Wordpress recommend to keep this autoupdate feature ON.. more (http://wordpress.org/support/topic/wordpress-37-master-list?replies=5#post-4801003)


Howdy! Your site at * has been updated automatically to WordPress *

For more on version *, see the About WordPress screen:
http://*.*/wp-admin/about.php

WordPress * is also now available. Updating is easy and only takes a few moments:
http://*.*/wp-admin/update-core.php

Keeping your site updated is important for security. It also makes the internet a safer place for you and your readers.

If you experience any issues or need support, the volunteers in the WordPress.org support forums may be able to help.
http://wordpress.org/support/

The WordPress Team

How to disable all automatic Wordpress updates? Add this line to your wp-config.php file:

define( 'AUTOMATIC_UPDATER_DISABLED', true );

If you need to enable only important, core minor updates, then add:

define( 'WP_AUTO_UPDATE_CORE', 'minor' );

emanuelsharper
09-03-2014, 12:27 PM
Hello do you know any ways to turn off WP automatic updates?