Skip to content

erp-deals-es_ES#1358

Open
johnfelipe wants to merge 3549 commits into
wp-erp:developfrom
johnfelipe:erp-deals-es_ES
Open

erp-deals-es_ES#1358
johnfelipe wants to merge 3549 commits into
wp-erp:developfrom
johnfelipe:erp-deals-es_ES

Conversation

@johnfelipe
Copy link
Copy Markdown

erp-deals-es_ES

ManiruzzamanAkash and others added 26 commits May 27, 2022 01:52
* Upated option and user resetting process

* Fixed user delete issue

* Fixed some php warnings

* Added missing dependency of sweetalert

* Restored hardcoded options
* Fixed inbound email cron scheduling issue

* Fixed undefined function issue

* Fixed cron scheduling issue

* Fixed mail server issue
… same contact field (wp-erp#1324)

say, gravity-form field id 12, 13, 44 etc maps to same contact field 'street_2', then if gravity-form field 12 has value but others are empty and the sequence of execution is 12, 13, 44 then the value in contact['street_2'] set by gravity-form field 12 was being overridden by gravity-form field 13 and 44. Now we have checked if `contact[ $field ]` is already filled to prevent override.
…p#1328)

* loaded all customers in filter instead of first 10

* loaded all people in filter instead of first 10

* loaded all vendors in filter instead of first 10
* fixed sample csv download not working for customer and vendor import

* sent and verified nonce for download sample csv for customer/vendor

* update nonce verification failed message

* fix nonce verification error

* restore previous version
* send contact scheduled notification according to setters timezone.

* added timezone name in the email

* added @SInCE to newly added function

* updated `erp_crm_get_current_datetime` function

* updated `erp_crm_get_current_datetime` function

* updated `erp_crm_get_current_datetime` function

* use erp_current_datetime

* remove message with empty string

* fix timezone exception

* resolve reviewer comments
* add route for mailchimp

* removed debugging message

* added group id in subscriber remove hook

* renamed an action hook from 'erp_crm_edit_contact_subscriber' to 'erp_crm_edit_contact_subscription' in modules/crm/includes/class-subscription.php file as there is anther hook with same name but with different argument in modules/crm/includes/functions-customer.php file.

the renamed hook has no usage so nothing else is updated

* updated 'erp_crm_update_contact_group' hook to send updated data instead of update result(true/false)

* updated 'erp_crm_delete_contact_subscriber' hook to send user id and group_id instead of update count or update status(success/fail)

* added function to unsubscribe contact without deleting it from group

* added a function to subscribe an unsubscribed contact

* added version in @SInCE for the methods and functions

* added special sync update for email address update of contact

* enforce check for inner array element in purchases.php

* add isEmpty function

* fix contact not assigned to multiple groups

Co-authored-by: Tanmay Kirtania <jktanmay@gmail.com>
* change life-stage sanitizer

* show life-stage Name instead of Slug
* Updated npm packages for compatibility

* fixed popperjs issue
Release version 1.11.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants