Plugin Directory

Changeset 536674


Ignore:
Timestamp:
04/26/2012 10:09:48 AM (14 years ago)
Author:
DaganLev
Message:

version 1.0.3 - a few little tweaks

Location:
hotscot-events
Files:
37 added
2 edited

Legend:

Unmodified
Added
Removed
  • hotscot-events/trunk/hotscot-events.php

    r536263 r536674  
    33Plugin Name: Hotscot Events
    44Description: Allows users to create and display events.
    5 Version: 1.0.2
     5Version: 1.0.3
    66Author: Hotscot
    77
     
    211211 * @param date start_date (yyyy-mm-dd) - Leave blank for today
    212212 * @param date end_date (yyyy-mm-dd) [OPTIONAL]
    213  * @param boolean summary_only if true, shows only title and summary (no main text)
    214  * @param boolean show_thumbnail if true, shows the thumbnail with the event
    215  * @return string html HTML Output of the events
     213 * @param limit - limit the number of posts
     214 * @return object of posts that relate to this query
    216215 **/
    217216function ht_getEvents($start_date = "", $end_date = "", $limit = 0){
  • hotscot-events/trunk/readme.txt

    r536263 r536674  
    55Requires at least: 3.1
    66Tested up to: 3.3
    7 Stable tag: 1.0.2
     7Stable tag: 1.0.3
    88
    99Simple events module...
     
    25251.0.1 - Sortable start and end date columns on admin section.
    26261.0.2 - Custom Filter on admin page
     271.0.3 - sorted some issues
    2728 
    2829== Upgrade Notice ==
Note: See TracChangeset for help on using the changeset viewer.