*** FiskalPAY Changelog *** 2025-02-14 - version 1.1.17 * Requires php version 8.1, because php 8.0 is outdated 2025-02-10 - version 1.1.16 * Added declare(strict_types) * Updated required php version to 8 * Added return types * Removed all headers from notify log, and added timestamp, method, endpoint, quiery_string, client_ip, client_port, user_agent, referer, protocol to debug, also log type set to json 2025-02-07 - version 1.1.15 * Removed private git repo for a3soft/a3pay-php-client package, now it's available by public packagist repo * Edited prefixes in hooks * Added composer.json and package.json to release * Added if(! defined('ABSPATH')) entry check in php scripts * Replaced WP_CONTENT_DIR by wp_upload_dir 2025-01-08 - version 1.1.14 * Replaced giggsey/libphonenumber-for-php by giggsey/libphonenumber-for-php-lite, because of reducing plugin size * Added plugin description when calling FiskalPAY api 2024-12-23 - version 1.1.13 * Added CZK token option to config * Modified order stated from paid to specific value like completed etc. 2024-11-28 - version 1.1.12 * Shipping country and billing country have become optional * Message when phone parsing was not done successfully is now specific, also phone is checked before parsing. If is empty, parsing will not be performed. 2024-11-22 - version 1.1.11 * Fixed problem with unique transaction exception even when transactionId dont exists. 2024-11-06 - version 1.1.10 * Validated by wp cli plugin check * Replace all file operations by WP_Filesystem * json_encode replaced by wp_json_encode * All output is now escaped by esc_html * Replaced curl in debug mode by wp_remote_post * Little optimization in getOrderIdByTransactionId * Added readme.txt * Added license header to fiskalpay.php 2024-10-25 - version 1.1.9 * Updated plugin for compatibility with WooCommerce 9.1.4 and WordPress 6.6.2. * Improved error handling and logging features. * Minor bug fixes and code optimizations. 2024-10-19 - version 1.1.8 * Fixed security issues - filter output through escaping functions 2024-10-18 - version 1.1.7 * Initial release