|
94784cfd8a
|
Add submit button styles support to block styles renderer
[MAILPOET-2604]
|
2020-03-29 10:47:09 +02:00 |
|
|
2c69d07109
|
Render block styles for submit button block
[MAILPOET-2604]
|
2020-03-29 10:47:09 +02:00 |
|
|
172241e650
|
Rename TextInputStyleRenderer to BlockStyleRenderer
[MAILPOET-2604]
|
2020-03-29 10:47:09 +02:00 |
|
|
9abb98fe15
|
Render selected button styles in form editor
[MAILPOET-2604]
|
2020-03-29 10:47:09 +02:00 |
|
|
d36c63fff7
|
Add other button style settings to panel
[MAILPOET-2604]
|
2020-03-29 10:47:09 +02:00 |
|
|
bed6bf657e
|
Use font size setting in form styles settings
[MAILPOET-2604]
|
2020-03-29 10:47:09 +02:00 |
|
|
40570f17d0
|
Add font size settings component
[MAILPOET-2604]
|
2020-03-29 10:47:09 +02:00 |
|
|
48e4f2b430
|
Use color setting component in form and input settings
[MAILPOET-2604]
|
2020-03-29 10:47:09 +02:00 |
|
|
b87ced1eb6
|
Add color setting component
[MAILPOET-2604]
|
2020-03-29 10:47:09 +02:00 |
|
|
48bd3aed4a
|
Add style settings to button inspector control and store them
[MAILPOET-2604]
|
2020-03-29 10:47:09 +02:00 |
|
|
afd626e5bb
|
Add component for basic button style settings
[MAILPOET-2604]
|
2020-03-29 10:47:09 +02:00 |
|
|
73563ca9dd
|
Add missing proptypes to input style settings
[MAILPOET-2604]
|
2020-03-29 10:47:09 +02:00 |
|
|
2edfac771f
|
Set default label
[MAILPOET-2677]
|
2020-03-25 20:44:26 +01:00 |
|
|
2267912927
|
Avoid rerendering SegmentsSelect
[MAILPOET-2677]
|
2020-03-25 20:44:26 +01:00 |
|
|
15c34c9937
|
Fix radio input onChange event
[MAILPOET-2677]
|
2020-03-25 20:44:26 +01:00 |
|
|
88b12dc1cc
|
Focus settings menu item
[MAILPOET-2677]
|
2020-03-25 20:44:26 +01:00 |
|
|
c1c845ab8d
|
Rewrite t to be called as a normal function
[MAILPOET-2677]
|
2020-03-25 20:44:26 +01:00 |
|
|
d1968dfe50
|
Fix acceptance tests
[MAILPOET-2677]
|
2020-03-25 20:44:26 +01:00 |
|
|
3194d93a07
|
Redirect basics tab to new settings
[MAILPOET-2677]
|
2020-03-25 20:44:26 +01:00 |
|
|
dc0fc44194
|
Move utility functions to common functions
[MAILPOET-2677]
|
2020-03-25 20:44:26 +01:00 |
|
|
50ca3b7310
|
Move constants to MailPoet
[MAILPOET-2677]
|
2020-03-25 20:44:26 +01:00 |
|
|
ae3380ced3
|
Fix isMssActive selector
[MAILPOET-2677]
|
2020-03-25 20:44:26 +01:00 |
|
|
cd9fd66c15
|
Redirect to new Basics page by default
[MAILPOET-2677]
|
2020-03-25 20:44:26 +01:00 |
|
|
3af7601ab6
|
Add email addresses validation
[MAILPOET-2677]
|
2020-03-25 20:44:26 +01:00 |
|
|
adf8cc31e6
|
Show loading animation while saving
[MAILPOET-2677]
|
2020-03-25 20:44:26 +01:00 |
|
|
70a104a0f8
|
Use the new settings page
[MAILPOET-2677]
|
2020-03-25 20:44:26 +01:00 |
|
|
30d9a9c108
|
Add GDPR guide
[MAILPOET-2677]
|
2020-03-25 20:44:26 +01:00 |
|
|
3bed3562a1
|
Add shortcodes
[MAILPOET-2677]
|
2020-03-25 20:44:26 +01:00 |
|
|
918fb4bd87
|
Scroll to the top after saving
[MAILPOET-2677]
|
2020-03-25 20:44:26 +01:00 |
|
|
4ea653b81f
|
Add new subscriber notifications
[MAILPOET-2677]
|
2020-03-25 20:44:26 +01:00 |
|
|
10a3ce4b98
|
Add stats notifications
[MAILPOET-2677]
|
2020-03-25 20:44:26 +01:00 |
|
|
afebf3b22b
|
Add form error flag to state
[MAILPOET-2677]
|
2020-03-25 20:44:26 +01:00 |
|
|
b6f61a33eb
|
Add Unsubscribe page
[MAILPOET-2677]
|
2020-03-25 20:44:26 +01:00 |
|
|
6026327b1f
|
Add Manage subscription page
[MAILPOET-2677]
|
2020-03-25 20:44:26 +01:00 |
|
|
48c6fcce37
|
Add segments to the state
[MAILPOET-2677]
|
2020-03-25 20:44:26 +01:00 |
|
|
57e881dff5
|
Add subscribe in comments and registration
[MAILPOET-2677]
|
2020-03-25 20:44:26 +01:00 |
|
|
ecffd118af
|
Add utils functions
[MAILPOET-2677]
|
2020-03-25 20:44:26 +01:00 |
|
|
6cdb029465
|
Make useSetting return value and setter
[MAILPOET-2677]
|
2020-03-25 20:44:26 +01:00 |
|
|
f8d88c70a4
|
Add DefaultSender fields
I could not reuse DefaultSender component from old settings
because it doesn't use the Redux store.
[MAILPOET-2677]
|
2020-03-25 20:44:26 +01:00 |
|
|
e5ff076e78
|
Fix save and track saved settings
[MAILPOET-2677]
|
2020-03-25 20:44:26 +01:00 |
|
|
c4d53df406
|
Add common CSS and components
[MAILPOET-2677]
|
2020-03-25 20:44:26 +01:00 |
|
|
f98229372e
|
Move duplicit code into ServicesChecker
[MAILPOET-2729]
|
2020-03-24 19:55:36 +01:00 |
|
|
6c10594a9b
|
Add acceptance test for unapproved key notices
[MAILPOET-2729]
|
2020-03-24 19:55:36 +01:00 |
|
|
7d352062ba
|
Display unapproved key notice for sending step, disable send buttons
[MAILPOET-2729]
|
2020-03-24 19:55:36 +01:00 |
|
|
5160498c22
|
Display unapproved key notice for 'Send preview'
[MAILPOET-2729]
|
2020-03-24 19:55:36 +01:00 |
|
|
2b1444dd53
|
Require that subscriber received a newsletter only for non-preview links
[MAILPOET-2761]
|
2020-03-24 18:37:03 +01:00 |
|
|
31fc05dbfd
|
Updated variable name
Updated $getsubscriber to $get_subscriber for coding compliance and to ensure that $subscriber array isn't overwritten.
|
2020-03-24 14:12:49 +01:00 |
|
|
ab44227c11
|
Update UsageExamples.md
Changed variable name of $subscriber to $getsubscriber, so the subscriber array isn't overwritten.
|
2020-03-24 14:12:49 +01:00 |
|
|
6501fdb526
|
Release 3.46.6
|
2020-03-24 11:05:32 +01:00 |
|
|
ea6f9bb76a
|
Fix tests
[MAILPOET-2614]
|
2020-03-23 18:30:26 +01:00 |
|