Plugin Directory

Changeset 705821


Ignore:
Timestamp:
04/30/2013 08:27:48 AM (13 years ago)
Author:
ezhil
Message:

unwanted arguments removed

Location:
gamma-gallery/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • gamma-gallery/trunk/gammagallery.php

    r703903 r705821  
    55Description: A responsive wordpress gallery with montage image arrangement.
    66Author: ezhil
    7 Version: 1.5
     7Version: 1.6
    88Author URI: http://profiles.wordpress.org/ezhil/
    99License: GPLv2 or later
     
    5151        'orderby'    => 'menu_order ID',
    5252        'id'         => $post->ID,
    53         'itemtag'    => 'dl',
    54         'icontag'    => 'dt',
    55         'captiontag' => 'dd',
    56         'columns'    => 3,
    5753        'size'       => 'thumbnail',
    5854        'include'    => '',
  • gamma-gallery/trunk/readme.txt

    r703903 r705821  
    5353 
    5454 = 1.4 =
    55  * Default wordpress gallery features( from 3.5 ) like random, include/exclude images, rearrange order added
     55 * Default wordpress gallery features( from 3.5 ) like random, include images, rearrange order added
    5656 
    5757 = 1.5 =
    5858 * styles which overide existing body, html tag has been removed
     59 
     60 = 1.6 =
     61 * Removed unwanted arguments in gallery
Note: See TracChangeset for help on using the changeset viewer.