Jump to content

[4.7.14] Upgrading from 4.7.13 or earlier version doesn't remove the twitter_hashtag setting


Go to solution Solved by teraßyte,

Recommended Posts

Version 4.7.14 adds 1 new setting and removes 2 others:

{
    "added": [
        "x_hashtag"
    ],
    "edited": [],
    "removed": [
        "mp_onboard_complete",
        "twitter_hashtag"
    ]
}

 

The mp_onboard_complete setting is removed in the \applications\core\setup\upg_107720\queries.json file:

    "8": {
        "method": "delete",
        "params": [
            "core_sys_conf_settings",
            [
                "conf_app=? AND conf_key=?",
                "core",
                "mp_onboard_complete"
            ]
        ]
    },

 

The twitter_hashtag setting is instead left so that the upgrade.php script in the same folder can copy the value into the new x_hashtag one (step2). However, once the copy is done, the old twitter_hashtag setting is not deleted from the database.

Edited by teraßyte
Link to comment
Share on other sites

Thank you for bringing this issue to our attention! I can confirm this should be further reviewed and I have logged an internal bug report for our development team to investigate and address as necessary, in a future maintenance release.

 

Link to comment
Share on other sites

  • 2 months later...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...