Commit Graph

16613 Commits

Author SHA1 Message Date
David Remer
0b27ff3957 Name headers edit and more
[MAILPOET-4404]
2022-06-28 16:00:36 +02:00
David Remer
3db9d489cc Extract automation listing table into component, introduce wip for onboarding
[MAILPOET-4404]
2022-06-28 16:00:36 +02:00
Jan Jakes
6193e07c08 Add basic automation listing WIP
[MAILPOET-4404]
2022-06-28 16:00:36 +02:00
Jan Jakes
5df8df3e22 Load WP and WC component styles for automation
[MAILPOET-4404]
2022-06-28 16:00:36 +02:00
Jan Jakes
bdf9f6be60 Install @woocommerce/components
[MAILPOET-4404]
2022-06-28 16:00:36 +02:00
David Remer
1a25a7de2c Remove Mailinitiator references
[MAILPOET-4452]
2022-06-24 12:00:12 -05:00
Jan Lysý
284e8c176a Add rules for php files into .editorconfig 2022-06-24 08:38:55 +02:00
dependabot[bot]
71aaa7dee5 Bump guzzlehttp/guzzle from 6.5.7 to 6.5.8 in /mailpoet
Bumps [guzzlehttp/guzzle](https://github.com/guzzle/guzzle) from 6.5.7 to 6.5.8.
- [Release notes](https://github.com/guzzle/guzzle/releases)
- [Changelog](https://github.com/guzzle/guzzle/blob/6.5.8/CHANGELOG.md)
- [Commits](https://github.com/guzzle/guzzle/compare/6.5.7...6.5.8)

---
updated-dependencies:
- dependency-name: guzzlehttp/guzzle
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-23 08:57:33 +02:00
Rodrigo Primo
5b573496a7 Update README.md 2022-06-23 08:52:53 +02:00
Jan Lysý
c59c4a5f32 Release 3.91.0 2022-06-22 14:52:49 +02:00
Rostislav Wolny
dfe62d9e70 Use better name for method for setting misconfigured SMTP in tests
[MAILPOET-4254]
2022-06-21 16:04:09 +02:00
Rostislav Wolny
1896281a3d Add comments into Transactional email fallback test
[MAILPOET-4254]
2022-06-21 16:04:09 +02:00
Rostislav Wolny
5b92535373 Ensure MailPoet is configured to send transactional emails in test
[MAILPOET-4254]
2022-06-21 16:04:09 +02:00
Rostislav Wolny
6963db78e5 Add acceptance test for transactional fallback mailer
[MAILPOET-4254]
2022-06-21 16:04:09 +02:00
Rostislav Wolny
61be43fb3c Use original PHPMailer sending instead as a fallback for transactional emails
Instead of using second mailer with a different configuration we just send from the PHPMailer
as it was configured in wp_mail function.
[MAILPOET-4254]
2022-06-21 16:04:09 +02:00
Pavel Dohnal
a32af0c103 Fix Shop project 2022-06-21 13:17:45 +02:00
Pavel Dohnal
57937c71a0 Display number of reviews 2022-06-21 13:17:45 +02:00
Jan Lysý
3e1abab3bc Release 3.90.2 2022-06-21 12:52:00 +02:00
Rostislav Wolny
2d21489c44 Always reset MailerLog error on increment send count
Recently we've stopped incrementing sending counter when site configured to use MSS.
This caused that also code reseting the sending error was skipped.
This commit changes incrementSentCount method so that it always clears error log.
[MAILPOET-4448]
2022-06-20 14:17:54 +02:00
Jan Lysý
3f3b08fc27 Remove redundant check
[MAILPOET-4141]
2022-06-20 12:00:47 +02:00
Jan Lysý
745ba0d5e0 Replace old model from PurchasedProduct
[MAILPOET-4141]
2022-06-20 12:00:47 +02:00
Jan Lysý
448847a4b9 Replace old model from PurchasedInCategory
[MAILPOET-4141]
2022-06-20 12:00:47 +02:00
Jan Lysý
c1a579d5fc Replace old model usage with Doctrine
[MAILPOET-4141]
2022-06-20 12:00:47 +02:00
Jan Lysý
d340909187 Replace repeating code with using factory
[MAILPOET-4141]
2022-06-20 12:00:47 +02:00
Jan Lysý
74ec1cfac2 Add NewsletterOption data factory
[MAILPOET-4141]
2022-06-20 12:00:47 +02:00
Jan Lysý
4440ebc3e6 Replace old model with Doctrine
[MAILPOET-4141]
2022-06-20 12:00:47 +02:00
Jan Lysý
8d095886d4 Remove old model constant
[MAILPOET-4141]
2022-06-20 12:00:47 +02:00
Jan Lysý
fa4ee3ff86 Fix adding newsletter options to collection
[MAILPOET-4141]
2022-06-20 12:00:47 +02:00
Jan Lysý
6503e49eda Add Newsletter entity support
[MAILPOET-4141]
2022-06-20 12:00:47 +02:00
Jan Lysý
4ba5c6ce0c Remove old model from Scheduler
[MAILPOET-4141]
2022-06-20 12:00:47 +02:00
Jan Lysý
882e096c81 Replace old model usage with Doctrine
[MAILPOET-4141]
2022-06-20 12:00:47 +02:00
Jan Lysý
7fcfe9b4b3 Add possibility to configure WP user ID
[MAILPOET-4141]
2022-06-20 12:00:47 +02:00
Jan Lysý
419b1f8c0a Add possibility to configure type
[MAILPOET-4141]
2022-06-20 12:00:47 +02:00
Jan Lysý
a128c651c8 Remove old model from the AbandonedCart event
[MAILPOET-4141]
2022-06-20 12:00:47 +02:00
David Remer
f35d72690a Enable tests again
[MAILPOET-4253]
2022-06-20 10:34:41 +02:00
David Remer
dec4a12882 Codestyle
[MAILPOET-4253]
2022-06-20 10:34:41 +02:00
David Remer
c850f18b35 Fix test
[MAILPOET-4253]
2022-06-20 10:34:41 +02:00
David Remer
e80044829c Check authorized Email addresses when setting MSS method
[MAILPOET-4253]
2022-06-20 10:34:41 +02:00
David Remer
00f37dedd5 Display warning and disable save button when from email is not authorized
[MAILPOET-4253]
2022-06-20 10:34:41 +02:00
David Remer
b9e02cf7a5 Fix consumer after change of authorizedEmails signature change
[MAILPOET-4253]
2022-06-20 10:34:41 +02:00
David Remer
1b5f3db655 Use new endpoint to fetch authorized emails
[MAILPOET-4253]
2022-06-20 10:34:41 +02:00
Ján Mikláš
f10596feec Fix typos in translations
[MAILPOET-4447]
2022-06-20 10:17:24 +02:00
Sam Najian
372a7fb307 Refrain from skipping AmazonSESTest::testItCanSend since it's mocked
[MAILPOET-4394]
2022-06-20 09:24:49 +02:00
Sam Najian
fcea764d91 Mock WPFunctions::wpRemotePost when testing AmazonSES
We don't want to send a real request to AmazonSES when
testing it since we don't want to send a real email.

[MAILPOET-4394]
2022-06-20 09:24:49 +02:00
Sam Najian
b2e556fd90 Inject WPFunctions to AmazonSES
[MAILPOET-4394]
2022-06-20 09:24:49 +02:00
Sam Najian
bcb7382760 Make local integration tests pick up env
[MAILPOET-4394]
2022-06-20 09:24:49 +02:00
David Remer
c436f18e8e Decode html entities of WP_User data
[MAILPOET-4241]
2022-06-20 08:43:51 +02:00
David Remer
af8acb8f6d Test we store html decoded first and last name
[MAILPOET-4241]
2022-06-20 08:43:51 +02:00
Oluwaseun Olorunsola
969fc3743e Release 3.90.1 2022-06-16 14:58:35 +01:00
David Remer
55880fb257 Disable auto_reload only in non development environments
[MAILPOET-4439]
2022-06-16 10:45:57 +02:00