What's Changed
- Treat FLoC as a security concern by @ivuorinen in #11
- Disable chosen WP_Site_Health::get_tests() entries by @ivuorinen in #12
- Remove the site health widget from the admin dashboard by @Nomafin in #9
- PHPCS, GitHub Workflow, fixes and cleanup by @ivuorinen in #13
New Contributors
- @ivuorinen made their first contribution in #11
Full Changelog: 1.6.0...1.7.0
(tested new github feature "Auto-generate release notes" 👍 )
Added
- Added ability to disable
WP_Site_Health::get_tests()
tests. - Disable Google's FloC Tracking with the class
DisableFloc
. - Remove the Site Health widget from the admin dashboard.
- Added our CodeSniffer rules and did PHPCS Fixes
- Added GitHub Workflow to Check for problems
- Added .editorconfig to help with codestyle
- Added defined( 'WP_ENV' ) checks
Changed
- Reordered $classes alphabetically
- Fixed some typoes, phpdocs
- Dropped minimum stability, now using stable versions