Skip to content

Releases: jbroadway/urlify

1.2.5-stable

Choose a tag to compare

@lux lux released this 03 Apr 17:52
62f75cf
  • Explicitly mark language as nullable in add_chars(), to fix PHP 8.4 deprecation - thanks @karptonite!

1.2.4-stable

Choose a tag to compare

@lux lux released this 15 Jun 17:03
d0fafba
  • Updated voku/portable-ascii dependency to ^2.0 to fix Laravel 9 compatibility - thanks @madman-81!

1.2.3-stable

Choose a tag to compare

@lux lux released this 18 Jan 15:58
b7c142a
  • Migrated CI from travis-ci to GitHub Actions
  • Updated test fixtures
  • Updated composer description and dependency versions
  • Added badges to readme

1.2.2-stable

Choose a tag to compare

@jbroadway jbroadway released this 14 Jun 17:23
  • Added URLify::slug() method with simplified options as a wrapper around URLify::filter().
  • Readme updates

1.2.1-stable

Choose a tag to compare

@lux lux released this 02 Jun 12:59
fa8f433
  • Fixed tests broken from changes in voku/portable-ascii
  • Strip additional dev files from releases - thanks @Tobion!
  • Now requires PHP 7.2+ to match PHPUnit
  • Fixed missing autoloader include in command line scripts
  • Readme updates

1.2.0-stable

Choose a tag to compare

@lux lux released this 13 Dec 20:02
b917c8c
  • Using voku/portable-ascii performance optimized ascii string function library
  • Stop word support for multiple languages (disabled by default)
  • Currency symbol support
  • Support for more unicode characters
  • Removed support for PHP versions before 7.0

Thanks to @voku for the improvements!

1.1.3-stable

Choose a tag to compare

@lux lux released this 27 Jun 15:19
37fe4e7
  • Fixed issue with / character being added via add_chars()
  • Fixed Vietnamese language code
  • Fixed potential duplicate word issue
  • Removed HHVM from testing and added newer PHP versions to automated tests

Thanks to @pincombe, @scorp13, and @cbj4074 for the fixes!

1.1.2-stable

Choose a tag to compare

@jbroadway jbroadway released this 08 Dec 15:51
7811827

Added Slovak characters, moved PHPUnit to dev dependencies, updated README.

1.1.1-stable

Choose a tag to compare

@jbroadway jbroadway released this 28 Aug 14:25

Corrected license identifier in composer.json, minor install instruction edits.

1.1.0-stable

Choose a tag to compare

@jbroadway jbroadway released this 03 Jan 20:13

Kazakh support added, PHPDoc params and returns added.