Commit Graph

15337 Commits

Author SHA1 Message Date
Jan Jakes
bb90ae97d0 Add basic workflow update controller with status change caps
[MAILPOET-4454]
2022-07-04 14:09:00 +02:00
Jan Jakes
92d55362b1 Add update workflow method to storage
[MAILPOET-4454]
2022-07-04 14:09:00 +02:00
Jan Jakes
083bf93851 Add welcome email sequence template
[MAILPOET-4454]
2022-07-04 14:09:00 +02:00
Jan Jakes
76e1ae9f89 Reload page after testing automation is created
[MAILPOET-4454]
2022-07-04 14:09:00 +02:00
Jan Jakes
f863f7d827 Improve testing buttons
[MAILPOET-4454]
2022-07-04 14:09:00 +02:00
Jan Jakes
ef613112f7 Remove duplicit button
[MAILPOET-4454]
2022-07-04 14:09:00 +02:00
Jan Jakes
138444fccb Improve file and directory structure
[MAILPOET-4454]
2022-07-04 14:09:00 +02:00
Jan Jakes
a78f31d165 Improve automation listing styles
[MAILPOET-4454]
2022-07-04 14:09:00 +02:00
Jan Jakes
5fe083f921 Fix naming and simplify workflow creation code
[MAILPOET-4454]
2022-07-04 14:09:00 +02:00
Jan Jakes
b1ed11456a Remove empty automation editor link
[MAILPOET-4454]
2022-07-04 14:09:00 +02:00
David Remer
6aa4beb4dc Remove empty test
[MAILPOET-4432]
2022-07-04 14:04:16 +03:00
David Remer
445d07ac68 Prevent segmentation of automation emails
[MAILPOET-4432]
2022-07-04 14:04:16 +03:00
David Remer
c0504f52a0 Extend test to make sure automation newsletters are not included in archives
[MAILPOET-4432]
2022-07-04 14:04:16 +03:00
David Remer
868661a543 Add email type 'automation'
[MAILPOET-4432]
2022-07-04 14:04:16 +03:00
Rostislav Wolny
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
Jan Jakes
dbea725379 Avoid usage of custom MailPoet components
[MAILPOET-4404]
2022-06-28 16:00:36 +02:00
Jan Jakes
3d757af3b6 Add missing return type
[MAILPOET-4404]
2022-06-28 16:00:36 +02:00
Jan Jakes
47c709c4c9 Define props close to respective components
[MAILPOET-4404]
2022-06-28 16:00:36 +02:00
Jan Jakes
62302b7a19 Remove extraneous default
[MAILPOET-4404]
2022-06-28 16:00:36 +02:00
Jan Jakes
3e9d9b0d4e Fix file organization and naming
[MAILPOET-4404]
2022-06-28 16:00:36 +02:00
Jan Jakes
14c0e1dc4d Remove prop types from TypeScript code
[MAILPOET-4404]
2022-06-28 16:00:36 +02:00
Jan Jakes
1cc586dee3 Embed onboarding as a component, not as a function call
[MAILPOET-4404]
2022-06-28 16:00:36 +02:00
Jan Jakes
493a1e2c2a Pass type arg to useQuery rather than explicitly typing a const
[MAILPOET-4404]
2022-06-28 16:00:36 +02:00
David Remer
3329d62507 Add 'key'-property to types selector
[MAILPOET-4404]
2022-06-28 16:00:36 +02:00
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