1
0
Fork 0
mirror of synced 2025-04-02 21:36:14 +03:00

Исправлен changelog

This commit is contained in:
Anton 2024-09-26 19:37:04 +06:00
parent b724ce3e8a
commit a5c17b8f7d
3 changed files with 4 additions and 4 deletions

View file

@ -1,5 +1,5 @@
## 2024-09-25 4.8.6
* replacing the file_get_content() method with wp_remote_get() in url validator for download crm's domains
## 2024-09-26 4.8.6
* Optimized url-validator
## 2024-09-20 4.8.5
* Project testing has been updated

View file

@ -62,6 +62,6 @@ if (!class_exists('WC_Retailcrm_Url_Constraint')) :
/**
* @var string
*/
public $getFileError = 'Bad Request. File not getted';
public $getFileError = 'Bad Request, file not getted';
}
endif;

View file

@ -83,7 +83,7 @@ Asegúrate de tener una clave API específica para cada tienda. Las siguientes i
== Changelog ==
= 4.8.6 =
* replacing the file_get_content() method with wp_remote_get() in url validator for download crm's domains
* Optimized url-validator
= 4.8.5 =
* Project testing has been updated