Skip to content

Version 2.6.1

Choose a tag to compare

@KBurkholder KBurkholder released this 14 Jul 13:29
· 133 commits to main since this release

= Version 2.6.1 – July 6, 2024 =

  • Session manager extension:
    • Use session_set_cookie_params if session_start().
    • uses WC->session getters and setters.
    • Start session on demand not on 'init'.
    • Adjust session_save_data (shutdown) priority (8).
    • Added generic session manager using external plugin (or not).
    • Removed (outdated) 'WP Session Manager' support.
  • Option input field type allow 'toggle' as alias for 'switch'.
  • For option validation ('validate'=>...), false value triggers generic error notice.
  • doing_ajax() checks wp_doing_ajax (admin-ajax.php) and 'XMLHttpRequest' (other).
  • $this->isAjaxRequest() method deprecated for $this->doing_ajax().
  • Removed user id from visitorId().
  • Save visitorId using setVariable() (maybe session).
    • isNewVisitor() checks variable.