erp-deals-es_ES#1358
Open
johnfelipe wants to merge 3549 commits into
Open
Conversation
* 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
… company listing page (wp-erp#1323)
… 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
8d1d08e to
c916f71
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
erp-deals-es_ES