Skip to content

Releases: Donatello-za/rake-php-plus

v2.0.0

17 Feb 15:50
Compare
Choose a tag to compare

v2.0 Release of RakePHP

This versions ups the minimum required version of PHP from PHP 5.4 to PHP 7.4. Please see README.md for release notes.

v1.0.20

05 Feb 15:37
Compare
Choose a tag to compare

v1.0.20 Release

  • Additional .gitignore entries.
  • Added phpunit to scripts in composer.json
  • Added additional flags and settings to phpunit.xml.

v1.0.19

26 Jun 12:33
Compare
Choose a tag to compare

v1.0.19 Release

  • Updated PHPUnit to v11.2.
  • Migrated all tests to PHPUnit v11.2.
  • Test environment will now require PHP 8.3 or later while the rest of the library will still run under PHP 5.4 or later.
  • Added Swedish language.

v1.0.18

23 Feb 18:45
Compare
Choose a tag to compare
  • Added Persian language.
  • Added Dutch language.
  • Fixed typo's in documentation.
  • Updated composer dependencies.

v1.0.17

21 Jun 13:54
Compare
Choose a tag to compare
  • Added Turkish language support.
  • Added Tamil language support.
  • Added Italian language support.
  • Added Afrikaans language support.
  • Improved documentation especially with regards to adding additional languages.

v1.0.16

28 Sep 14:52
Compare
Choose a tag to compare
  • Merged pull request #21: Improved examples and added German example.
  • Made minor adjustments to pull request.

v1.0.15

23 Jun 08:56
Compare
Choose a tag to compare

Merged pull request #20: Added stopword list for German (de_DE) as pattern and PHP.

v1.0.14

22 Apr 07:31
Compare
Choose a tag to compare

Added European Portuguese (pt_PT) from pull request.

v1.0.13

23 Mar 01:54
Compare
Choose a tag to compare
v1.0.13 Release.

Fixes and tests for Unit Arabic (Emirates) and Kurdish languages.

22 Mar 16:17
Compare
Choose a tag to compare
  • This should fix special unicode symbols for Kurdish and Arabic (Emirates) being included with keyword and phrase results.
  • Added LangParseOptions class with which to set custom language orientated punctuation symbols/characters. This will help remove unicode symbols from keywords and phrases.
  • Punctuation symbols is automatically pulled in (if there is one available) for the specified language code.
  • Added additional Kurdish and Arabic unit tests to test the punctuation.
  • Made sure 100% unit test coverage is performed.