Releases: 10up/classifai
Releases · 10up/classifai
1.6.0 - OCR!
Added
- Automated Optical Character Recognition (OCR) scanning of screenshots and other imagery with
aria-describedby
semantic markup (props @dkotter, @dinhtungdu, @helen, @jeffpaul via #228) - Ability to smart crop existing images in WP Admin (props @ShahAaron, @dinhtungdu, @rickalee via #252)
- WP-CLI
crop
command to smart crop images (props @dinhtungdu, @dkotter, @johnwatkins0 via #236, #254) - Better error handling for manual scanning of alt text or image tags (props @dkotter, @dinhtungdu via #231)
classifai_generate_image_alt_tags_source_url
filter to allow overriding of the image URL withingenerate_image_alt_tags()
(props @petenelson, @dinhtungdu via #217)
Changed
- Updated from v1.0 to v3.0 of Azure Computer Vision Analyze API (props @dkotter, @dinhtungdu, @jeffpaul via #244, #255)
- Don't default to the
post
post type, if no other post types are selected for Language Processing (props @dkotter via #247) - Don't process items if no Language Processing features are enabled (props @dkotter via #249)
- Image Processing metabox copy (props @ActuallyConnor, @ryanwelcher, @jeffpaul via #214)
- Update admin menu icon color (props @helen via #258)
- Bump WordPress version "tested up to" 5.5.1 (props @dkotter, @jeffpaul via #237)
- Documentation, linting, and testing updates (props @ryanwelcher, @jeffpaul, @helen, @dinhtungdu via #204, #215, #226, #239, #251)
Removed
Media
as option to select in Language Processing as Attachments are never processed (props @dkotter, @ShahAaron, @dinhtungdu, @jeffpaul via #245)
Fixed
- Smart cropping results not as expected (props @dinhtungdu, @oscarssanchez, @ShahAaron, @jeffpaul via @229)
- Sending largest image size possible when initiating a scan from the single edit screen (props @dkotter via #235)
- CDN image storage compatibility issue (props @ShahAaron, @jeffpaul via #250)
- Manual image scanning functions if automatic scanning is disabled (props @dkotter via #233)
- Issue where scan/rescan buttons did not appear in image modal upon first load (props @dkotter via #256)
- Prevent PHP notice if IBM Watson credentials are empty (props @barryceelen, @dinhtungdu, @adamsilverstein via #206)
- Azure Computer Vision credentials saving and notification (props @barryceelen, @dinhtungdu via #207)
permission_callback
error on WordPress 5.5 (props @phpbits, @dkotter, @jeffpaul via #219)
Security
- Bump
acorn
from 6.3.0 to 6.4.1 (props @dependabot via #203) - Bump
lodash
from 4.17.15 to 4.17.19 (props @dependabot via #216) - Bump
elliptic
from 6.5.1 to 6.5.3 (props @dependabot via #218) - Bump
yargs-parser
from 13.1.1 to 13.1.2 (props @dependabot via #223)
https://github.com/10up/classifai/issues?q=is%3Aclosed+milestone%3A1.6.0
1.5.1
Added
- Unit test coverage (props @ryanwelcher via #198)
readme.txt
file to ensure plugin details surface in WP Admin (props @jeffpaul via #196)
Changed
Fixed
- Remove references to obsolete
process_image
method in favor of new functions (props @johnwatkins0, @helen via #195) - Hook documentation generator (@helen via #191)
1.5.0
Added
- Smart image cropping via Microsoft Azure Computer Vision (props @johnwatkins0, @Ritesh-patel, @daveross @rickalee, @dinhtungdu via #149)
- Process Existing Images with Microsoft Azure Computer Vision (props @ryanwelcher, @dinhtungdu, @jeffpaul via #135)
- Bulk processing for posts, pages, and images (props @dinhtungdu, @ryanwelcher, @jeffpaul via #178)
- WP-CLI command to bulk process images (props @dinhtungdu, @eflorea, @ryanwelcher, @jeffpaul via #177)
- ClassifAI settings and result of latest service provider requests to Site Health Info screen (props @dinhtungdu, @jeffpaul via #180)
- ClassifAI icon to WP Admin menu (props @dinhtungdu, @JackieKjome, @jeffpaul via #173)
- WP Acceptance end-to-end acceptance tests (props @dinhtungdu, @adamsilverstein, @ryanwelcher, @jeffpaul via #179)
Changed
- Bump WordPress version "tested up to" 5.3 (props @ryanwelcher via #160)
- IBM Watson credentials settings UX (props @dinhtungdu, @ryanwelcher, @helen via #175)
- PHP version error message when attempting to install ClassifAI with PHP lower than v7.0 (props @dinhtungdu, @jeffpaul via #174)
- Documentation updates (props @jeffpaul, @kant, @dinhtungdu via #151, #153, #170, #181, #184)
Removed
- Double slashes in IBM Watson JavaScript URL (props @dinhtungdu via #168)
Fixed
- Issue where pages are not scanned by Language Processing (props @dinhtungdu, @ryanwelcher via #164)
- Properly saves protected meta in Gutenberg (props @dinhtungdu via #172)
- Duplicate notification and wrong settings link after activation (props @dinhtungdu, @eflorea via #169)
- PHP Coding Standards updates (props @mmcachran via #156)
- Integration test update (props @johnwatkins0 via #162)
View all the closed issues for 1.5.0
1.4.0: Image Tagging with Azure
Added
- Image tagging via Azure Computer Vision (props @ryanwelcher via #125)
- Search images by alt text and tags (props @helen via #134)
- Hooks to catch alt text and image tags being returned from Azure (props @ryanwelcher via #125)
- Plugin debug information within WordPress's Site Health Info screen (props @johnwatkins0 via #108)
- Show a notice if you're running a development version of the plugin (props @helen via #144)
Changed
- Enable comma delimited list of Post IDs in WP CLI command for Watson NLU bulk language processing (props @adamsilverstein via #55)
Fixed
- Provide backup behavior when full-sized image is greater than the maximum size accepted by Azure Computer Vision (props @johnwatkins0 via #110)
- Don't show the admin menu alert when NLU is unconfigured (props @helen via #142)
1.3.2
Fixed
- Only run Watson NLU when it's fully configured (props @helen, @eflorea via #103)
- NLU Settings backwards compatibility and WP-CLI command registration (props @JayWood, @aaronjorbin via #96)
- Avoid JS errors and inaccurate data representation of
_classifai_error
meta (props @johnwatkins0 via #106) - Resolve sudden Travis test failures (props @jeffpaul via #107)
Changed
1.3.1
1.3.0 - Automatic alt text for images!
Added
- Support for automatic image alt text with Microsoft Azure's Computer Vision API (props @ryanwelcher, @helen via #46)
- Azure seutp and configuration details to docs (props @jeffpaul via #71)
- Composer
type
andlicense
attributes (props @christianc1 via #57) - WordPress version support badge (props @adamsilverstein, @jeffpaul via #67)
Changed
- Settings page split into separate Language and Image Processing settings pages (props @ryanwelcher, @helen via #46)
Security
- Bump js-yaml from 3.12.1 to 3.13.1 (props @dependabot via #74)