Commit Graph

9408 Commits

Author SHA1 Message Date
e4cae403ad Update default form copy
[MAILPOET-2592]
2020-01-09 09:20:33 +01:00
67f9890e24 Update translation
[MAILPOET-2592]
2020-01-09 09:20:33 +01:00
52d014a178 Fix radio default value
[MAILPOET-2592]
2020-01-09 09:20:33 +01:00
f8c2120e6a Disable save button until something changed
[MAILPOET-2592]
2020-01-09 09:20:33 +01:00
34203b3d69 Set default label ''
[MAILPOET-2592]
2020-01-09 09:20:33 +01:00
03e8dd860c Fix font-weight css property value
[MAILPOET-2592]
2020-01-09 09:20:33 +01:00
8914304bff Refactor labels rendering in form block editor
[MAILPOET-2592]
2020-01-09 09:20:33 +01:00
bcb2f1f4d8 Save form after saving custom field
[MAILPOET-2592]
2020-01-09 09:20:33 +01:00
8feb574623 Render date format correctly
[MAILPOET-2592]
2020-01-09 09:20:33 +01:00
796c890060 Add custom css classnames to labels
[MAILPOET-2592]
2020-01-09 09:20:33 +01:00
26bf505553 Move mandatory field up
[MAILPOET-2592]
2020-01-09 09:20:33 +01:00
641d5ac66b Move textarea lines field to correct place
[MAILPOET-2592]
2020-01-09 09:20:33 +01:00
58a48ea36a Change default labels style in form custom CSS
[MAILPOET-2592]
2020-01-09 09:20:33 +01:00
8806e4e8f8 Add sanitization for missing label to mapper
[MAILPOET-2592]
2020-01-09 09:20:33 +01:00
2a70a7cf2f Move checkbox settings to custom field settings
[MAILPOET-2592]
2020-01-09 09:20:33 +01:00
5cde239dc3 Prevent undefined input labels
[MAILPOET-2592]
2020-01-09 09:20:33 +01:00
19abfc25a9 Apply import/export overrides only on import/export pages
[MAILPOET-2482]
2020-01-08 15:36:25 +00:00
bb8f357f38 Apply newsletter editor overrides only on editor page
[MAILPOET-2482]
2020-01-08 15:36:25 +00:00
73ec75ce6f Merge admin.css, importExport.css and newsletterEditor.css into mailpoet-plugin.css
[MAILPOET-2482]
2020-01-08 15:36:25 +00:00
b12e554735 Remove loading of non-existent rtl.css
[MAILPOET-2482]
2020-01-08 15:36:25 +00:00
1bf1d5aab2 Rename adminGlobal.css to mailpoet-admin.css
[MAILPOET-2482]
2020-01-08 15:36:25 +00:00
9e5b7b0320 Rename public.css to mailpoet-public.css
[MAILPOET-2482]
2020-01-08 15:36:25 +00:00
b9a4a56964 Release 3.42.2 2020-01-07 19:35:41 +01:00
bf175e6e3a Add tests
[MAILPOET-2617]
2020-01-07 17:55:23 +00:00
ac3d383209 Hide warning when API key exists but limit missing
[MAILPOET-2617]
2020-01-07 17:55:23 +00:00
9f5a1a0c32 Release 3.42.1 2020-01-07 13:38:44 +01:00
d79dfdf916 Add mb_string constants
[MAILPOET-2603]
2020-01-07 10:05:13 +00:00
7f3b0bb7dc Show warning on the send step
[MAILPOET-2396]
2020-01-07 09:39:28 +00:00
2ca7b8b91f Prefix Carbon namespace
[MAILPOET-2396]
2020-01-07 09:39:28 +00:00
fa961d27b8 Recheck keys and update subscribers limit
[MAILPOET-2396]
2020-01-07 09:39:28 +00:00
55f8626493 Change warning when user hasw an API key
[MAILPOET-2396]
2020-01-07 09:39:28 +00:00
e1de593174 Check API key daily
[MAILPOET-2396]
2020-01-07 09:39:28 +00:00
20eccaad67 Share the $wp property between workers
[MAILPOET-2396]
2020-01-07 09:39:28 +00:00
2a70a4813c Fix Carbon:createFromTimestamp data type
[MAILPOET-2590]
2020-01-06 11:18:02 +00:00
5f408b1351 Update plugin version check for running migration
[MAILPOET-2590]
2020-01-06 11:18:02 +00:00
9c82da7b01 Update last_subscribed_at when user confirms subscription
[MAILPOET-2590]
2020-01-06 11:18:02 +00:00
22f93d0035 Fill last_subscribed_at to all subscribed users who has it set to null
[MAILPOET-2590]
2020-01-06 11:18:02 +00:00
wxa
797192da7c Change list items copy [MAILPOET-2471] 2020-01-03 14:54:10 +01:00
d967b3534c Change pitch after sending
[MAILPOET-2471]
2020-01-03 14:54:10 +01:00
162b747564 Remove WC item
[MAILPOET-2471]
2020-01-03 14:54:10 +01:00
wxa
ee4246eaf0 Ignore errors after fetching models with ORM and a few misc errors [MAILPOET-2488] 2019-12-30 14:51:22 +01:00
wxa
cde877122a Fix various undefined variables and argument types [MAILPOET-2488] 2019-12-30 14:51:22 +01:00
wxa
17b578a09f Fix undefined classes and functions [MAILPOET-2488] 2019-12-30 14:51:22 +01:00
wxa
09a1411c81 Fix types with annotations [MAILPOET-2488] 2019-12-30 14:51:22 +01:00
wxa
bd1a84c5c3 Fix types by casting [MAILPOET-2488] 2019-12-30 14:51:22 +01:00
wxa
c493a43c35 Fix SendingTask creation from queue [MAILPOET-2488] 2019-12-30 14:51:22 +01:00
wxa
6ed3915b1a Use a wrapped function for current_time [MAILPOET-2488] 2019-12-30 14:51:22 +01:00
wxa
176aba69fe Specify types for mocks [MAILPOET-2488] 2019-12-30 14:51:22 +01:00
wxa
dec7bc24a5 Fix undefined properties in models [MAILPOET-2488] 2019-12-30 14:51:22 +01:00
wxa
7285a4a075 Fix extra arguments in method calls [MAILPOET-2488] 2019-12-30 14:51:22 +01:00