Releases: rokka-io/rokka-wordpress-plugin
Releases · rokka-io/rokka-wordpress-plugin
2.0.3
Released: 2018-11-24
Changelog
- [BUGFIX] Fix WordPress bug where
$detached
parameter inmanage_media_columns
filter is not set.
2.0.2
Released: 2018-05-31
Changelog
- [BUGFIX] Fetch image meta data if not passed to
get_size_by_image_url()
2.0.1
Released: 2018-05-31
Changelog
- [BUGFIX] Autoformat option was not set when syncing stacks for the first time.
- [BUGFIX] Backport
wp_image_matches_ratio
function to be compatible with older WordPress versions than 4.6.0 - [BUGFIX] Fix finding of nearest matching size if image is requested with a width/height array instead of a size string
2.0.0
Released: 2018-02-19
This is a huge rewrite of the plugin but there shouldn't be any breaking changes.
Changelog
- [FEATURE] Support attachments which are uploaded through the WordPress REST API (This ensures compatibility to the new Gutenberg editor)
- [FEATURE] Auto disable rokka integration if settings are incomplete
- [UPDATE] Updated rokka-client-php to v1.2.0
- [CHANGE] Improved unit test coverage
1.2.3
Released: 2017-11-06
Changelog
- [FEATURE] Add unit tests to test url filtering
- [UPDATE] Updated rokka-client-php to v1.0.0
- [FIX] Fix URL filtering when creating srcset
- [FIX] Use correct filenames for different sizes
- [FIX] There shouldn't be an upload error when it's not needed to upload an attachment to rokka
1.2.2
Released: 2017-09-20
Changelog
- [UPDATE] Updated rokka-client-php to v0.10.0
- [CHANGE] Improved generation of prefixed stack names.
1.2.1
Released: 2017-07-12
Changelog
- [FEATURE] Add autoformat option. If autoformat is enabled, rokka will deliver an image in the usually smaller WebP format instead of PNG or JPG, if the client supports it.
- [FIX] Fix usage of
ROKKA_DOMAIN
constant
1.2.0
Released: 2017-06-22
Changelog
- [FEATURE] Add possibility to define options with constants. Available constants are:
ROKKA_COMPANY_NAME
,ROKKA_API_KEY
andROKKA_STACK_PREFIX
- [FEATURE] Add possibility to overwrite base settings with constants. Available constants are:
ROKKA_DOMAIN
(default:rokka.io
) andROKKA_SCHEME
(default:https
) - [REMOVE] Removed rokka api secret option since it's not used anymore
1.1.3
Released: 2017-06-16
Changelog
- [FEATURE] Added Cli-Commands to create stacks and noop-stacks on rokka
- [CHANGE] Use overwrite option to update existsing stack
1.1.2
Released: 2017-06-14
Bugfixes
- Do not delete rokka image if there are other images with the same hash.