-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/greenhouse fix #256
Conversation
* develop: Feature/active campaign (#248) # Conflicts: # src/Labels/Labels.php
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice job! Found few typos and added suggestions to fix them 🙂
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left minor comments, awesome work!
Co-authored-by: Goran Alković <[email protected]> Co-authored-by: Igor Obradović <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left some comments.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few micro comments.
👏
…se-fix * feature/troubleshooting-features: adding separators to sidebar menu conveting ali api responses to usage of helper adding fallback email for integrations # Conflicts: # src/Enqueue/Blocks/EnqueueBlocks.php
Co-authored-by: Karlo Volf <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left several comments on improvements. Some parts I've omitted adding a comment if the same thing is happening in multiple places.
src/Blocks/components/admin-settings/partials/sidebar-section.php
Outdated
Show resolved
Hide resolved
src/Blocks/components/admin-settings/partials/sidebar-section.php
Outdated
Show resolved
Hide resolved
* | ||
* @var MailerInterface | ||
*/ | ||
public $mailer; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is this public
?
Co-authored-by: Denis Žoljom <[email protected]>
Co-authored-by: Denis Žoljom <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Micro comment, no need to correct 😄
👏
<?php foreach ($innerItems as $item) { ?> | ||
<?php |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No need for closing and opening PHP tags 🙂
* develop: Feature/greenhouse fix (#256) # Conflicts: # src/Geolocation/Geolocation.php
Description
Added
Changed
httpRequestArgs
tohttpRequestTimeout
because it is used only to set timeout.wp_remote_post
to regularCurl
because of the issues while sending the attachments. You are now no longer limited on the amount of memory on your server to send files.Fixed
eightshift-form
toeightshift-forms
.Removed
ES_DEVELOP_MODE_SKIP_VALIDATION
because it is used from admin now.ES_LOG_MODE
because it is used from admin now.Screenshots