Skip to content

1.0.21

Compare
Choose a tag to compare
@nadar nadar released this 09 Sep 12:13
· 400 commits to master since this release

1.0.21 (9. September 2019)

  • #1956 Ensure a not existing package installer config value installer.php won't throw an exception.
  • #1947 Whiteliste more exception which should not be transmitted to error API.
  • #1772 Add new luya\Config to generate configuration builds depending on console or web runtime.
  • #1950 Fixed bug in Export Helper when dealing with special chars.
  • #1942 Use phpmailers setFrom() method instead of $from and $fromName property.
  • #340|admin Allow extending the auth methods in rest behavior trait.
  • #1916 Extended LUYA Core with a mechanism to load and handle themes.
  • #1938 Added luyaBootstrap($app) method to base module. When the application starts, all LUYA modules will be initialized and therefore will call the luyaBootstrap($app) method.