-
Notifications
You must be signed in to change notification settings - Fork 171
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
V1.9.1 is completely broken #171
Comments
@SanderSander just a while ago I've created a comment addressing the problem #170 (comment) The problem is disappearing slash |
I apologize, will try to remove the version ASAP. 😞 |
#172 I made a PR that fixes the problem |
I removed the broken version from Packagist, I think that should help for now: https://packagist.org/packages/mariuzzo/laravel-js-localization |
I review your PR, looks fine to me. @SanderSander and @Chomiciak can you check the PR too? 🙇 |
@rmariuzzo I suppose you should give the version a different tag on packagist, to ensure people re-download this patched version. Over all, this is a feature addition, so shouldn't it be updated on the 2nd digit ( |
I made the same suggestion for versioning in the PR :) |
Thank you both for your good advices. I appreciate it. |
This commit broke a lot:
9e570ee
When the default directory is used: The following error is triggered because of a missing
DIRECTORY_SEPERATOR
[Exception]
/workspaceresources/lang doesn't exists!
Also i'm sure version 4 of laravel doesn't work because the
$langs
variable is overwriten, and therefor it also misses the /The text was updated successfully, but these errors were encountered: