Skip to content

Bug Fixes

Choose a tag to compare

@vovafeldman vovafeldman released this 11 Apr 12:30
· 70 commits to master since this release
d911764
  1. Freemius::get_opt_in_params() is using wp_get_current_user() to fetch the user's information. This function requires a set of cookie constants which are only defined after the inclusion of the network activated plugins. Therefore, manually define the constants when they are not set.

  2. Added protection for cases when more than one product is installed with the migration client-side script.