Commit Graph

15684 Commits

Author SHA1 Message Date
76e1ae9f89 Reload page after testing automation is created
[MAILPOET-4454]
2022-07-04 14:09:00 +02:00
f863f7d827 Improve testing buttons
[MAILPOET-4454]
2022-07-04 14:09:00 +02:00
ef613112f7 Remove duplicit button
[MAILPOET-4454]
2022-07-04 14:09:00 +02:00
138444fccb Improve file and directory structure
[MAILPOET-4454]
2022-07-04 14:09:00 +02:00
a78f31d165 Improve automation listing styles
[MAILPOET-4454]
2022-07-04 14:09:00 +02:00
5fe083f921 Fix naming and simplify workflow creation code
[MAILPOET-4454]
2022-07-04 14:09:00 +02:00
b1ed11456a Remove empty automation editor link
[MAILPOET-4454]
2022-07-04 14:09:00 +02:00
6aa4beb4dc Remove empty test
[MAILPOET-4432]
2022-07-04 14:04:16 +03:00
445d07ac68 Prevent segmentation of automation emails
[MAILPOET-4432]
2022-07-04 14:04:16 +03:00
c0504f52a0 Extend test to make sure automation newsletters are not included in archives
[MAILPOET-4432]
2022-07-04 14:04:16 +03:00
868661a543 Add email type 'automation'
[MAILPOET-4432]
2022-07-04 14:04:16 +03:00
6bfc787eab Fix acceptance test for transactional emails
Fixes an error when creating user via wp cli.
Error: Usernames can only contain lowercase letters (a-z) and numbers.
[MAILPOET-4455]
2022-06-29 09:16:39 +02:00
dbea725379 Avoid usage of custom MailPoet components
[MAILPOET-4404]
2022-06-28 16:00:36 +02:00
3d757af3b6 Add missing return type
[MAILPOET-4404]
2022-06-28 16:00:36 +02:00
47c709c4c9 Define props close to respective components
[MAILPOET-4404]
2022-06-28 16:00:36 +02:00
62302b7a19 Remove extraneous default
[MAILPOET-4404]
2022-06-28 16:00:36 +02:00
3e9d9b0d4e Fix file organization and naming
[MAILPOET-4404]
2022-06-28 16:00:36 +02:00
14c0e1dc4d Remove prop types from TypeScript code
[MAILPOET-4404]
2022-06-28 16:00:36 +02:00
1cc586dee3 Embed onboarding as a component, not as a function call
[MAILPOET-4404]
2022-06-28 16:00:36 +02:00
493a1e2c2a Pass type arg to useQuery rather than explicitly typing a const
[MAILPOET-4404]
2022-06-28 16:00:36 +02:00
3329d62507 Add 'key'-property to types selector
[MAILPOET-4404]
2022-06-28 16:00:36 +02:00
0b27ff3957 Name headers edit and more
[MAILPOET-4404]
2022-06-28 16:00:36 +02:00
3db9d489cc Extract automation listing table into component, introduce wip for onboarding
[MAILPOET-4404]
2022-06-28 16:00:36 +02:00
6193e07c08 Add basic automation listing WIP
[MAILPOET-4404]
2022-06-28 16:00:36 +02:00
5df8df3e22 Load WP and WC component styles for automation
[MAILPOET-4404]
2022-06-28 16:00:36 +02:00
bdf9f6be60 Install @woocommerce/components
[MAILPOET-4404]
2022-06-28 16:00:36 +02:00
1a25a7de2c Remove Mailinitiator references
[MAILPOET-4452]
2022-06-24 12:00:12 -05:00
284e8c176a Add rules for php files into .editorconfig 2022-06-24 08:38:55 +02:00
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
5b573496a7 Update README.md 2022-06-23 08:52:53 +02:00
c59c4a5f32 Release 3.91.0 2022-06-22 14:52:49 +02:00
dfe62d9e70 Use better name for method for setting misconfigured SMTP in tests
[MAILPOET-4254]
2022-06-21 16:04:09 +02:00
1896281a3d Add comments into Transactional email fallback test
[MAILPOET-4254]
2022-06-21 16:04:09 +02:00
5b92535373 Ensure MailPoet is configured to send transactional emails in test
[MAILPOET-4254]
2022-06-21 16:04:09 +02:00
6963db78e5 Add acceptance test for transactional fallback mailer
[MAILPOET-4254]
2022-06-21 16:04:09 +02:00
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
a32af0c103 Fix Shop project 2022-06-21 13:17:45 +02:00
57937c71a0 Display number of reviews 2022-06-21 13:17:45 +02:00
3e1abab3bc Release 3.90.2 2022-06-21 12:52:00 +02:00
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
3f3b08fc27 Remove redundant check
[MAILPOET-4141]
2022-06-20 12:00:47 +02:00
745ba0d5e0 Replace old model from PurchasedProduct
[MAILPOET-4141]
2022-06-20 12:00:47 +02:00
448847a4b9 Replace old model from PurchasedInCategory
[MAILPOET-4141]
2022-06-20 12:00:47 +02:00
c1a579d5fc Replace old model usage with Doctrine
[MAILPOET-4141]
2022-06-20 12:00:47 +02:00
d340909187 Replace repeating code with using factory
[MAILPOET-4141]
2022-06-20 12:00:47 +02:00
74ec1cfac2 Add NewsletterOption data factory
[MAILPOET-4141]
2022-06-20 12:00:47 +02:00
4440ebc3e6 Replace old model with Doctrine
[MAILPOET-4141]
2022-06-20 12:00:47 +02:00
8d095886d4 Remove old model constant
[MAILPOET-4141]
2022-06-20 12:00:47 +02:00
fa4ee3ff86 Fix adding newsletter options to collection
[MAILPOET-4141]
2022-06-20 12:00:47 +02:00
6503e49eda Add Newsletter entity support
[MAILPOET-4141]
2022-06-20 12:00:47 +02:00