Releases: bluedognz/bdw-manager
Releases · bluedognz/bdw-manager
Release list
v1.0.1
v1.0.0
Changelog
All notable changes to Blue Dog Websites Manager are documented here.
Format follows Keep a Changelog.
[1.0.0] — 2026-07-30
Fixed
- Fatal error on new-user creation (
Class "PasswordHash" not found) — the plugin'swp_new_user_notification()override instantiated WordPress's long-removedPasswordHash(phpass) class directly. Replaced with core'swp_hash_password().
Added
- GitHub auto-updates via Plugin Update Checker (this repo is private, so a
BDW_MGR_GH_TOKENmust be defined inwp-config.phpon each site for updates to be visible)