Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* develop: (107 commits) Bump to 5.0.0 Provide more descriptive defaults for Custom_Post_Type Fix the dependency order of Custom_Post_Type and Taxonomy properties Convert remaining public properties in Taxonomy to methods Use `get_` for protected methods only using no set/get for mimic properties Convert remaining public properties in Custom_Post_Type to methods Support passing a CSS class to the Dashicons::icon method Bump to 5.0.0-beta.6 Merge any manually added capabilities with the result of the Capabilities() Gracefully handle a non-existant user in the User_Trait Allow unit tests to function on sites which don't support flushing cache groups Do not require the row id to use Custom_Table::replace() Slight improvement in gutenberg template Make unit tests more resilant to running on different sites Add basic array shape for REST Posts Bump to 5.0.0-beta.5 Use key-of<OPTIONS> instead of static:: to allow special handling Move the remaining public Options_Page properties to methods Switch Options_Page::icon_url to an intuitive `icon` method Remove superfluous method of options-page only on Options_Page properties Remove dangling tab_group property Introduce class constants for CMB2 tab styles Introduce `is_settings_page` helper method for for for Settings_Page You can send a numeric key as Wp_Remote data Map user_agent to user-agent in Wp_Remote Args class Move the ClauseRules and Clause trait into the Args namespace Introduce a header helper on the Wp_Remote args class Split the Args classes into their own namespace and support passing to props Add an example of a default checkbox value on a settings page Introduce a Checkbox field variation and throw on default() Fix `get_cmb2_field` for group sub-fields Include default_cb in result of the `get_default` Registered method Introduce `Files::copy_directory` method Introduce Files helper to start holding common file tasks Improve the Post_Object_Trait::__construct method Remove dangle cpt property on Labels class Support defining array shape of existing args in a Args interface Fine tune the Mutator_Trait `offsetGet` Bump to 5.0.0-beta.4 Improve calls to $wpdb->prepare Handle the options table differences in WP 6.6 Fix a few PHPStan errors from the new rules Add information about the registered settings/meta Fix a few phpstan error with latest rules Use a method to return wpdb so PHPStan can analyze all uses Support meta keys specified on Mutator_Trait classes OPTIONS generic Include required_username and required_password on Wp_login_Form Remove the WordPress badge from the Readme Bump to 5.0.0-beta.3 Update tests to support version 4 of wp-unit ...
- Loading branch information