Plugin Directory

Changeset 674907


Ignore:
Timestamp:
03/01/2013 08:07:18 AM (13 years ago)
Author:
Parakoos
Message:

v2.10: Changed the default image_sizes to medium.

Location:
image-wall/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • image-wall/trunk/image-wall.php

    r672824 r674907  
    44    Plugin URI: http://www.themodernnomad.com/image-wall-plugin/#utm_campaign=Image_Wall&utm_source=wordpress&utm_medium=website&utm_content=plugin_link
    55    Description: Browse posts/pages by their images, displayed randomly on an infinitely scrollable page. The images link back to the posts where they are attached.
    6     Version: 2.9
     6    Version: 2.10
    77    Author: Gustav Andersson
    88    Author URI: http://www.themodernnomad.com/about/#utm_campaign=Image_Wall&utm_source=wordpress&utm_medium=website&utm_content=author_link
     
    360360   
    361361    extract( shortcode_atts( array(
    362         'image_sizes'           => 'thumbnail, medium' ,
     362        'image_sizes'           => 'medium' ,
    363363        'column_width'          => '',
    364364        'batch_size'            => '50',
  • image-wall/trunk/readme.txt

    r672824 r674907  
    44Requires at least: 3.5
    55Tested up to: 3.5.1
    6 Stable tag: 2.9
     6Stable tag: 2.10
    77Donate link: http://www.themodernnomad.com/#utm_campaign=Image_Wall&utm_source=wordpress&utm_medium=website&utm_content=donation
    88License: GPLv2 or later
     
    8888= 2.9 =
    8989* Fixed a bug where using both include_category/tag and include_pages didn't work.
     90
     91= 2.10 =
     92* Changes the default value of the 'image_sizes' attribute to 'medium' from the previous 'thumbnail, medium'. If you used to rely on the default value, and want to keep both thumbnails and medium sizes, you must now specify it explicitly! (The reason for this change is that most users ran into issues with the thumbnails usually being cropped, and I've had to take a lot of support calls where the solution is to set the image_sizes to just medium.
Note: See TracChangeset for help on using the changeset viewer.