diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b3caff..fe23a7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/src/include/validators/url-validator/class-wc-retailcrm-url-constraint.php b/src/include/validators/url-validator/class-wc-retailcrm-url-constraint.php index bb16fef..01fa705 100644 --- a/src/include/validators/url-validator/class-wc-retailcrm-url-constraint.php +++ b/src/include/validators/url-validator/class-wc-retailcrm-url-constraint.php @@ -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; diff --git a/src/readme.txt b/src/readme.txt index 292263a..6db55e0 100644 --- a/src/readme.txt +++ b/src/readme.txt @@ -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