df7b961768
Fix 1px line rendering bug in Outlook 2016
...
[MAILPOET-3448]
2021-05-26 09:34:58 +02:00
13734f3e4e
Use a filter for form display
...
[MAILPOET-3385]
2021-05-24 12:44:12 +02:00
47eb085d2a
Add backend mapping and validation for customer country segment
...
[MAILPOET-3226]
2021-05-11 14:25:16 +02:00
ddf80dc1f4
Add a unit test
...
[MAILPOET-3222]
2021-05-03 14:31:23 +02:00
d45fc34a4f
Add clicked any action support to segment filter data mapper
...
[MAILPOET-3223]
2021-04-29 16:33:05 +02:00
cccafb1481
Update segments API data mapper to support subscriptions segments
...
[MAILPOET-3471]
2021-04-20 15:51:09 +02:00
4f3738b0b1
Implement new WooCommerce dynamic segment based on the number of orders
...
[MAILPOET-3228]
2021-04-20 08:42:21 +02:00
0153e63db0
Add invalid paths tests
...
[MAILPOET-3224]
2021-04-19 16:57:50 +02:00
deb6b9315e
Add new segment to data mapper
...
[MAILPOET-3224]
2021-04-19 16:57:50 +02:00
65c9bad64c
Fix pre-selecting date value
...
[MAILPOET-3470]
2021-04-15 15:47:57 +02:00
02e1ce7e4d
Remove getFields method from FormEntity
...
[MAILPOET-3032]
2021-04-12 14:26:36 +02:00
030bd8c1c8
Fix PHPStan parameter type error introduced after update to version 0.12.83
...
This commit fixes the following PHPStan errors introduced after the update to version 0.12.83:
```
------ ----------------------------------------------------------------------
Line lib/Newsletter/Renderer/Blocks/Footer.php
------ ----------------------------------------------------------------------
18 Parameter #1 $html of method MailPoet\Util\pQuery\pQuery::parseStr()
expects string, array|string|null given.
------ ----------------------------------------------------------------------
------ ----------------------------------------------------------------------
Line lib/Newsletter/Renderer/Blocks/Header.php
------ ----------------------------------------------------------------------
18 Parameter #1 $html of method MailPoet\Util\pQuery\pQuery::parseStr()
expects string, array|string|null given.
------ ----------------------------------------------------------------------
```
[MAILPOET-3491]
2021-04-12 08:55:14 +02:00
933ef5e5c8
Add unit test on formatting value in SubscriberCustomFieldEntityTest
...
[MAILPOET-3031]
2021-03-29 15:22:53 +02:00
42adfa784a
Remove old dynamic segments code
...
[MAILPOET-3484]
2021-03-29 14:31:44 +02:00
deb4d7833d
Fix text align
...
[MAILPOET-3473]
2021-03-15 09:54:46 +01:00
1b74c3e195
Improve email action filter api data validation
...
[MAILPOET-3177]
2021-03-10 15:20:32 +01:00
64b078c7be
Add dynamic segments filter data mapper
...
[MAILPOET-3177]
2021-03-10 15:20:32 +01:00
c1aef842d2
Fix rendering issues in form blocks
...
[MAILPOET-3415]
2021-02-15 13:30:08 +01:00
922c52f7df
Remove phpstan errors from the rest of the tests
...
[MAILPOET-3235]
2021-01-18 14:39:42 +01:00
86add53c30
Always count WP user list towards the limit
...
[MAILPOET-3143]
2021-01-11 14:55:44 +01:00
af574f7e1b
Refactor getting segments from form body to form entity
...
[MAILPOET-3297]
2021-01-04 11:32:28 +01:00
74e0fc6b52
Add getBlocksByType to Form entity
...
[MAILPOET-3297]
2021-01-04 11:32:28 +01:00
06dca19738
Add magic getters for backward compatibility
...
[MAILPOET-3333]
2020-12-03 14:11:53 +01:00
79fb1122ec
Fix displaying of forms with detailed placement configuration
...
[MAILPOET-3300]
2020-11-17 13:42:27 +01:00
76bb139019
Fix phpstan issues found in integration tests
...
[MAILPOET-3029]
2020-11-09 11:04:32 +01:00
137245eede
Fix unit tests to work with updated codeception/verify
...
[MAILPOET-3203]
2020-10-20 13:18:43 +02:00
ba26e91f82
Update phpstan config for tests and fix errors in tests
...
[MAILPOET-3146]
2020-10-08 15:59:05 +02:00
0dffed35e9
Extract ALC and ACC block classes out of block renderer [MAILPOET-2979]
2020-10-07 11:48:50 +02:00
6c5a3f32cf
Automatically apply line-height when font-size is set in form editor
...
[MAILPOET-3190]
2020-10-05 17:24:33 +02:00
d026517ed9
Refactor search string escaping to a helper function
...
[MAILPOET-3077]
2020-09-28 14:26:53 +02:00
55a895f2c4
Display form on product pages
...
[MAILPOET-3210]
2020-09-17 13:41:31 +02:00
3f65aaee8d
Display on tags/categories
...
[MAILPOET-3120]
2020-09-17 13:41:31 +02:00
5a864f4f42
Display form for selected pages
...
[MAILPOET-3120]
2020-09-17 13:41:31 +02:00
eb5ae12cd7
Display form for selected posts
...
[MAILPOET-3120]
2020-09-17 13:41:31 +02:00
2256c54f0c
Make the code more compact
...
[MAILPOET-3120]
2020-09-17 13:41:31 +02:00
b818e2755a
Staticize emojis in form templates
...
[MAILPOET-3076]
2020-09-14 14:22:11 +02:00
01057c7ff1
Add assets url factory method to form template
...
[MAILPOET-3076]
2020-09-14 14:22:11 +02:00
0f0472975d
Refactor default form custom css to constant
...
[MAILPOET-3076]
2020-09-14 14:22:11 +02:00
401b780dce
Use refactored in form displaying
...
[MAILPOET-3072]
2020-09-02 13:17:44 +02:00
1c1d9d7037
Set input inline border radius as !important
...
We need to override Shapely theme's !important rule
[MAILPOET-2810]
2020-08-12 17:49:55 +02:00
d720832f97
Set automatic height for inputs if form is using custom font size
...
[MAILPOET-2810]
2020-08-12 17:49:55 +02:00
79c70c8341
Rename form template parent class
...
[MAILPOET-2810]
2020-08-12 17:49:55 +02:00
7087bd3b3c
Refactor form templates repository to return templates objects
...
[MAILPOET-2810]
2020-08-12 17:49:55 +02:00
9155b8d95a
Refactor default form success message detection to form factory
...
[MAILPOET-2810]
2020-08-12 17:49:55 +02:00
4766f0a5e6
Only display form if the type is enabled
...
[MAILPOET-3075]
2020-08-12 16:35:28 +02:00
c66eae74cd
Enforce heading font size in mobile forms
...
[MAILPOET-3024]
2020-07-08 12:19:12 +02:00
a6b8330968
Hide spacers and limit dividers height in form on mobile
...
[MAILPOET-3024]
2020-07-08 12:19:12 +02:00
c6873c5d75
Refactor form background style to allow multiple backgrounds
...
[MAILPOET-3005]
2020-07-07 09:18:31 +02:00
56be474bb1
Render form gradient on front end
...
[MAILPOET-3005]
2020-07-07 09:18:31 +02:00
12dff2c34d
Render submit button gradient on front end
...
[MAILPOET-3005]
2020-07-07 09:18:31 +02:00