1a0796c627
Add clean up action after domain is verified
...
MAILPOET-4302
2022-08-11 12:36:23 +02:00
847d199352
Implement the Manage Sender Domain component and
...
The AuthorizeSenderDomainModal
MAILPOET-4302
2022-08-11 12:36:23 +02:00
5c3a9fe9b2
Add API methods for creating and verifying sender domains
...
We also included an API method for fetching Sender Domains
MAILPOET-4302
2022-08-11 12:36:23 +02:00
aba68d2305
Add mailpoet_all_sender_domains to Newsletter and settings
...
MAILPOET-4302
2022-08-11 12:36:23 +02:00
9e5f1d0ff0
Implement Show sender domain warning for settings
...
This would show the sender domain warning message for
domains that are not verified and have a Retricted DMARC Policy
MAILPOET-4302
2022-08-11 12:36:23 +02:00
370de8050a
Add mailpoet_verified_sender_domains to newsletters and settings page
...
Update tests
MAILPOET-4302
2022-08-11 12:36:23 +02:00
c961e0a363
Add AuthorizedSenderDomainController class and tests
...
MAILPOET-4302
2022-08-11 12:36:23 +02:00
601b3e775b
Add DMARC Policy Checker class and
...
getDomainDmarcPolicy method
MAILPOET-4302
2022-08-11 12:36:23 +02:00
417c0897e8
Add API methods for fetching, creating and verifying
...
sender domain
MAILPOET-4302
2022-08-11 12:36:23 +02:00
02af3d6c2e
Update sed command for fixing code sniffer to be Mac OS compatible
...
[MAILPOET-4560]
2022-08-11 12:30:33 +02:00
42dce4280a
Use correct error code and translator comment
...
[MAILPOET-4430]
2022-08-10 16:57:25 +02:00
0d1b51c7ba
Query a workflow in a specific version in the StepHandler
...
The StepHandler must run a specific version of a workflow. Therefore, we need to
query this specific Workflow.
[MAILPOET-4430]
2022-08-10 16:57:25 +02:00
9f2ae81835
Remove outdated $change variable
...
The usage of $change was a leftover from a rebase which was
necessary.
[MAILPOET-4430]
2022-08-10 16:57:25 +02:00
293c1f4a46
Fix use statements in test
...
[MAILPOET-4430]
2022-08-10 16:57:25 +02:00
ee54440c03
Fix intendation for SQL strings
...
[MAILPOET-4430]
2022-08-10 16:57:25 +02:00
ea07bbe9fa
Use INNER JOIN to combine workflows with their versions
...
[MAILPOET-4430]
2022-08-10 16:57:25 +02:00
f7722e4349
Rename workflowHeaderData method
...
[MAILPOET-4430]
2022-08-10 16:57:25 +02:00
7a0a6413d5
Update updatedAt when values are changed
...
[MAILPOET-4430]
2022-08-10 16:57:25 +02:00
457d361ee9
Introduce Workflow::equals() and move decision to update a record to storage
...
[MAILPOET-4430]
2022-08-10 16:57:25 +02:00
3885194b48
Add created and updated columns to versions table
...
[MAILPOET-4430]
2022-08-10 16:57:25 +02:00
7f78c387cf
Test WorkflowStorage
...
[MAILPOET-4430]
2022-08-10 16:57:25 +02:00
7e9149f2aa
Query workflow by version in StepRunner
...
[MAILPOET-4430]
2022-08-10 16:57:25 +02:00
02489a61a6
Add version_id to WorkflowRun
...
[MAILPOET-4430]
2022-08-10 16:57:25 +02:00
456417a467
Add version_id to Workflows
...
[MAILPOET-4430]
2022-08-10 16:57:25 +02:00
964f3ca69d
Separate workflow versionable data into workflow_version table
...
[MAILPOET-4430]
2022-08-10 16:57:25 +02:00
c7f10a18c4
Update database entry only when an actual change happend
...
[MAILPOET-4430]
2022-08-10 16:57:25 +02:00
8432cfa904
Fix issue with recursion ending up breaking watch:js command
...
[MAILPOET-4522]
2022-08-09 17:11:53 +02:00
50d77741b7
Break compilation when compile:js hits a warning
...
[MAILPOET-4507]
2022-08-09 17:11:53 +02:00
4814e0a8e8
Prioritize main over module for @woocommerce/components
...
Webpack was prioritizing module over main for
@woocommerce/components which was problematic
[MAILPOET-4507]
2022-08-09 17:11:53 +02:00
d102556d28
Disable layout configuration
...
[MAILPOET-4301]
2022-08-09 17:11:53 +02:00
839265663e
Unify color panel design
...
[MAILPOET-4301]
2022-08-09 17:11:53 +02:00
5148e2dca7
Fix sidebar's family-font select
...
[MAILPOET-4301]
2022-08-09 17:11:53 +02:00
5214a25a6f
Remove old color component usage
...
[MAILPOET-4301]
2022-08-09 17:11:53 +02:00
08f62f4590
Use newer Gutenberg component for settings colors
...
[MAILPOET-4301]
2022-08-09 17:11:53 +02:00
6791375807
Remove ColorSettings component
...
[MAILPOET-4301]
2022-08-09 17:11:53 +02:00
9bbdc160ea
Fix family-font select design in popover
...
[MAILPOET-4301]
2022-08-09 17:11:53 +02:00
c37173a30e
Fix compatibility to allow compilation
...
[MAILPOET-4301]
2022-08-09 17:11:53 +02:00
2ae02db229
Update @types/wordpress__* packages
...
[MAILPOET-4301]
2022-08-09 17:11:53 +02:00
641a1cda47
Update @wordpress packages
...
[MAILPOET-4301]
2022-08-09 17:11:53 +02:00
7fde0b6bdc
Remove unnecessary usage of WPFunctions from SubscribersListingRepository
...
We agreed that we can use WP translation functions directly.
This one was probably some leftover which remained in the file after merging branches.
The file was missing use statement so this was causing an error.
[MAILPOET-4551]
2022-08-09 14:39:31 +02:00
54a721b751
Stub for _x() function
...
[MAILPOET-4524]
2022-08-09 13:23:16 +02:00
402cf63e6b
Make I18N sniff compatbile with PHP8.1+
...
This is a hacky workaround to enable us to use the translation sniffs in a PHP 8 environment. We can get rid of
it, once the coding standards are compatible.
[MAILPOET-4524]
2022-08-09 13:23:16 +02:00
45b344727c
Allow 'mailpoet-premium' text-domain
...
[MAILPOET-4524]
2022-08-09 13:23:16 +02:00
41a99f15f6
Allow for 'woocommerce' text-domain
...
[MAILPOET-4524]
2022-08-09 13:23:16 +02:00
97e160bf67
Fix WordPress.WP.I18n.MissingArgDomain
...
[MAILPOET-4524]
2022-08-09 13:23:16 +02:00
76048224d1
Fix WordPress.WP.I18n.NonSingularStringLiteralText errors
...
[MAILPOET-4524]
2022-08-09 13:23:16 +02:00
218de96024
Fix WordPress.WP.I18n.MissingTranslatorsComment errors
...
[MAILPOET-4524]
2022-08-09 13:23:16 +02:00
b05e6d414c
Remove WP\Functions::__ and other translate functions
...
Under the new sniffer rules, those functions produce errors and, when those methods
are used, the sniffer can not properly be applied.
[MAILPOET-4524]
2022-08-09 13:23:16 +02:00
0b2b211b08
Add WP.I18n sniffs to our ruleset
...
[MAILPOET-4524]
2022-08-09 13:23:16 +02:00
5d1f49b1bd
Fix CSS code style
...
[MAILPOET-4515]
2022-08-09 13:20:53 +02:00