Skip to content
This repository has been archived by the owner on Aug 12, 2023. It is now read-only.

Releases: junaidbhura/fly-dynamic-image-resizer

Check for an error

16 Feb 08:31
Compare
Choose a tag to compare

Added new filter 'fly_dir_path'

03 Jan 12:05
Compare
Choose a tag to compare

The location of the fly images folder can now be changed using a new filter: 'fly_dir_path'. The following code can be pasted into the functions.php file:

function change_fly_path( $path ) {
    return '/var/www/html/wp-content/uploads/new-path/';
}
add_filter( 'fly_dir_path', 'change_fly_path' );

IIS URLs fix

18 Feb 05:39
Compare
Choose a tag to compare
  • Fixed IIS URLs

General fixes

09 Nov 11:08
Compare
Choose a tag to compare
  • Fix capability
  • Full size now returns an array instead of a string