Skip to content

Releases: luyadev/yii-helpers

1.6.0

14 Feb 14:20
a32e153
Compare
Choose a tag to compare

1.6.0 (14. February 2024)

  • #19 Fixed issue with ordinal numbers.
  • #21 Added ImportHelper::csvFromResource() method to import CSV from a resource object like fopen().

1.5.0

26 Oct 13:47
Compare
Choose a tag to compare

1.5.0 (26. October 2023)

  • Added new StringHelper::toYouTubeEmbed() function to extract YouTube links into an Embed links.

1.4.3

09 Aug 09:53
Compare
Choose a tag to compare

1.4.3 (9. August 2023)

  • Fixed bug with wrong quoted regex in StringHelper::highlightWord() method.

1.4.2

25 Jan 09:46
19fb23f
Compare
Choose a tag to compare

1.4.2 (25. January 2022)

  • #16 Fix PHP 8.1 compatibility bug in ExportHelper::xlsx().

1.4.1

18 Jan 14:23
c709157
Compare
Choose a tag to compare

1.4.1 (18. January 2022)

  • #15 Fix PHP 8.1 compatibility bug in ArrayHelper::searchColumns()

1.4.0

20 Oct 10:00
01ef741
Compare
Choose a tag to compare

1.4.0 (20. October 2022)

  • #13 Added Json::decodeSilent() method which wont throw an exception and returns defined default value instead.

1.3.1

15 Oct 06:25
Compare
Choose a tag to compare

1.3.1 (15. October 2022)

  • #12 Fix issue with min php level. Unit Tests run from PHP 7.2 to 8.1, but the code should work also with 7.0 and 7.1. There is no min php version requirement in composer.json.

1.3.0

14 Oct 09:37
Compare
Choose a tag to compare

1.3.0 (14. October 2022)

  • #10 Add rector, phpstan and phpcsfixer, therefore raised php test version to 7.4
  • #9 Fixed issue when a word exists inside a highlight word in function StringHelper::highlightWord()

1.2.2

20 Jul 12:42
Compare
Choose a tag to compare

1.2.2 (20. July 2022)

  • #8 Added tests for PHP 8.1

1.2.1

21 Apr 12:44
9956ed6
Compare
Choose a tag to compare

1.2.1 (21. April 2022)

  • #7 Fixed security issue with csv injection for formulas and functions.