Skip to content

Releases: zachleigh/laravel-lang-bundler

Version 1.1.0

22 Sep 03:15
Compare
Choose a tag to compare
  • Drop support for PHP versions lower than 7.1
  • Update dependencies, Laravel 5.7 support

Version 1.0.2

01 Jun 21:29
Compare
Choose a tag to compare
  • Fix hardcoded UNIX directory separators.

Version 1.0.1

29 Jan 22:13
Compare
Choose a tag to compare
  • Minor bug fixes, code quality changes.

Version 1.0.0

25 Jan 22:29
Compare
Choose a tag to compare
  • Adds support for Laravel 5.4.
  • Bug fixes.

Version 0.9.11

25 Jan 21:47
Compare
Choose a tag to compare
  • Basic package maintenance.

Version 0.9.10

04 Nov 02:19
Compare
Choose a tag to compare
  • Improved error handling.

Version 0.9.9

03 Nov 02:21
Compare
Choose a tag to compare
  • You can now create key/value modification files in your app by using the langb:mod {name} command
  • Added the following new mods: explode, strtolower, strtoupper, and ucfirst.

Version 0.9.8

02 Nov 14:37
Compare
Choose a tag to compare
  • Added pluralization. Pass a namespaced 'choice' parameter to transB with the choice value.
  • Changed bundleItem() helper to bundle_item() helper.
  • Added ability to modify both key and value with bundle_item modifier by passing 'both_modifierName'.
  • Added a 'values' modifier that passes the translation value to array_values().

Version 0.9.7

01 Nov 22:16
Compare
Choose a tag to compare
  • Added ability to modify the key and value using the bundleItem() helper function.
  • Added two key/value modifiers: 'callback' and 'change'

Version 0.9.6

01 Nov 02:18
Compare
Choose a tag to compare
  • Move to more object orientated architecture