This area contains the changelogs for recent versions of the OSTimer Free extension. Click here to access the main OSTimer page.

OSTimer Free v2.8.14

  • Improves use of plural/singular texts in javascript

Commit Log

  • 87fa498 Release v2.8.14 [Bill Tomczak]
  • 245fa71 Simplify and normalize variable names and functions [Bill Tomczak]
  • 2250ae2 Simplify and use singular/plural texts TIMER-44 [Bill Tomczak]
  • 5b6e1b0 Normalize parameter values [Bill Tomczak]
  • a6aed23 Bump dev version [Bill Tomczak]

OSTimer Free v2.8.13

  • Fixes issue with expired date displaying
  • Display locale aware date
  • New parameter for displaying date in timezone of user's browser
  • Fixes issue with date 'creep' on save
  • Remove parameters for day/days translation in favor of standard language strings

Commit Log

  • 13773fa Release v2.8.13 [Bill Tomczak]
  • 69e9ebc Merge pull request #20 from OSTraining/TIMER-43 [Bill Tomczak]
  • 352499d Handle various issues with javascript timezones [Bill Tomczak]
  • 3c2d77c Use full timezone id for ajax method [Bill Tomczak]
  • 8206447 Merge branch 'development' into TIMER-43 [Bill Tomczak]
  • eccdf58 Merge pull request #19 from OSTraining/TIMER-42 [Bill Tomczak]
  • 9dd67c0 Make sure locale is set based on Joomla settings. TIMER-42 [Bill Tomczak]
  • 020a84f Update language files [Bill Tomczak]
  • 8907372 Provide option to display event time in the user’s local timezone Timer-43 [Bill Tomczak]
  • c8dc690 Bump dev version [Bill Tomczak]
  • a3e2112 Merge branch 'development' into TIMER-42 [Bill Tomczak]
  • ea92771 Fix button formatting [Bill Tomczak]
  • 11bb18a Fixes issue of expired time still showing number of days TIMER-39 [Bill Tomczak]
  • 9699042 Fix language string [Bill Tomczak]
  • 2b68d3b Garbage collect language constants [Bill Tomczak]
  • b4b28f1 Implement custom locale-aware DateTime class [Bill Tomczak]
  • 77b7c68 Standardize all date format parameters [Bill Tomczak]
  • 317c64f Use a relative date for default date [Bill Tomczak]
  • 6a35021 Remove translation parameters in favor of language constants [Bill Tomczak]
  • e5ecce7 Bump dev version [Bill Tomczak]
  • b2b6040 Prevent Joomla from translating date [Bill Tomczak]
  • 9c912ad Minor format/standards fixes [Bill Tomczak]

OSTimer Free v2.8.12

Fixes timezone problem when storing event date

Commit Log

  • eae2ca2 Release v2.8.12 [Bill Tomczak]
  • 36e82de Fixes incorrect timezone used to store event date [Bill Tomczak]
  • ec56fef Simplify loading of event time [Bill Tomczak]
  • 54481aa Bump dev version [Bill Tomczak]

OSTimer Free v2.8.11

  • Fixes javascript issue with unrecognized timezones

Commit Log

  • 05c4a16 Release v2.8.11 [Bill Tomczak]
  • d6e9f1e Standardize language files/strings [Bill Tomczak]
  • 44f787d Localize language files [Bill Tomczak]
  • 531e99a Minify css file [Bill Tomczak]
  • 401bb03 Remove unused variables [Bill Tomczak]
  • 4c4edd1 Move style sheet to standard location [Bill Tomczak]
  • 07ed966 Minor format fix [Bill Tomczak]
  • 0234b72 Don’t rely on javascript for any date functions TIMER-37 [Bill Tomczak]
  • 2d8b397 Format to code standards [Bill Tomczak]
  • 71cc3de Update file headers [Bill Tomczak]
  • 9080eb2 Update to module description [Bill Tomczak]
  • c431578 Bump dev version [Bill Tomczak]

