-
Notifications
You must be signed in to change notification settings - Fork 6
Feature/greenhouse fix #256
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
Conversation
* develop: Feature/active campaign (#248) # Conflicts: # src/Labels/Labels.php
iobrado
left a comment
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 🙂
goranalkovic-infinum
left a comment
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]>
dingo-d
left a comment
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.
volfkarlo
left a comment
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]>
dingo-d
left a comment
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]>
volfkarlo
left a comment
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
httpRequestArgstohttpRequestTimeoutbecause it is used only to set timeout.wp_remote_postto regularCurlbecause 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-formtoeightshift-forms.Removed
ES_DEVELOP_MODE_SKIP_VALIDATIONbecause it is used from admin now.ES_LOG_MODEbecause it is used from admin now.Screenshots