All Versions
12
Latest Version
Avg Release Cycle
168 days
Latest Release
1412 days ago

Changelog History
Page 1

  • v1.2.2-stable Changes

    June 14, 2020
    • ➕ Added URLify::slug() method with simplified options as a wrapper around URLify::filter().
    • ⚡️ Readme updates
  • v1.2.1-stable Changes

    June 02, 2020
    • 🛠 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
  • v1.2.0-stable Changes

    December 13, 2019
    • 🐎 Using voku/portable-ascii performance optimized ascii string function library
    • 0️⃣ 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!

  • v1.1.3-stable Changes

    June 27, 2019
    • 🛠 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!

  • v1.1.2-stable Changes

    December 08, 2018

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

  • v1.1.1-stable Changes

    August 28, 2018

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

  • v1.1.0-stable Changes

    January 03, 2017

    👍 Kazakh support added, PHPDoc params and returns added.

  • v1.0.9-stable Changes

    September 14, 2016

    🆕 New Persian character set, more Arabic characters added.

  • v1.0.8-stable Changes

    July 27, 2016

    🚀 This release adds two new options to filter():

    0️⃣ 1. $lower_case specifies whether you want to convert to lower case (the default), or preserve the existing case of the text.

    1. $treat_underscore_as_space specifies whether you want to convert underscores to spaces (the default), or preserve underscores in the output.

    Thanks @ywarnier and @jmontoyaa for these additions!

  • v1.0.7-stable Changes

    December 07, 2015

    ✂ Added optional $use_remove_list parameter, added missing œ character.