Skip to content

Releases: Donatello-za/rake-php-plus

Third Beta Release

15 Sep 19:30
Compare
Choose a tag to compare
Third Beta Release Pre-release
Pre-release
Various improvements and bug fixes.

- Made some code format consistency changes.
- Change: Filtering out minimum length phrases are no longer set to 3 as default and is instead disabled by default.
- New Feature: Filtering out numerics is now optional.
- Bug Fix: Regex pattern to split sentences was causing problems especially with sentences that have numbers in them. Changed to a simpler regex pattern.
- Change: Replaced `strlen()` with `mb_strlen()`.
- Change: Removed checks to see if `mb_*` functions exist as this library is dependant on PHP v.5.4.0 which will have those functions available.

Second Beta Release

09 Sep 16:40
Compare
Choose a tag to compare
Second Beta Release Pre-release
Pre-release
1.0.1

Added special thanks and installation instructions.

First Beta Release

05 Sep 21:30
Compare
Choose a tag to compare
First Beta Release Pre-release
Pre-release
1.0.0

Changed to v1.0.0