@rizaprihananto Thank you for your reply.
I understand that using the latest WordPress version is recommended.
However, since you confirmed that the plugin is compatible with WordPress 6.5, I would like to confirm one more thing.
The fatal error occurs here:
/plugins/revisionary/lib/vendor/publishpress/bundled-translations/core/BundledTranslations.php on line 78
In my environment, the fatal error was fixed by changing this line:
public function filterTranslationFile(string $file, string $domain, string $locale): string
to:
public function filterTranslationFile(string $file, string $domain, string $locale = ''): string
Since this change is in the plugin file, it may be overwritten by future plugin updates.
I need to know this because I may have to update WordPress and test the result before the next plugin update is applied.
Could you please let me know if this issue will be fixed in a future plugin update for WordPress 6.5 compatibility?
Thank you.