Skip to content

2.5.1: WordPress-friendly version

Compare
Choose a tag to compare
@HugoFara HugoFara released this 16 Sep 02:06
· 825 commits to master since this release

This version fixes two important issues for those using a web hoster such as WordPress. For the others, not much should change, but LWT is now easier to set up!

Fixed

  • Having @@GLOBAL.local_infile (MySQL) set to 0, or any configuration disabling LOAD DATA LOCAL INFILE, was causing a fatal error on adding a new text. This is fixing by a slower method.
    • If local_infile is enabled, no change should be noticed.
    • This was signaled in issues #20 and #40.
  • The WordPress binding scripts had multiple issues as reported in #41, thanks @Redmattski for all your time!