Changeset 536674
- Timestamp:
- 04/26/2012 10:09:48 AM (14 years ago)
- Location:
- hotscot-events
- Files:
-
- 37 added
- 2 edited
-
tags/1.0.3 (added)
-
tags/1.0.3/css (added)
-
tags/1.0.3/css/jquery-ui-custom.css (added)
-
tags/1.0.3/css/jquery-ui.css (added)
-
tags/1.0.3/hotscot-events.php (added)
-
tags/1.0.3/images (added)
-
tags/1.0.3/images/datepicker (added)
-
tags/1.0.3/images/datepicker/ui-bg_flat_0_aaaaaa_40x100.png (added)
-
tags/1.0.3/images/datepicker/ui-bg_flat_75_ffffff_40x100.png (added)
-
tags/1.0.3/images/datepicker/ui-bg_glass_55_fbf9ee_1x400.png (added)
-
tags/1.0.3/images/datepicker/ui-bg_glass_65_ffffff_1x400.png (added)
-
tags/1.0.3/images/datepicker/ui-bg_glass_75_dadada_1x400.png (added)
-
tags/1.0.3/images/datepicker/ui-bg_glass_75_e6e6e6_1x400.png (added)
-
tags/1.0.3/images/datepicker/ui-bg_glass_95_fef1ec_1x400.png (added)
-
tags/1.0.3/images/datepicker/ui-bg_highlight-soft_75_cccccc_1x100.png (added)
-
tags/1.0.3/images/datepicker/ui-icons_222222_256x240.png (added)
-
tags/1.0.3/images/datepicker/ui-icons_2e83ff_256x240.png (added)
-
tags/1.0.3/images/datepicker/ui-icons_454545_256x240.png (added)
-
tags/1.0.3/images/datepicker/ui-icons_888888_256x240.png (added)
-
tags/1.0.3/images/datepicker/ui-icons_cd0a0a_256x240.png (added)
-
tags/1.0.3/images/ui-bg_flat_0_aaaaaa_40x100.png (added)
-
tags/1.0.3/images/ui-bg_glass_55_fbf9ee_1x400.png (added)
-
tags/1.0.3/images/ui-bg_glass_65_ffffff_1x400.png (added)
-
tags/1.0.3/images/ui-bg_glass_75_dadada_1x400.png (added)
-
tags/1.0.3/images/ui-bg_glass_75_e6e6e6_1x400.png (added)
-
tags/1.0.3/images/ui-bg_glass_75_ffffff_1x400.png (added)
-
tags/1.0.3/images/ui-bg_highlight-soft_75_cccccc_1x100.png (added)
-
tags/1.0.3/images/ui-bg_inset-soft_95_fef1ec_1x100.png (added)
-
tags/1.0.3/images/ui-icons_222222_256x240.png (added)
-
tags/1.0.3/images/ui-icons_2e83ff_256x240.png (added)
-
tags/1.0.3/images/ui-icons_454545_256x240.png (added)
-
tags/1.0.3/images/ui-icons_888888_256x240.png (added)
-
tags/1.0.3/images/ui-icons_cd0a0a_256x240.png (added)
-
tags/1.0.3/js (added)
-
tags/1.0.3/js/general.js (added)
-
tags/1.0.3/menu.png (added)
-
tags/1.0.3/readme.txt (added)
-
trunk/hotscot-events.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
hotscot-events/trunk/hotscot-events.php
r536263 r536674 3 3 Plugin Name: Hotscot Events 4 4 Description: Allows users to create and display events. 5 Version: 1.0. 25 Version: 1.0.3 6 6 Author: Hotscot 7 7 … … 211 211 * @param date start_date (yyyy-mm-dd) - Leave blank for today 212 212 * @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 216 215 **/ 217 216 function ht_getEvents($start_date = "", $end_date = "", $limit = 0){ -
hotscot-events/trunk/readme.txt
r536263 r536674 5 5 Requires at least: 3.1 6 6 Tested up to: 3.3 7 Stable tag: 1.0. 27 Stable tag: 1.0.3 8 8 9 9 Simple events module... … … 25 25 1.0.1 - Sortable start and end date columns on admin section. 26 26 1.0.2 - Custom Filter on admin page 27 1.0.3 - sorted some issues 27 28 28 29 == Upgrade Notice ==
Note: See TracChangeset
for help on using the changeset viewer.