Skip to content

Releases: bluedognz/bdw-manager

Release list

v1.0.1

Choose a tag to compare

@bluedognz bluedognz released this 11 Aug 19:03

Fixes the changelog not showing under v1.0.0's update details in wp-admin (release was cut before the readme.txt sync landed). Also corrects GitHub token guidance now that this repo is public.

v1.0.0

Choose a tag to compare

@bluedognz bluedognz released this 30 Jul 19:44

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's wp_new_user_notification() override instantiated WordPress's long-removed PasswordHash (phpass) class directly. Replaced with core's wp_hash_password().

Added

  • GitHub auto-updates via Plugin Update Checker (this repo is private, so a BDW_MGR_GH_TOKEN must be defined in wp-config.php on each site for updates to be visible)