Commit Graph

3804 Commits

Author SHA1 Message Date
26e2b43fd1 Make sure we don't clone null value
[MAILPOET-2535]
2019-11-20 10:24:39 +00:00
f9bdd6acd5 Make sure segment exists
[MAILPOET-2535]
2019-11-20 10:24:39 +00:00
aa050c211b Check properly if value is found
[MAILPOET-2535]
2019-11-20 10:24:39 +00:00
99ca99cae8 Check if custom field is found in import
[MAILPOET-2535]
2019-11-20 10:24:39 +00:00
0d3424f43a Use proper checks
[MAILPOET-2535]
2019-11-20 10:24:39 +00:00
9b74a53df3 Fix types in security
[MAILPOET-2535]
2019-11-20 10:24:39 +00:00
672b0c272e Check type for PHPStan
[MAILPOET-2535]
2019-11-20 10:24:39 +00:00
86f700b84c Fix types
[MAILPOET-2535]
2019-11-20 10:24:39 +00:00
f313049776 Make sure the type is always correct
[MAILPOET-2535]
2019-11-20 10:24:39 +00:00
e90ba1ddda Correct types in Settings
[MAILPOET-2535]
2019-11-20 10:24:39 +00:00
75f1e97ee3 Make sure we use the correct type for wp functions
[MAILPOET-2535]
2019-11-20 10:24:39 +00:00
5e44ef8af8 Make sure types are correct in Sending Task
[MAILPOET-2535]
2019-11-20 10:24:39 +00:00
8e1628efe8 Use proper types in Import Export
[MAILPOET-2535]
2019-11-20 10:24:39 +00:00
bd6929bbe8 Make sure newsletter is not boolean
[MAILPOET-2535]
2019-11-20 10:24:39 +00:00
52b81478fb Check the return value properly
[MAILPOET-2535]
2019-11-20 10:24:39 +00:00
3a9a98b842 Annotate the method correctly
[MAILPOET-2535]
2019-11-20 10:24:39 +00:00
25b2edab8a Fix model create annotations
[MAILPOET-2535]
2019-11-20 10:24:39 +00:00
e3507a334e Use PHPMail as a fallback in WordPressMailer
[MAILPOET-2515]
2019-11-14 10:02:28 +00:00
606f6b24aa Move mailer limit and frequency to where it is needed, make function non-static
[MAILPOET-2515]
2019-11-14 10:02:28 +00:00
15acedc94f Remove static (mis)usages of Mailer::getMailerConfig()
[MAILPOET-2515]
2019-11-14 10:02:28 +00:00
1da56efd32 Use mailer from DI in preview, remove $data['mailer'] param (misused for tests only)
[MAILPOET-2515]
2019-11-14 10:02:28 +00:00
ad9793f511 Use injected settings instead of static fetch
[MAILPOET-2515]
2019-11-14 10:02:28 +00:00
c1b9b279f6 Remove magic mailer initialization
[MAILPOET-2515]
2019-11-14 10:02:28 +00:00
8f029d8308 Remove unneeded non-DI fallbacks
[MAILPOET-2515]
2019-11-14 10:02:28 +00:00
9f594f7666 Add check
[MAILPOET-2282]
2019-11-13 10:44:27 +00:00
22b5981d5c Replace headings placeholders
[MAILPOET-2282]
2019-11-13 10:44:27 +00:00
10d36393f6 Add all email contents and display the selected one
[MAILPOET-2282]
2019-11-13 10:44:27 +00:00
bd5f18af29 Load all headings and display the selected one
[MAILPOET-2282]
2019-11-13 10:44:27 +00:00
9d26d3ef24 Display detailed stats only when premium initialized
[MAILPOET-2506]
2019-11-13 09:13:58 +00:00
wxa
a38d08eb7c Create the WC transactional email only when it's first invoked [MAILPOET-2514] 2019-11-11 16:00:40 +00:00
1d29d3931e Do not JSON-decode template body when being passed to a newsletter
[MAILPOET-2516]
2019-11-11 10:18:45 +00:00
f9e99bb041 Use support tier to display free/premium Helpscout
[MAILPOET-2403]
2019-11-07 09:31:56 +00:00
wxa
68eb3ade6e Customize the WC transactional email template based on WC settings [MAILPOET-2339] 2019-11-06 17:06:07 +00:00
b0ef65a1eb Allow saving forms without name
[MAILPOET-2450]
2019-11-06 16:54:40 +00:00
7a960ff16e Setup basic layout classes for block editor
[MAILPOET-2450]
2019-11-06 16:54:40 +00:00
ac0fd14c7c Add new form editor hello world
[SHOP-2450]
2019-11-06 16:54:40 +00:00
7655a3dd55 Add feature switch for new form editor
[MAILPOET-2450]
2019-11-06 16:54:40 +00:00
d3aecc718d Add temporary fix for race conditions
[MAILPOET-2436]
2019-11-06 16:32:32 +00:00
826ba18e14 Remove old Setting model and test
[MAILPOET-2436]
2019-11-06 16:32:32 +00:00
06708e0065 Remove old Setting model usage from InactiveSubscribersController
[MAILPOET-2436]
2019-11-06 16:32:32 +00:00
e636562185 Remove old Setting model usage from Populator
[MAILPOET-2436]
2019-11-06 16:32:32 +00:00
4907d01b8e Remove old Setting model usage from Newsletters API
[MAILPOET-2436]
2019-11-06 16:32:32 +00:00
4779506f82 Use Doctrine in SettingsController
[MAILPOET-2436]
2019-11-06 16:32:32 +00:00
0d04df570c Add SettingEntity and SettingsRepository
[MAILPOET-2436]
2019-11-06 16:32:32 +00:00
388ced8b53 Remove static behavior from SettingsController
[MAILPOET-2436]
2019-11-06 16:32:32 +00:00
d970dda637 Replace "new SettingsController()" with fetch from DI container
[MAILPOET-2436]
2019-11-06 16:32:32 +00:00
c91cd1255a Eliminate SettingsController creation in Helpscout Beacon
[MAILPOET-2436]
2019-11-06 16:32:32 +00:00
486e39af7c Eliminate SettingsController creation in analytics
[MAILPOET-2436]
2019-11-06 16:32:32 +00:00
456cdacf26 Use constants from SettingsController instead of Setting model
[MAILPOET-2436]
2019-11-06 16:32:32 +00:00
6ebae4edd0 Remove unused constants
[MAILPOET-2436]
2019-11-06 16:32:32 +00:00