
Known Issues
Updated: 17.11.2023 - Plugin version 1.7.0.0
This section provides a list of known issues that are currently being addressed. As these issues are resolved, they will be removed from the list. Please refer to the following issue:
- AMQP Functions: (Advanced Message Queueing protocol) version 1.6.2 has this for Mac only. It is temporarily removed in 1.7.0 but is planned for a later release.
- MySQL functions for Windows: Fixed: Rewritten in 1.7.0.0, is available in windows version 1.7.1.7-beta
- ARM version of the plugin: Fixed in 1.7.0.0 can be downloaded in the download area.
Known bugs
There are no known bugs at the moment.
Notes
- Sortarray and UTF-8 special characters. To obtain correct spring order, it might be needed to use the setlocale function to tell what language to be used for sorting. Example:
set_locale ( "nb_NO.UTF-8"); // Norwegian alphabet is used for sorting.
- format function and fixed with strings: Using a format like %20s, the data that goes into that format is a string with UTF-8 characters. The plugin now extend the width by the neccessary extra characters needed for visual correct justification.
Stay tuned for updates and improvements as we continue to enhance the ACF Plugin.