Skip to content

v2.3.4 - Fix critical error after one-click update

Choose a tag to compare

@numanrki numanrki released this 12 Mar 16:06
· 1 commit to master since this release

Fixed

  • Critical error after update: the old plugin folder was not removed before renaming the GitHub download folder, causing the move to fail and leaving WordPress unable to find the plugin files
  • Removed premature activate_plugin() from the upgrader hook — WordPress's Plugin_Upgrader already handles reactivation, calling it mid-install triggered class redeclaration errors