0e770ed649
Use CarbonImmutable instead of Carbon
...
MAILPOET-5574
2023-09-11 13:49:57 +02:00
000cb5e6d5
Add limit to mailpoet_archive shortcode
...
MAILPOET-5574
2023-09-11 13:49:57 +02:00
aa480a8c66
Add ability to display last n days of newsletters
...
MAILPOET-5574
2023-09-11 13:49:57 +02:00
ec71b44648
Add ability to filter mailpoet_archive by subject
...
MAILPOET-5574
2023-09-11 13:49:57 +02:00
a0c1a137d6
Update mailpoet_archive to accept date params
...
MAILPOET-5574
2023-09-11 13:49:57 +02:00
7c4a84aaf4
Remove notices for hooks that were deprecated over six months ago
...
[MAILPOET-5272]
2023-04-28 06:05:29 +01:00
926620e8f8
Ignore strict types rule in all existing files that don't have it
...
[MAILPOET-2688]
2022-11-29 15:04:09 +01:00
f92ee90e9b
Add support for [site:title] and [site:homepage_link]
...
These will add support for these two shortcodes in the Shortcode engine
MAILPOET-4599
2022-11-01 14:59:28 +01:00
b05e6d414c
Remove WP\Functions::__ and other translate functions
...
Under the new sniffer rules, those functions produce errors and, when those methods
are used, the sniffer can not properly be applied.
[MAILPOET-4524]
2022-08-09 13:23:16 +02:00
c30fe1305b
Replace Paris models with Doctrine entities in Shortcodes
...
It was necessary to deprecate the filter
mailpoet_archive_email_subject and create a new one since the type
of one of the parameters passed to the filter had to change.
[MAILPOET-4307]
2022-08-01 09:57:10 +02:00
d8ad8ec97d
Remove the deprecated filters mailpoet_archive_date and mailpoet_archive_subject
...
Those two filters were deprecated over six months ago and were scheduled
to be removed last month.
[MAILPOET-4470]
2022-07-21 16:35:09 +02:00
f44afbddf2
Remove SendingQueue model usages
...
[MAILPOET-4361]
2022-07-18 16:47:48 +02:00
1814a69719
Remove SubscriberModel usages
...
[MAILPOET-4361]
2022-07-18 16:47:48 +02:00
b35006433d
Use only an instance of NewsletterShortcodes class when rendering archiveSubject
...
- Based on how the NewsletterShortcodes service is implemented it's safer to instanciate
it inside the user method and not inject it in the class contructor
- Revert back the changes added to MailPoet\Newsletter\Shortcodes\Categories\Subscriber::process
[MAILPOET-4069]
2022-02-09 16:31:14 +01:00
43ecd4369b
Add subscriber details to the to the archive subject in case subscriber is defined
...
[MAILPOET-4069]
2022-02-09 16:31:14 +01:00
1630da0917
Add processing of shortcode in subject in archive page
...
[MAILPOET-3965]
2022-02-09 16:31:14 +01:00
9f790efbf0
Move plugin files to a subfolder
...
[MAILPOET-3988]
2022-01-18 15:30:22 +01:00