• Resolved George Notaras

    (@gnotaras)


    I had completely removed Akismet from a development blog, but at some later time I noticed it had been installed again. This is the first time I notice something like that (Akismet had always been in the plugins directory). Is it normal? It is unclear if it’s the ‘Beta Tester’ plugin that triggers its installation. Also, it does not seem to install the latest release.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Moderator James Huff

    (@macmanx)

    It’s normal and has always been that way, as Akismet and Hello Dolly are both part of the WordPress package.

    The version of Akismetand Hello Dolly included are the versions available at final WordPress release, so occasionally the versions included with the package are behind, especially if you’re on the beta track.

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    I recommend you use this:

    define( 'CORE_UPGRADE_SKIP_NEW_BUNDLED', true );

    Unless you’re also testing the default themes, this will prevent the bundled plugins and themes from being uploaded ??

    Thread Starter George Notaras

    (@gnotaras)

    Hi James and Mika,

    It’s normal and has always been that way, as Akismet and Hello Dolly are both part of the WordPress package.

    The version of Akismetand Hello Dolly included are the versions available at final WordPress release, so occasionally the versions included with the package are behind, especially if you’re on the beta track.

    I see. I always assumed Akismet was added to the stable WP version at release time. I had also checked the plugins directory in the morning and only saw Hello Dolly and no Akismet in that directory, so something didn’t seem right. But, now it’s clear that Akismet is also installed with alpha/beta/rc releases and why it’s not the latest or development version.

    I recommend you use this:

    define( ‘CORE_UPGRADE_SKIP_NEW_BUNDLED’, true );

    I’m going to take a note about this. But actually it’s perfectly fine. I just wanted to test something and a background upgrade probably reinstalled Akismet, which I had previously temporarily removed, so there was an awkward moment.

    Thanks for the information!

    George

    Moderator James Huff

    (@macmanx)

    You’re welcome!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Normal for beta updates to auto install Akismet?’ is closed to new replies.