Skip to content

Releases: justcoded/just-responsive-images

PHP 8 support

06 Sep 13:05
9421283
Compare
Choose a tag to compare
1.6.7

Update readme.txt

PHP 7.4 support

16 Nov 19:06
620e46b
Compare
Choose a tag to compare
Merge pull request #38 from justcoded/feature/php7.4

updating resize image function

Retina of the same size

05 Mar 18:31
Compare
Choose a tag to compare

Fixed a bug, Retina image of the same size as origin bug was shown incorrectly.

Fix always resize for retina sizes

25 Jan 16:20
Compare
Choose a tag to compare
  • Bug fix of a performance issue with retina sizes: #30
  • Contributed patch to allow specify default tag of rwd_attachment_image() with a filter hook.

Fix background usage if no other options specified

09 Aug 08:25
a8f8ceb
Compare
Choose a tag to compare

Fixed a bug:
In case you use only background and all other options are missing (for picture and img) - background responsive image don't work.

Dev mode on existing sites fix

03 Jul 16:21
a8f8ceb
Compare
Choose a tag to compare

On existing sites there are valid database with sizes. However, if files are missing (for example you setup a copy, but didn't download uploads), then old version doesn't work and show nothing.

This is fixed and now it will show a placeholder if you delete a file from disk after it was resized.

Dev mode placeholder image improvement

28 Jun 13:41
183f6cb
Compare
Choose a tag to compare

Small improvement to placeholder images: now they print attachment ID and not only size.
This update was added to debug different image sources on different screens.

Dev mode with placeholder images

27 Jun 17:21
b45f5b6
Compare
Choose a tag to compare

In DEV mode plugin does not resize any images and simply use placeholder images. This can be used to reduce disk space, while you develop and configure our plugin to match all required screen sizes.

To enable it you need to define new constant in your wp-config.php file:

define( 'JRI_DUMMY_IMAGE', true );

Editor content responsive images

03 Apr 11:29
9e36cb8
Compare
Choose a tag to compare

After some WP update responsive images inside main editor's content stop working. Now editor use rwd functions to print content images as well.

Compatibility with JIO v1.1+

15 Mar 19:30
0819eca
Compare
Choose a tag to compare

Added compatibility with Just Image Optimizer v 1.1.+ (Google page speed optimization for images)