Blog in English
January 17, 2023

Version 5.1.1

24.08.2022

Changes :

  • The deposits page in the admin panel has been redesigned. Now the data is requested for each table separately, paginated and searched on the server side instead of requesting all the data at once, performing the search and pagination on the client side using JS
  • Removed the choice of a wallet linked to the user for replenishment. When creating a wallet for replenishment through Paykassa, there was a check that a new wallet was not generated, but issued tied to the user. There was an error that replenishments were not credited to the old wallet. Temporary fix
  • Added display of the current version of the engine in the admin panel
  • The functions for displaying general statistics have been redesigned for multicurrency. Functions did not take into account the exchange rate
  • Fix cheat replenishment and payments. It was impossible to wind up the amount less than 0.00, since the amount was cut to two decimal places
  • Fix getting the exchange rate for two identical currencies. When sending the same currencies, it gave an error "incorrect currency"
  • Fix image_upload() function. If no files were passed, the function returned a successful output
  • Fix the is_email function according to the return value. Returned email instead of true or false
  • Fix Paykassa handler when enabled to accept any amount, the amount at the rate was multiplied, which led to a larger replenishment amount than it is
  • Fix handler Alikkassa. Alikkassa sent many identical notifications, which led to duplicate top-ups
  • Removed the check to prohibit changing the user's wallet through the admin panel
  • Added new keys for reCAPTCHA
  • Fix deadlock in payment_login function