Rostislav Wolný
Rostislav Wolný
[MAILPOET-4608] [MAILPOET-4608]: https://mailpoet.atlassian.net/browse/MAILPOET-4608?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
[MAILPOET-4295] [MAILPOET-4295]: https://mailpoet.atlassian.net/browse/MAILPOET-4295?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
## Description This PR changes how we display the WooCommerce setup screen. The screen for shops with no customers:  The screen for shops with...
## Description This PR fixes the error coming from Doctrine when we cancel multiple scheduled automatic emails for a subscriber. ``` [MailPoetVendor\Doctrine\ORM\ORMInvalidArgumentException] A new entity was found through the relationship...
## Description This PR slightly improves logging on errors thrown by cron workers. 1. It sets the proper logger name so that errors are logged under the correct category (`cron`)....
## Description This PR replaces the experimental button for opening the template selection modal with the proper behavior of opening the modal when the editor starts with empty content. ##...
I am a developer for the MailPoet WordPress plugin, and I wanted to bring an important update regarding the use of our internal code to your attention. We have noticed...
### Submission Review Guidelines: - I have followed the [WooCommerce Contributing Guidelines](https://github.com/woocommerce/woocommerce/blob/trunk/.github/CONTRIBUTING.md) and the [WordPress Coding Standards](https://make.wordpress.org/core/handbook/best-practices/coding-standards/). - I have checked to ensure there aren't other open [Pull Requests](https://github.com/woocommerce/woocommerce/pulls) for...
### Changes proposed in this Pull Request: This PR addresses remaining known compatibility issues for Gutenberg 22.0 and WP 6.9: - useEmailCss returns an empty array when Gutenberg 22 is...
## Description ### Problem When GA tracking parameters were added to internal links containing shortcodes (e.g., [subscriber:email]), WordPress's add_query_arg() function would URL-encode the shortcodes, breaking them. ### Solution Implemented a...