Skip to content

Releases: auraphp/Aura.Intl

3.0.1

28 Jan 10:56
Compare
Choose a tag to compare

CHANGELOG

3.0.1

  • Moved from travis to github actions workflow.
  • Added yoast/phpunit-polyfills to support testing from 5.6 onwards.
  • Current supported php versions are 5.6 to 8.1
  • Using producer for release.

3.0.0

20 Jan 05:10
7fce228
Compare
Choose a tag to compare
  • Final release. No changes after first beta.
  • No BC breaks for 1.x users who are using as a library.
  • Aura.Framework 1.x users need to add the Di wiring configuration.

3.0.0-beta1

30 Dec 05:09
Compare
Choose a tag to compare
  • Removed aura/installer-default from composer.json which was used by aura framework version 1 to install in package folder.
  • Fixes issue 17 by removing Aura.Di wiring trait tests.
  • Changed directory structure from PSR-0 to PSR-4.
  • Supported PHP version : 5.6+.
  • Good news is there is no other BC breaks.