Releases: wp-cli/media-command
Releases · wp-cli/media-command
Version 2.0.4
- Skip test for duplicate resizes for core trunk because of bug in current version [#112]
- Clarify implications of using
--skip-copy
[#110]
- Add
media fix-orientation
command [#108]
Version 2.0.3
- Implement CS checking based on the
WP_CLI_CS
ruleset [#106]
- Enhancement: Add PHP 7.3 to Travis CI build matrix [#105]
- Refactored aspects of the image collection and determination of sizes [#103]
- Move PHP 5.4 tests from
WP_VERSION
latest
to 5.1
[#102]
Version 2.0.2
- Fix SVG regeneration test by adding an XML header to fake SVG file [#98]
Version 2.0.1
- Add support for Probot
move
command [#96]
- Ignore log files [#92]
- Automatically rerun failed scenarios [#89]
Version 2.0.0
- Document how to fetch attachment URL after import [#68]
- Clear WP object cache periodically on media regenerate/import. [#62]
- Update scaffolded files [#76]
- Reinstate
ghostscript
/imagick
install and fix bmp
name in regenerate
test [#69]
- Updating examples in documentation [#81]
- Adapt package for framework v2 [#85]
Version 1.1.4
media regenerate
:
- Does not throw PHP warning if no sizes metadata [#61].
- Updates scaffolded tests and requires
wp-cli/wp-cli: ^1.5
[#65].
Version 1.1.3
media image-size
:
- Adds size ratio to output [#58, #59].
- Documentation, test suite, and repository improvements [#53, #54, #55].
Version 1.1.2
- Updates scaffolded tests to enable error reporting [#51].
- Updates scaffolded README and GitHub configuration [#52].
Version 1.1.1
media image-size
:
- Lists registered image sizes with hard/soft crop value [#49].
media import
:
- Adds
--preserve-filetime
argument to support persisting file modification time [#42].
media regenerate
:
- Skips non-thumbnailed PDFs & other images rather than fail [#48].
Version 1.1.0
- Introduces
wp media image-size
command for listing registered image sizes [#36, #37].
- Properly handles query strings on image import to prevent security error [#35].
- Prevents error notice when no additional image sizes are defined [#39].
- Improves top-level command descriptions [#40].
- Updates package tests to latest [#44, #47].