Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #24812
    Profile photo of Robin
    Robin
    Keymaster

    There is an issue with WooCommerce that I notified them about in regards to WordPress 4.4 – they seem to have overlooked repairing it in their most recent release.

    If your system upgrades to 4.4 automatically, you will no longer be able to manage your licenses. Until WooCommerce releases a fix for this issue, it will persist. I recommend you disable auto updates to WP core (which I think everyone should have disabled anyways):

    Add this line:

    define( 'WP_AUTO_UPDATE_CORE', false );

    To your wp-config.php file, or:

    add_filter( 'auto_update_core', '__return_false' );

    In your theme’s functions.php file, or any other file that runs every time WordPress loads.

    #24852
    Profile photo of Henri
    Henri
    Participant

    Is it now safe to update WordPress 4.4, WooCommerce 2.4.12 and Symbiostock 2.1.6?

    Wordpress.org’s Installation page says:

    Symbiostock requires WooCommerce 2.4.12 to operate. — — Install WooCommerce 2.4.10 via the link provided above.

    #24853
    Profile photo of Robin
    Robin
    Keymaster

    Yes, should be safe now. I will fix that typo, thanks for bringing it up.

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.