Updating the description of the new version of the module
This commit is contained in:
parent
731129f8fd
commit
5e6674f6bf
3 changed files with 5 additions and 3 deletions
|
@ -1,5 +1,6 @@
|
|||
## 2024-08-26 4.8.2
|
||||
* Corrects directory path for customized main plugin file
|
||||
* Fixed base file customization issue
|
||||
* Added a hook to update the list of meta fields
|
||||
|
||||
## 2024-08-06 4.8.1
|
||||
* Fix filtering of api query results
|
||||
|
|
|
@ -46,7 +46,7 @@
|
|||
|
||||
> retailcrm_order_update_after - позволяет проверить изменение заказа и произвести дополнительные действия
|
||||
|
||||
> retailcrm_change_default_meta_fields - позволяет изменить список по умолчанию получаемых мета-полей
|
||||
> retailcrm_change_default_meta_fields - позволяет изменить список получаемых по умолчанию мета-полей
|
||||
|
||||
**Пример использования:**
|
||||
```php
|
||||
|
|
|
@ -83,7 +83,8 @@ Asegúrate de tener una clave API específica para cada tienda. Las siguientes i
|
|||
|
||||
== Changelog ==
|
||||
= 4.8.2 =
|
||||
* Corrects directory path for customized main plugin file
|
||||
* Fixed base file customization issue
|
||||
* Added a hook to update the list of meta fields
|
||||
|
||||
= 4.8.1 =
|
||||
* Fix filtering of api query results
|
||||
|
|
Loading…
Add table
Reference in a new issue