OSTimer Free v2.8.10

  • Now requires php 5.6 / Joomla 3.5
  • Moved parameters into tabs
  • New option to show/hide after timer runs out
  • New option to display timezone
  • Improves Timezone handling (Ensure time is displayed in event's timezone)

Commit Log

  • ad9dc37 Release v2.8.10 [Bill Tomczak]
  • 5e12552 Fix letter case on deprecated static property [Bill Tomczak]
  • f59bffb Minor formatting fix [Bill Tomczak]
  • e9b159c minor formatting fix [Bill Tomczak]
  • c8b56f0 Remove ‘Use Timezone’ parameter [Bill Tomczak]
  • 7505445 Use ‘Event’ for default timezone in display [Bill Tomczak]
  • 8ac1799 Fix module name for PSR4 standard [Bill Tomczak]
  • 2b2c57a Merge pull request #18 from OSTraining/TIMER-36 [Bill Tomczak]
  • dc22a32 Resort and reformat ini files [Bill Tomczak]
  • df0888b Improve language for parameter [Bill Tomczak]
  • 3a4fd33 Add selectable timezone option [Bill Tomczak]
  • 363807c Fix javascript timezone disjunct [Bill Tomczak]
  • 885c40a Fix day plural test [Bill Tomczak]
  • 88f9294 Minor change for default empty date [Bill Tomczak]
  • 52e2d3c Add timezone display option [Bill Tomczak]
  • f7bcdf2 Add default UTC option for timezone list [Bill Tomczak]
  • ce8edb9 Fix upgrade server address [Bill Tomczak]
  • aac2a1e Safer module instantiation [Bill Tomczak]
  • 469419d Add option to show/hide after expiration [Bill Tomczak]
  • e1efaf0 Restructure class inheritance [Bill Tomczak]
  • 8087520 Remove unused parameter [Bill Tomczak]
  • 1d4d44c Add missing phpdocs [Bill Tomczak]
  • 1d5375c Clean up var names and tests [Bill Tomczak]
  • e6b1cdd Minor formatting fix [Bill Tomczak]
  • 398a144 Stricter date format [Bill Tomczak]
  • 51987e4 Don’t forget to update module parameters [Bill Tomczak]
  • 9c7c2f3 Simplify setup and method call [Bill Tomczak]
  • 0e884be Updates to language for future enhancement [Bill Tomczak]
  • c5e1e14 Initial pass on restart option [Bill Tomczak]
  • e294e8e Refactor javascript as more like a plugin [Bill Tomczak]
  • 392abed Switch to tabbed parameters [Bill Tomczak]
  • aec9f8b update minimum install requirements [Bill Tomczak]
  • d3e4289 Generalize form field path [Bill Tomczak]
  • ecc25f0 Minor code cleanup [Bill Tomczak]
  • 1e6f03a Use core timezone form field [Bill Tomczak]
  • d947982 Improve framework checking [Bill Tomczak]
  • ca04395 Update php requirements [Bill Tomczak]
  • cbc5432 Bump dev version [Bill Tomczak]

OSTimer Free v2.8.9

  • Removed the J!2.5 support from the manifest file
  • Fix syntax error in JS for IE, correctly displaying the seconds

Commit log

  • c7ed76a Remove J!2.5 support from manifest file [@htmgarcia]
  • 2c63aa6 Fixes a syntax error for IE, TIMER-35 [@andergmartins]
  • 3998a9f Bump dev version [@andergmartins]
  • 1ccde50 Merge branch 'master' into development [@andergmartins]
  • aa0a064 Preparing to release 2.8.9 [@andergmartins]

v2.8.8

v2.8.8 - Improve "days" vs "day"

Jun 19, 2017

v2.8.7 - Add support for "Day" word (singular)
Jun 19, 2017

v2.8.6 - Hotfix
May 23, 2017

  • Improve fix from v2.8.5

v2.8.5 - Hotfix
May 23, 2017

  • Validate live countdown for days

v2.8.4
May 22, 2017

  • Live countdown for days

v2.8.3 - Maintenance
Mar 21, 2017

  • Fixes various issues with timezone handling
  • Fixes problem of date changing on each save

WARNING: Template overrides need to be updated for b/c incompatible changes

v2.8.2 - Bug fixes and general improvement
Nov 3, 2016

  • Prepare for release
  • Add target platform to the installer
  • Prepare for a new beta release
  • Reorganise the config params
  • Fixes the params of existent modules when updating
  • Add a new field type for timezones

v2.8.0 - Joomlashack rebrand
Oct 13, 2016

  • Updates version to 2.8.0
  • Rebrands for Joomlashack

v2.7.0
Mar 2, 2016

  • Update version to 2.7.0
  • Update version to 2.6.2
  • Add new options for date/time format allowing translation