Closed wilpat closed 2 years ago
@wilpat released: https://github.com/rmariuzzo/Laravel-JS-Localization/releases/tag/v1.9.1
Guys please... Not the Fix Friday again! @wilpat @rmariuzzo
My advice is to enable at least double review, if anyone (e.g. our projects) has the dependency set to ^1.9
you just broke all the CI/CD. Also don't do updates on Fridays so people don't have to work weekends to resolve possible issues 😭
Please flag the version as non-working as soon as possible.
@Chomiciak I apologize for this, that's on me. I removed the broken version from Packagist, I think that should alleviate that issue. Please, let me know if not.
Also, I appreciate your advice, I will make a call for more maintainers to make double review as you suggested.
From laravel 4 to 8.x we've seen changes to where the
lang
folder lives and this breaks the functionality of this package.This PR makes this path customisable, so the package does not need to be updated every time laravel makes an update to the location of this folder.