- New: Allow editors to edit listings from front-end.
- New: Update Twitter logo to X.
- New: Add edit listing link on payment confirmation page. This is especially helpful after a listing was claimed.
- Security: The payment history on a listing could be cleared by non-admins.
- Security hardening: Check nonce and user role with all back-end ajax calls.
- Rename a few social site settings to make them more clear.
- Improve the layout of social icons.
- Switch from using roles to capabilities. Now a custom role could have access by using the ‘manage_options', ‘manage_posts', and ‘edit_others_posts' capabilities.
- Change the wording above the contact form so it makes sense for any directory type.
- Hide more admin notices from other plugins. This was confusing when it looked like the notice was from BD.
- Fix: WP 6.4 compatibility. The category page lost its content with some themes.
- Code: Start autoloading more classes for lower baseline memory usage.