Исправлен changelog
This commit is contained in:
parent
b724ce3e8a
commit
a5c17b8f7d
3 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue