Yes, I did that.
I see the cron with WP control mpt_scheduled_cron but nothing was done.
I then disabled cron on wp-config with
Code:
define('DISABLE_WP_CRON', true);
I setup cron on my server with wget -O /dev/null -o /dev/null
https://www.mydomain.com/wp-cron.php?doing_wp_cron
but it's still not working.
I tried to run it with WP control, not working also.
When I use the plugin manually by selecting posts, it works.
Only cron is not working, that's why I was wondering if it's not nulled fully since Cron is a pro feature.
Maybe the real pro version of the plugin is not working with cron. I don't know.