Pavel Dohnal
bc8c43b0f8
Refactor form into two separate files
...
[MAILPOET-3231]
2021-06-02 11:02:05 +02:00
Ján Mikláš
ecf149d4f3
Release 3.62.1
2021-06-02 10:10:41 +02:00
Pavel Dohnal
7857b95fde
Add a comment about unsupported blocks
...
[MAILPOET-3437]
2021-06-01 10:02:30 +02:00
Pavel Dohnal
ffc903a25e
Add a fallback block to newsletter editor
...
[MAILPOET-3437]
2021-06-01 10:02:30 +02:00
Pavel Dohnal
4bbcf47eec
Remove a unneeded line
...
[MAILPOET-3267]
2021-05-31 13:32:10 +02:00
Pavel Dohnal
917de80268
Refactor repository to a property
...
[MAILPOET-3267]
2021-05-31 13:32:10 +02:00
Pavel Dohnal
70b2b3c40e
Remove unused code
...
[MAILPOET-3267]
2021-05-31 13:32:10 +02:00
Pavel Dohnal
a160024c47
Remove the depreated methods
...
[MAILPOET-3267]
2021-05-31 13:32:10 +02:00
Pavel Dohnal
7426479631
Remove usage of deprecated method
...
[MAILPOET-3267]
2021-05-31 13:32:10 +02:00
Pavel Dohnal
6ad686588d
Mark old methods as deprecated
...
[MAILPOET-3267]
2021-05-31 13:32:10 +02:00
Pavel Dohnal
9e44ee74a6
Create a doctrine version for isSubscriberProcessed
...
[MAILPOET-3267]
2021-05-31 13:32:10 +02:00
Jan Lysý
0e83fb1dbd
Use images with logo from CDN in email templates
...
[MAILPOET-3640]
2021-05-31 11:42:55 +02:00
Jan Lysý
77a340c158
Add images with logo to repository
...
[MAILPOET-3640]
2021-05-31 11:42:55 +02:00
Jan Lysý
171b454073
Use math division from sass
...
[MAILPOET-3634]
2021-05-26 15:25:53 +02:00
Jan Lysý
8d716a0ec8
Add replacing invalid CSS from form-editor to postinstall script
...
[MAILPOET-3634]
2021-05-26 15:25:53 +02:00
Jan Lysý
c667a26bae
Migrate from node-sass to sass
...
[MAILPOET-3634]
2021-05-26 15:25:53 +02:00
dependabot[bot]
e2d665fbfb
Bump browserslist from 4.14.2 to 4.16.5
...
Bumps [browserslist](https://github.com/browserslist/browserslist ) from 4.14.2 to 4.16.5.
- [Release notes](https://github.com/browserslist/browserslist/releases )
- [Changelog](https://github.com/browserslist/browserslist/blob/main/CHANGELOG.md )
- [Commits](https://github.com/browserslist/browserslist/compare/4.14.2...4.16.5 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-05-26 14:35:40 +02:00
Rostislav Wolny
996b0202ea
Add curl error logging for MSS messages api calls
...
[MAILPOET-3621]
2021-05-26 14:18:33 +02:00
Pavel Dohnal
df7b961768
Fix 1px line rendering bug in Outlook 2016
...
[MAILPOET-3448]
2021-05-26 09:34:58 +02:00
Jan Lysý
95fc533649
Fix getting automated content for type media
...
[MAILPOET-3542]
2021-05-25 17:59:08 +02:00
Tautvidas Sipavicius
bc2f6f2e02
Remove changelog entry, as we only added a hook for Divi team to fix the
...
issue, and they need to release the fix on their end
2021-05-25 12:43:47 +03:00
Tautvidas Sipavicius
47724f2550
Release 3.62.0
2021-05-25 12:43:47 +03:00
Jan Lysý
872f033220
Fix warnings on the newsletter editor page
...
[MAILPOET-3615]
2021-05-24 15:18:00 +02:00
Jan Lysý
7d00568dc8
Add comment with units
...
[MAILPOET-3537]
2021-05-24 14:59:40 +02:00
Jan Lysý
c7e4fa32b0
Rename method in initializer
...
[MAILPOET-3537]
2021-05-24 14:59:40 +02:00
Jan Lysý
a0a0313c46
Use WP transient for lock running migrations
...
[MAILPOET-3537]
2021-05-24 14:59:40 +02:00
Pavel Dohnal
86e89f7fc1
Add a port test
...
[MAILPOET-3580]
2021-05-24 13:23:41 +02:00
Pavel Dohnal
ea1a946a7b
Use WP connection db port if missing in config
...
[MAILPOET-3580]
2021-05-24 13:23:41 +02:00
Pavel Dohnal
13734f3e4e
Use a filter for form display
...
[MAILPOET-3385]
2021-05-24 12:44:12 +02:00
Pavel Dohnal
624233d283
Add nullish coallesing operator plugin for babel
...
Without it the ?? operator wouldn't be compiled
[MAILPOET-3622]
2021-05-24 11:27:59 +02:00
Pavel Dohnal
7c887e6a60
Use wordpress browsers list
...
[MAILPOET-3622]
2021-05-24 11:27:59 +02:00
dependabot[bot]
2a09351ebd
Bump wp-cli/wp-cli from 2.4.1 to 2.5.0
...
Bumps wp-cli/wp-cli from 2.4.1 to 2.5.0.
Signed-off-by: dependabot[bot] <support@github.com >
2021-05-24 11:11:07 +02:00
Pavel Dohnal
a43feab256
Fix the post block in the latest Gutenberg
...
In the latest Gutenberg right after fetch the data
are sanitised using __experimentalSanitizeBlockAttributes
that is trying to get block from teh store
but our block was not registered in the store.
[MAILPOET-3609]
2021-05-24 10:45:21 +02:00
Jan Lysý
050688e155
Schedule segments recalculation every day
...
[MAILPOET-3633]
2021-05-24 09:56:38 +02:00
Jan Lysý
993ba6ec3f
Remove recalculation segment's score from tracking
...
[MAILPOET-3633]
2021-05-24 09:56:38 +02:00
Jan Lysý
69ddfb2e96
Remove unnecessary query for calculation segment score
...
[MAILPOET-3633]
2021-05-24 09:56:38 +02:00
Jan Lysý
55b4051e3f
Add reset in progress state for sending queue tasks
...
[MAILPOET-3608]
2021-05-19 17:59:07 +02:00
Jan Lysý
6c54c5900c
Add check if sending queue is in progress
...
[MAILPOET-3608]
2021-05-19 17:59:07 +02:00
Pavel Dohnal
74dfdd1e4b
Add a filter for registration form customisation
...
[MAILPOET-3616]
2021-05-19 14:36:36 +02:00
Pavel Dohnal
d9ec70dfe6
Refactor form api test to doctrine
...
[MAILPOET-3037]
2021-05-19 11:00:18 +02:00
Pavel Dohnal
ad40585da4
Refactor form save to doctrine
...
[MAILPOET-3037]
2021-05-19 11:00:18 +02:00
Pavel Dohnal
bf1598cb4e
Refactor code
...
[MAILPOET-3037]
2021-05-19 11:00:18 +02:00
Pavel Dohnal
d89512932f
Use Doctrine in Form create
...
[MAILPOET-3037]
2021-05-19 11:00:18 +02:00
Pavel Dohnal
61d73c1b6c
Remove unused method
...
[MAILPOET-3037]
2021-05-19 11:00:18 +02:00
Pavel Dohnal
480f911a30
Fix subscribed date segment
...
[MAILPOET-3220]
2021-05-19 10:07:25 +02:00
Pavel Dohnal
992d8159b5
Fix setting date_type
...
[MAILPOET-3220]
2021-05-19 10:07:25 +02:00
Pavel Dohnal
33ced0d9a1
Fix checkbox field
...
[MAILPOET-3220]
2021-05-19 10:07:25 +02:00
Pavel Dohnal
9c29bd945d
Make the data in test stable
...
[MAILPOET-3220]
2021-05-19 10:07:25 +02:00
Pavel Dohnal
3b45644d41
Use a different datepicker for year month
...
[MAILPOET-3220]
2021-05-19 10:07:25 +02:00
Pavel Dohnal
ede9f3d995
Use snake case for data that are transfered on server
...
[MAILPOET-3220]
2021-05-19 10:07:25 +02:00