Skip to content

Latest commit

 

History

History
78 lines (49 loc) · 1.82 KB

CHANGE.md

File metadata and controls

78 lines (49 loc) · 1.82 KB

Change Log: yii2-helpers

Version 1.3.5

Date: 13-Dec-2015

  • (bug #31): Correct empty validation check .
  • (enh #32): Enhancements to media, list group, and panel.

Version 1.3.4

Date: 12-Dec-2015

  • (enh #27): Add Ukranian Translations.
  • (enh #28): Add Italian Translations.
  • (enh #29): Code style and formatting enhancements.

Version 1.3.3

Date: 22-Oct-2015

  • (enh #25): Fix russian traslation for "a moment ago"
  • (enh #26): Add functionality for Bootstrap Checkbox Button Group and Radio Button Group. New additions:
    • checkboxButtonGroup
    • radioButtonGroup
    • activeCheckboxButtonGroup
    • activeRadioButtonGroup

Version 1.3.2

Date: 09-Sep-2015

  • (enh #24): New timeInterval method in addition to timeElapsed.

Version 1.3.1

Date: 15-Jun-2015

  • (enh #15): Initialize i18N for getBrowser method.
  • (enh #16): Add Russian translation messages.
  • (enh #17, #18): Update Russian translation messages.
  • (enh #19): Add Portuguese Brazilian translation messages.
  • (bug #21): Remove duplicate browsers in list.
  • (enh #22): Add Spanish translations.

Version 1.3.0

Date: 23-Jan-2015

  • (enh #7): Implement translations.
  • (enh #8): Convert days, months, ones, tens, triplets to static methods
  • (enh #9): Add/Enhance new methods for dayList, monthList and dateList.
  • (enh #10): Enhance timeList method to include ranges and intervals.
  • (enh #11): Add French Translations and fix genCalList.
  • (enh #12): Completed French Translations.

Version 1.2.0

Date: 10-Nov-2014

  • Set release to stable

Version 1.1.0

Date: 12-Aug-2014

  • added inArray helper method - much faster than the inbuilt PHP in_array method
  • updated documentation for newer methods
  • PSR4 alias change

Version 1.0.0

Date: 01-Mar-2014

Initial release