Make WordPress Core

Opened 5 years ago

Closed 5 years ago

Last modified 5 years ago

#47425 closed defect (bug) (invalid)

Wordress Auto update

Reported by: nitinv's profile nitinv Owned by:
Milestone: Priority: normal
Severity: normal Version:
Component: Upgrade/Install Keywords:
Focuses: Cc:

Description

My Wordress updated automatically i also added the code in wp config file to hide core updates define( 'WP_AUTO_UPDATE_CORE', false ); but again my wordpress is updated to 5.2.1 from 5.1.1. Can you help me with this.

Change History (3)

#1 @SergeyBiryukov
5 years ago

  • Component changed from General to Upgrade/Install
  • Milestone Awaiting Review deleted
  • Resolution set to invalid
  • Severity changed from major to normal
  • Status changed from new to closed

Hi @nitinv, welcome to WordPress Trac! Thanks for the ticket.

WordPress does not (currently) auto-update across major versions, so it sounds like your hosting provider might have performed the update.

Please note that this Trac is used for enhancements and bug reporting for the WordPress core software, not for individual support questions.

Please try the support forums to get help with your site: https://wordpress.org/support/forums/.

#2 follow-up: @nitinv
5 years ago

Is there any code to disable auto update of my wordpress version.

#3 in reply to: ↑ 2 @SergeyBiryukov
5 years ago

Replying to nitinv:

Is there any code to disable auto update of my wordpress version.

Auto-updating across major versions is disabled by default, no code is needed for that.

If you're using define( 'WP_AUTO_UPDATE_CORE', false ), all that does is disable minor updates and security fixes, which is generally not recommended.

If your site still auto-updated from 5.1.1 to 5.2.1, that was most likely initiated by your hosting provider or other party, not by WordPress core. I'd suggest contacting them or trying the support forums to find out the details.

Note: See TracTickets for help on using tickets.