Skip to content

Releases: joomla-framework/string

joomla/string-4.0.0

23 Jul 18:42
Compare
Choose a tag to compare

Minimum requirement was raised to PHP 8.3
PHPUnit has been updated to version 12
Legacy phputf8 was removed and replaced with symfony/polyfill-mbstring
doctrine/inflector was updated to version 2.0 and wrapping methods were added to Joomla\String\Inflector for backwards compatibility

Full Changelog: 3.0.4...4.0.0

joomla/string-3.0.4

19 Jul 15:28
3.0.4
0b3d335
Compare
Choose a tag to compare

Remove file "phpstan-baseline.neon" from packages by @richard67 with commit 0b3d335

Full Changelog: 3.0.3...3.0.4

joomla/string-3.0.3

19 Jul 15:16
3.0.3
cb2967f
Compare
Choose a tag to compare

What's Changed

  • Add Github Actions Workflow by @Hackwar in #57
  • Fix parameter types in calls to setlocale and wrong data type for integer calculation by @richard67 with commit cb2967f

Known issues

The attached assets contain file "phpstan-baseline.neon", which is a development only file and should not be packed.
This will be fixed with the next release.

Full Changelog: 3.0.2...3.0.3

joomla/string-3.0.2

31 Mar 20:31
15878f3
Compare
Choose a tag to compare

What's Changed

  • [3.x] Don't include development related files in distribution package by @heelc29 in #50
  • [3.x] Update README/SECURITY by @heelc29 in #49
  • Updating phpstan to 2.0 by @Hackwar in #51
  • Remove phpstan.neon from release by @Hackwar in #56

New Contributors

Full Changelog: 3.0.1...3.0.2

joomla/string-3.0.1

17 Aug 10:22
fadb95a
Compare
Choose a tag to compare

What's Changed

  • Fixing docblock for str_ireplace

Full Changelog: 3.0.0...3.0.1

joomla/string-3.0.0

08 Oct 14:35
Compare
Choose a tag to compare

What's Changed

  • Raised minimum PHP version to 8.1
  • Switched to PSR-12 codestyle

Full Changelog: 2.0.1...3.0.0

joomla/string-2.0.1

15 Aug 17:41
Compare
Choose a tag to compare

What's Changed

  • Require positive tests on PHP 8+ by @nibra in #39

Full Changelog: 2.0.0...2.0.1

joomla/string-1.4.6

25 Jan 15:19
728ba9e
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.4.5...1.4.6

1.4.5

18 Nov 23:16
21269bf
Compare
Choose a tag to compare
Release 1.4.5

Version 1.4.4

04 Aug 10:10
Compare
Choose a tag to compare
  • Fix an instance of curl bracket array access to square bracket array for PHP 7.4