Commit Graph

10452 Commits

Author SHA1 Message Date
03e2ef5a83 When pending approval check MSS key state every hour
[MAILPOET-2806]
2020-04-13 12:27:57 +02:00
3ce4496c94 Add test for resume sending on key approval
[MAILPOET-2806]
2020-04-13 12:27:57 +02:00
57c6d1e37d Add test for pending approval notice
[MAILPOET-2806]
2020-04-13 12:27:57 +02:00
6280be5d17 Fix test to test FROM address modal correctly
[MAILPOET-2806]
2020-04-13 12:27:57 +02:00
9ad32a6ff4 Pause sending when pending approval, resume when not anymore
[MAILPOET-2806]
2020-04-13 12:27:57 +02:00
984d4e5764 Add pending approval message
[MAILPOET-2806]
2020-04-13 12:27:57 +02:00
0638fea964 Display FROM address modal also after activating MSS-only
[MAILPOET-2806]
2020-04-13 12:27:57 +02:00
891c6c9aa7 Set all settings to store when returned from server on save
[MAILPOET-2806]
2020-04-13 12:27:57 +02:00
0e40b820e5 Compute state of address modal reactively (fix edge case on first input)
[MAILPOET-2806]
2020-04-13 12:27:57 +02:00
c01d87bfac Set all settings to store when returned from server on MSS activation
[MAILPOET-2806]
2020-04-13 12:27:57 +02:00
37feeecd3f Fix incorrect initial key state when no key set
[MAILPOET-2806]
2020-04-13 12:27:57 +02:00
f8fea21955 Fix custom checkbox creation
[MAILPOET-2796]
2020-04-10 13:33:36 +02:00
6d34b6a1a2 Optimise listings query
[MAILPOET-2842]
2020-04-09 10:47:06 +02:00
9701f46a77 Render segment names in form using actual segment names
[MAILPOET-2801]
2020-04-09 10:09:57 +02:00
936a75c277 Remove names from stored segment block values
[MAILPOET-2801]
2020-04-09 10:09:57 +02:00
76e6d4d296 Use up to date names in form editor segments block
[MAILPOET-2801]
2020-04-09 10:09:57 +02:00
47a9586aa7 Use javascript notice
[MAILPOET-2643]
2020-04-08 16:50:44 +02:00
f6c602d474 Display notice only on specified listings pages
[MAILPOET-2643]
2020-04-08 16:50:44 +02:00
a8ebd88294 Update CTA button
[MAILPOET-2643]
2020-04-08 16:50:44 +02:00
319b7afd05 Replace the stopped sending notice
[MAILPOET-2643]
2020-04-08 16:50:44 +02:00
97b76031b5 Remove screen paused sending
[MAILPOET-2643]
2020-04-08 16:50:44 +02:00
1a0745337d Properly handle nullable newsletter in response builder
[MAILPOET-2818]
2020-04-08 15:06:07 +02:00
bbde4b1c1c Mark all toOne associations in Stats Notification nullable
[MAILPOET-2818]
2020-04-08 15:06:07 +02:00
5b457a1693 Mark all toOne associations in WooCommerce Purchase nullable
[MAILPOET-2818]
2020-04-08 15:06:07 +02:00
b654b071b0 Mark newsletter in statistics click nullable
[MAILPOET-2818]
2020-04-08 15:06:07 +02:00
66d4a5caac Mark newsletter in sending queue nullable
[MAILPOET-2818]
2020-04-08 15:06:07 +02:00
98bc18c8de Mark newsletter in newsletter option nullable
[MAILPOET-2818]
2020-04-08 15:06:07 +02:00
edddaa789b Handle nullable task on sending queue
[MAILPOET-2818]
2020-04-08 15:06:07 +02:00
63a2bed8bf Apply safe to load association trait to all toOne associations
[MAILPOET-2818]
2020-04-08 15:06:07 +02:00
217b9194db Unify name fields in form to be non-mandatory as default
[MAILPOET-2827]
2020-04-08 13:00:29 +02:00
201c1c7656 Allow saving form also when list selection with lists is present
[MAILPOET-2828]
2020-04-08 12:43:38 +02:00
bef9267593 Rename Custom text or HTML block to Custom HTML
[MAILPOET-2750]
2020-04-08 12:04:47 +02:00
b465e5205d Add srcset attribute rendering to image block renderer
Srcset is not rendered automatically when image is added in the content hook.
[MAILPOET-2750]
2020-04-08 12:04:47 +02:00
eacc426639 Add support for image links autocomplete
[MAILPOET-2750]
2020-04-08 12:04:47 +02:00
63d6d463cb Add support for image block link
[MAILPOET-2750]
2020-04-08 12:04:47 +02:00
7a604fa10e Render image block on front end
[MAILPOET-2750]
2020-04-08 12:04:47 +02:00
868a1aaaa6 Remove unwanted code fragment from form template
[MAILPOET-2750]
2020-04-08 12:04:47 +02:00
072804a412 Add loading image blocks from server
[MAILPOET-2750]
2020-04-08 12:04:47 +02:00
3616f55df9 Add saving of form image blocks to server
[MAILPOET-2750]
2020-04-08 12:04:47 +02:00
2ab64f3b2b Enable media upload/library for users with rights
[MAILPOET-2750]
2020-04-08 12:04:47 +02:00
0b69c29d05 Add hook for media upload component
[MAILPOET-2750]
2020-04-08 12:04:47 +02:00
b278c48463 Add @wordpress/media-utils to JS dependencies
[MAILPOET-2750]
2020-04-08 12:04:47 +02:00
d79ea39e32 Add WP Api initialization to form editor bootstrap
[MAILPOET-2750]
2020-04-08 12:04:47 +02:00
40b701d9fd Add @wordpress/api-fetch package to JS dependencies
[MAILPOET-2750]
2020-04-08 12:04:47 +02:00
c34eddd3be Initialize form editor after dom is loaded
We need window.wpApiSettings which is initialized by WordPress in page footer.
[MAILPOET-2750]
2020-04-08 12:04:47 +02:00
f01643b50f Enqueue Wordpress media library assets on form editor page
[MAILPOET-2750]
2020-04-08 12:04:47 +02:00
498ef0d8d9 Add @wordpress/core-data to JS dependencies
[MAILPOET-2750]
2020-04-08 12:04:47 +02:00
95ea2600b9 Register image block to form editor
[MAILPOET-2750]
2020-04-08 12:04:47 +02:00
e01c7f0b04 Fix CSS spacing 2020-04-08 09:40:19 +02:00
e912e30614 Make filenames consistent with other files 2020-04-08 09:40:19 +02:00