1.7.1
Added
classifai_post_statuses
filter; allows post statuses for content classification to be changed as required but would apply to all post types (props @jamesmorrison, @dkotter via #310).classifai_post_statuses_for_post_type_or_id
filter; allows post statuses for content classification to be changed as required based on post type / post ID (props @jamesmorrison, @dkotter via #310).- Implement
can_register()
method forClassifai/Providers/Watson/NLU.php
(props @thrijith via #313). - Notice for deprecated IBM Watson
watsonplatform.net
NLU API endpoint (props @rahulsprajapati, @jeffpaul via #320). - CodeQL Analaysis code scanning and Dependency security scanning actions (props @jeffpaul via #314, #336).
Changed
- Bump WordPress "tested up to" version 5.9 (props @s3rgiosan, @jeffpaul via #327).
- Normalize copy around Image Processing functions (props @s3rgiosan, @iamdharmesh, @jeffpaul, Delfina Hoxha, @myBCN, @ajmaurya99 via #325).
- Port WP-CLI commands documentation into the ClassifAI Developer Documentation site (props @ActuallyConnor, @jeffpaul, @faisal-alvi via ).
Removed
- Unused
check_license_key
method fromClassifai/Providers/Watson/NLU.php
(props @thrijith via #313). - Remove unused
ClassifaiCommand->gc()
method,ServicesManager->can_register()
method, and AWS ProviderComprehend
class (props @rahulsprajapati, @jamesmorrison, @dinhtungdu, @jeffpaul, @dkotter via #317).
Fixed
- Individual "Classify" action per post type (props @mustafauysal, @cadic via #311).
- Missing PHPUnit Polyfills library by adding
yoast/phpunit-polyfills:^1.0.0
dev package (props @rahulsprajapati via #319).
Security
- Bump
minimist
from 1.2.5 to 1.2.6 (props @dependabot via #332).