Skip to content

Latest commit

 

History

History
111 lines (73 loc) · 2.8 KB

CHANGE.md

File metadata and controls

111 lines (73 loc) · 2.8 KB

Change Log: yii2-helpers

Version 1.3.9

Date: 09-Oct-2018

  • Remove composer yii2 bootstrap dependency and correct yii2-krajee-base dependency.
  • Enhance Html::media and Html::mediaList for Bootstrap 4.x.

Version 1.3.8

Date: 27-Sep-2018

  • Bump up version.

Version 1.3.7

Date: 26-Sep-2018

  • Enhancements to support Bootstrap v4.x.
  • Move all source code to src directory.
  • (enh #44): Secure userIP function.
  • (enh #43): Update Vietnamese Translations.
  • (enh #42): Update Hungarian Translations.
  • (enh #41): Update German Translations.
  • (enh #40): Fixed a moment ago readout.
  • (enh #39): Update Greek Translations.

Version 1.3.6

Date: 26-Nov-2016

  • (bug #38): Fix buttonGroup item parsing when set as Closure.
  • (enh #37): Update Finnish Translations.
  • (enh #36): Update Russian Translations.
  • (enh #35): Add Slovak Translations.
  • (enh #33): Update Italian Translations.
  • Update message config to include all default standard translation files.
  • Add github contribution and issue/PR logging templates.
  • Add branch alias for dev-master latest release.
  • Update PHP documentation for all classes in the extension.

Version 1.3.4

Date: 12-Dec-2015

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

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

Version 1.3.0

Date: 23-Jan-2015

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