nowrap
nowrap
Hello hajekj, thx for your answer. I guess a certificate as a file or a path would be the easiest approach. Certificate stores i only know from java or mac...
The use case are company rules only allowing access via certificates. And we are running on own hardware so the Azure Key Vault is not an option, if i am...
Thx alot! I started some research for alternative solutions based on linux. The main diffcultiy via PHP is the needed read access to everything to use. So somewhere must be...
I can confirm, that using typescript 4.5 and useDefineForClassFields false is working
Was during Apples TestFlight
Any news on this? There is a sunset jira ticket for the cordova-plugin-media. Suggestion is to use web audio api: https://issues.apache.org/jira/browse/CB-13095 There is a MS sample app using WinJS: https://github.com/Microsoft/Windows-universal-samples/tree/master/Samples/BackgroundMediaPlayback...
I can confirm that it's not buildable with node version 16. With node version 14 it's working as "npm rebuild", if installed before, eg.g. under node version 12. A install...
Hello, the mysql version is: 8.0.36 The option value query returned: 14.5.2 Regards nowrap
Sure, i added: ``` // Check installed plugin version $installed_version = get_option('wp_statistics_plugin_version'); error_log($installed_version); error_log(WP_STATISTICS_VERSION); error_log($installed_version == WP_STATISTICS_VERSION); if ($installed_version == WP_STATISTICS_VERSION) { return; } ``` The result is: > [21-Mar-2024...
You're welcome. Sorry, i've just the log from the wp debug.log. But the query looks good and can be executed manually. I am not familiar with the dbDelta() function. Maybe...