We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Update code to run without problems in PHP 8.1 and 8.2
See bobbingwide/bobbingwide#103
The text was updated successfully, but these errors were encountered:
In oik_shortcodes_a2z_first_letter() there are two changes to make.
oik_shortcodes_a2z_first_letter()
remove_accents()
ucfirst()
Case conversion no longer depends on the locale set with setlocale(). Only ASCII characters will be converted.
See https://www.php.net/manual/en/function.ucfirst.php
Sorry, something went wrong.
Support PHP 8.2 #2
23b5cad
Delivered in v0.2.1
bobbingwide
No branches or pull requests
Update code to run without problems in PHP 8.1 and 8.2
See bobbingwide/bobbingwide#103
The text was updated successfully, but these errors were encountered: