Releases: bernskiold/bm-wp-experience
Releases · bernskiold/bm-wp-experience
2.0.0
Added
- Remove color scheme picker by default. Can be overridden via filter
bm_wpexp_remove_color_scheme_picker
. - Disable comments by default. Can be overridden by defining
BM_WP_ENABLE_COMMENTS
as true in the config. - Remove Yoast SEO dashboard widget.
- Feature to disable update notices when website is on maintenance plan. To use, set
BM_WP_HAS_MAINTENANCE_PLAN
to true. - Remove the Site Health dashboard widget if on maintenance plan.
- Remove the help tab.
- Remove import/export pages unless
BM_WP_ENABLE_IMPORT_EXPORT
is set totrue
. - Custom branded admin theme.
- Add our help widget with support docs.
- If Admin Columns Pro is active, we load a set of upgraded admin column views.
- Remove ACF settings if on production.
- Dashboard widget highlighting BM Academy posts.
Changed
- Renamed the
Authors
class to more genericUsers
. - On multisite users need to be super admins in order to see environment notice.
Fixed
- Dashboard widgets are now removed on network admin too.
1.4.0
Added
- Public notice for logged in admins to clearly show when on a staging environment. (#34)
- Notice in the admin bar showing environment for admins. (#34)
- Prevent non-production environments from being indexed. (#35)
- Multisite: Make password resets use the local blog and not the main blog. (#33)
Changed
- Renamed the
bm_wpexp_authors_whitelisted_domains
tobm_wpexp_authors_allowlisted_domains
. - Environment control of when weak passwords are allowed is now done via
wp_get_environment_type
instead of via TLD.
Removed
bm_wpexp_test_tlds
no longer exists as it is not necessary.
1.3.0
Added
- Fix for REST API pagination with pages that caused duplicates in Gutenberg, until WordPress fixes this in core.
Changed
- Hook custom stylesheet much later to try and override most other loaded styles.
- Updated the BM logo. We've got a new one.
Fixed
- Custom styles weren't loaded in the editor.
1.2.0
Added
- Sanitization of upload filenames. No more bad characters that cause problems.
Changed
- No longer whitelist BM dev domains for author indexing.
Fixed
- Added missing namespaces to some files.
Removed
- Support beacon because of low usage.
- Non-working ACF license management.
1.1.1
Added
- A constant
BM_WP_DISABLE_FEED_URLS
that controls whether the feed URLs will be cleaned or not. Defaults to current behavior which is true.
Changed
- Updated the composer.json for proper formatting.
- Removing dev scripts from the committed composer vendor folder.
Fixed
- An issue where the extra CSS file saving would overrite on multisite.
Removed
- Unused folders that were left as placeholders.
1.1.0
Added
- Custom CSS added via the customizer now saves to a local file instead of being loaded inline.
- Disables the block directory added in WP 5.5. Define
BM_WP_ENABLE_BLOCK_DIRECTORY
as true in your config to re-enable.
Changed
- Upgrade the Github Plugin Update Checker to the latest version. The new version has a different classname, reflected in
bm-wp-experience.php
.