Pavel Dohnal
8abb03ae83
Prevent a warning if caption is not present
...
[MAILPOET-6261]
2024-10-14 14:43:18 +02:00
Rostislav Wolny
48e267f6ec
Update PHP 8.2 deprecations fix for html2text
...
[MAILPOET-6258]
2024-10-14 14:00:33 +02:00
Mustapha Hadid
45cf86fc75
Use cached authorized emails when API is down
2024-10-14 13:30:16 +02:00
Mustapha Hadid
8f95229288
Remove no longer used class parameter
2024-10-14 13:30:16 +02:00
Mustapha Hadid
73e8ad717d
Use controller over service to get authorized emails
...
A preliminary step to enable caching authorized emails data from the API
2024-10-14 13:30:16 +02:00
Mustapha Hadid
32cd4c36dd
Strip service method to return raw responses
...
A preliminary step to enable caching authorized emails data from the API
2024-10-14 13:30:16 +02:00
Mustapha Hadid
f39339a7ac
Fix IDE force new line after class brace
...
Since it's not defined in EditorConfig, IDE will use the default setting, or user setting (defined in .idea dir), if overridden!
2024-10-14 13:30:16 +02:00
Mustapha Hadid
f88810beeb
Change WordPress port in Docker Compose for testing
...
On Linux, 8080 port is used by A8C proxy (in the PAC file), and it's hard to change
2024-10-14 13:30:16 +02:00
Mustapha Hadid
527e7aa29b
Fix deprecation warning in authorized email controller
2024-10-14 13:30:16 +02:00
Mustapha Hadid
324a10186a
Minor refactorings in bridge API service
2024-10-14 13:30:16 +02:00
Mustapha Hadid
b3530adf77
Remove unused constant in bridge API service
2024-10-14 13:30:16 +02:00
Mustapha Hadid
ef91d4a8f2
Fix husky deprecation in pre-commit hook
...
Fixes this error: please remove the following two lines from .husky/post-checkout:
. "$(dirname -- "$0")/_/husky.sh"
They WILL FAIL in v10.0.0
2024-10-14 13:30:16 +02:00
Ján Mikláš
339260d809
Fix integration test
...
[MAILPOET-6264]
2024-10-14 13:01:20 +02:00
Ján Mikláš
bcc562eb4b
Add migration to remove Google+ icons from existing templates
...
[MAILPOET-6264]
2024-10-14 13:01:20 +02:00
Ján Mikláš
5f633c63b9
Remove Google+ social icons from email templates
...
[MAILPOET-6264]
2024-10-14 13:01:20 +02:00
Ján Mikláš
1233525d5f
Add max-width for email preview templates
...
[MAILPOET-6265]
2024-10-09 23:19:13 +03:00
Ján Mikláš
a6fa0c8780
Make re-engagement period value required and number only
...
[MAILPOET-6267]
2024-10-09 23:08:55 +03:00
github-actions[bot]
98ff6eb3bb
Update used WooCommerce plugin in Circle CI
...
- latest version: 9.3.3
- previous version: 9.2.3
2024-10-07 18:22:27 +03:00
Rostislav Wolny
a0b9b2acd3
Release 5.3.0
2024-10-03 15:02:43 +02:00
Pavel Dohnal
eb71f3d7fb
Make the zip build wait for all jobs
2024-10-03 13:37:36 +02:00
Rostislav Wolny
714d8da93a
Fix timestamp values in SendingQueue and Statistics repository
...
This commit fixes a few more occurences of incorrect time being saved in the DB.
We need to use UTC.
[MAILPOET-6260]
2024-10-03 12:42:00 +02:00
Rostislav Wolny
b680dc4f6d
Fix the abandoned cart scheduling mechanism
...
We need to use GMT time when we save timestamps to the DB.
The scheduled task was using site's time, and it could cause delay of the trigger in UTC- zones or run it too early and cause email not being sent in UTC+ zones.
[MAILPOET-6260]
2024-10-03 12:42:00 +02:00
Pavel Dohnal
63a153dcd5
Flatten build
2024-10-03 12:31:46 +02:00
David Remer
da1fb4ba5f
Release 5.2.3
2024-10-01 15:33:49 +03:00
Ján Mikláš
e5848d08b3
Preserve normal text wrapping in email editor
...
[MAILPOET-6250]
2024-10-01 10:12:01 +03:00
Ján Mikláš
885533660f
Improve typography by using pretty and balanced text-wrap
...
[MAILPOET-6250]
2024-10-01 10:12:01 +03:00
Ján Mikláš
6e5e23cbb7
Add acceptance test for automation analytics stats in the flow with if/else steps included
...
[MAILPOET-6230]
2024-09-30 12:36:07 +02:00
Ján Mikláš
70800589d0
Use constants
...
[MAILPOET-6230]
2024-09-30 12:36:07 +02:00
Ján Mikláš
f69d557fe4
Correctly mark steps as completed when if/else branch are present
...
We can't mark all steps as completed, because the user would only go in one of the branches
[MAILPOET-6230]
2024-09-30 12:36:07 +02:00
Ján Mikláš
9dbb33a8ae
Add if/else step to Automation data factory
...
[MAILPOET-6230]
2024-09-30 12:36:07 +02:00
Ján Mikláš
7fdd4fd9d7
Correctly calculate empty if/else branch stats
...
[MAILPOET-6230]
2024-09-30 12:36:07 +02:00
Ján Mikláš
274d3ea297
Calculate step separator stats based on next step and not previous one
...
When considering previous step, in if/else step it always returned the same value for both branches because it took stats from the main if/else step and not from the each branch's steps.
[MAILPOET-6230]
2024-09-30 12:36:07 +02:00
Ján Mikláš
7b84b93fbf
Pass next step to flow separator
...
[MAILPOET-6230]
2024-09-30 12:36:07 +02:00
Ján Mikláš
696d448604
Rename step_data.flow to better describe what it represent
...
[MAILPOET-6230]
2024-09-30 12:36:07 +02:00
Veljko
fd18bee9d8
Update k6 and its dependencies
2024-09-25 16:06:54 +02:00
Ján Mikláš
6bc9e3da19
Replace deprecated Query with direct access to DataStore
...
Automattic\WooCommerce\Admin\API\Reports\Customers\Stats\Query is deprecated and the recommendation is to access DataStore directly, which is what Query would do previously
[MAILPOET-6253]
2024-09-25 10:52:51 +02:00
Ján Mikláš
4d0e0e6ee6
Don't generate SCSS source maps in release build
...
[MAILPOET-6247]
2024-09-24 18:38:36 +02:00
Rostislav Wolny
8a9680120c
Update new email editor acceptance tests to run with WP6.6 and above
...
[MAILPOET-6105]
2024-09-24 12:07:24 +02:00
Rostislav Wolny
6af7711e3a
Update schema version in the core integration
...
[MAILPOET-6105]
2024-09-24 12:07:24 +02:00
Rostislav Wolny
85c028f6b1
Fix positioning of email content
...
This was overwriting the margin: 0 auto; and was causing the content
not being properly centered in canvas.
[MAILPOET-6105]
2024-09-24 12:07:24 +02:00
Rostislav Wolny
9bec9c9e33
Update classes of inserter sidebar
...
[MAILPOET-6105]
2024-09-24 12:07:24 +02:00
Rostislav Wolny
a35a1dccbf
Fix positioning of the spinner on editor startup
...
[MAILPOET-6105]
2024-09-24 12:07:24 +02:00
Rostislav Wolny
ac6474d809
Let the visual editor component handle preview on devices
...
[MAILPOET-6105]
2024-09-24 12:07:24 +02:00
Rostislav Wolny
3b81924625
Reintroduce support for default font sizes
...
[MAILPOET-6015]
2024-09-24 12:07:24 +02:00
Rostislav Wolny
b4219eb6fe
Fix the appearance of tools in the header and list view sidebar
...
[MAILPOET-6105]
2024-09-24 12:07:24 +02:00
Rostislav Wolny
d608e8c066
Fix top vs inline block toolbar setting in more menu
...
[MAILPOET-6105]
2024-09-24 12:07:24 +02:00
Rostislav Wolny
e7dd854bbb
Fix fetching patterns for editor
...
[MAILPOET-6105]
2024-09-24 12:07:24 +02:00
Rostislav Wolny
f8d990863c
Fix inserter sidebar close button
...
[MAILPOET-6105]
2024-09-24 12:07:24 +02:00
Rostislav Wolny
a4d0361f37
Add simplified visual editor component
...
This is a copy of a compoponent from wordpres/editor package.
I tried to remove as much as possible to make it easier to read.
There is a known issue with layout that we don't suppport Align property properly.§
[MAILPOET-6105]
2024-09-24 12:07:24 +02:00
Rostislav Wolny
69e7b543dc
Update private APIs unlock optin message to match wp6.6
...
[MAILPOET-6105]
2024-09-24 12:07:24 +02:00