Conversation
* develop: Feature/active campaign (#248) # Conflicts: # src/Labels/Labels.php
iobrado
requested changes
Sep 2, 2022
Contributor
iobrado
left a comment
There was a problem hiding this comment.
Nice job! Found few typos and added suggestions to fix them 🙂
goranalkovic-infinum
requested changes
Sep 2, 2022
Contributor
goranalkovic-infinum
left a comment
There was a problem hiding this comment.
Left minor comments, awesome work!
Co-authored-by: Goran Alković <77000136+goranalkovic-infinum@users.noreply.github.com> Co-authored-by: Igor Obradović <igor.obradovic@infinum.com>
This was
linked to
issues
Sep 2, 2022
Closed
iobrado
approved these changes
Sep 2, 2022
goranalkovic-infinum
approved these changes
Sep 2, 2022
volfkarlo
suggested changes
Sep 2, 2022
Contributor
volfkarlo
left a comment
There was a problem hiding this comment.
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 <46056662+volfkarlo@users.noreply.github.com>
mbmjertan
approved these changes
Sep 5, 2022
dingo-d
reviewed
Sep 5, 2022
dingo-d
suggested changes
Sep 5, 2022
Contributor
dingo-d
left a comment
There was a problem hiding this comment.
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; |
Co-authored-by: Denis Žoljom <dingo-d@users.noreply.github.com>
Co-authored-by: Denis Žoljom <dingo-d@users.noreply.github.com>
dingo-d
approved these changes
Sep 6, 2022
volfkarlo
approved these changes
Sep 6, 2022
Contributor
volfkarlo
left a comment
There was a problem hiding this comment.
Micro comment, no need to correct 😄
👏
Comment on lines
+53
to
+54
| <?php foreach ($innerItems as $item) { ?> | ||
| <?php |
Contributor
There was a problem hiding this comment.
No need for closing and opening PHP tags 🙂
goranalkovic-infinum
approved these changes
Sep 6, 2022
iruzevic
added a commit
that referenced
this pull request
Sep 7, 2022
* develop: Feature/greenhouse fix (#256) # Conflicts: # src/Geolocation/Geolocation.php
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.
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