All notable changes to this project will be documented in this file, per the Keep a Changelog standard.
- Add filter for allowlisting specific API routes
tenup_experience_rest_api_allowlist
- Add UI for disabling comments
- Remove production setting
- Fixed disallow direct login warning
- Support Fueled SSO
- Linting clean up
- Ensure unique username
- Make sure redirect_to is a string
- Remove WP Acceptance
- Upgrade build process to 10up Toolkit
- Upgrade Plugin Update Checker
- Allow SSO to be turned off in the admin
- Fix bug allowing admin username user to authenticate
- Added Activity Log
- Support for PHP 8.1
- Bundled 10up SSO plugin into 10up Experience
- Ensure mbstring exists before using password strength checker.
- If Gutenberg is disabled, also make sure widget editor doesn't use Gutenberg.
- Fix Filtering WP List Table Views by 10up Author
- Unhide Stream menu
- Add filter around disabling X Frame header. Props jamesmorrison.
- Improves detection of object cache drop-ins. Props christianc1.
- Adds themes to support monitor reporting. Props tylercherpak.
- Adds web vitals to support monitor reporting. Props christianc1.
1.7.3 - 2020-07-20
- Fix how we retrieve WP version.
- Improve how we generate message ID for Support Monitor
- Show welcome admin notification
- Change API restriction to default to only restricting the users endpoint.
- 10up Experience header added during author redirect to improve debugging. Props petenelson.
- Fix how we retrieve WP version.
- Improve how we generate message ID for Support Monitor
1.7.2 - 2020-06-01
- Send object cache info to Support Monitor
- Fix
esc_html__
call. - Query for users across network if network activated
1.7.1 - 2020-05-28
- Fix number of users being queried by Support Monitor.
1.7 - 2020-05-21
- Support monitor functionality. Sends non-PII data e.g. plugin versions back to 10up.
- Require strong passwords by default. This can be disabled in general settings.
- Disallow reserved usernames from being used e.g. admin.
- Set X-Frame-Options to same origin.
- Add constant
TENUP_DISABLE_BRANDING
to disable 10up admin branding.
- Refactored to use classes and modern build scripts.
1.6.2 - 2020-04-15
- Resolved version number mismatch between GitHub and Packagist (props @ivankruchkoff, @jeffpaul, @cameronterry, @colegeissinger via #56)
- WP Acceptance environment instruction for 5.3 version test (props @felipeelia via #62)
1.6.1 - 2019-12-09
- Option failsafes
1.6 - 2019-12-03
- Password protected post functionality turned off by default. Add a setting to "Writing" to re-enable.
- Rewrite rule flushing bug.
1.5 - 2019-03-29
- WP Acceptance tests
- Failsafes if temporary loss of database connection causes required options to be stored in the
notoptions
cache
1.4 - 2019-03-22
- If plugin updates via dashboard are disabled, still show notification that an update exists
- 10up users from author archives
1.3 - 2018-11-04
- "Use Classic Editor" toggle to writing settings
- Properly call a hook as a filter, not an action
1.2 - 2018-09-24
- Use a base64-encoded admin bar icon so it can be colorized
- Only load admin bar CSS on front-end if the admin bar is showing
- Ensure plugin deactivation message linebreaks are displayed correctly
1.1 - 2018-08-03
tenup_experience_remove_stream_menu_item
filtercomposer.json
fileeditorconfig
file
- Coding standard issues
1.0 - 2018-03-01
- Initial release