ebbdec5ebd
Add space between foreach and ‘(‘
...
[MAILPOET-1791]
2019-02-13 08:26:27 -05:00
8b602bd947
Move WPHooks methods to WPFunctions
2019-01-31 13:25:00 +01:00
3af3c46fde
Merge pull request #1618 from mailpoet/more-tags
...
Implement pagination to tags and categories query [MAILPOET-1613]
2018-11-15 10:57:45 -05:00
141cb09a54
Implement pagination to tags and categories query
...
[MAILPOET-1613]
2018-11-15 09:50:13 +01:00
38e9d806b8
Refactor ALC endpoint to follow DI
...
[MAILPOET-1637]
2018-11-15 09:04:46 +01:00
5912004c10
Fix: CPU usage and sending issue on slow host
...
On some slow host, the `newsletter` table get filled with
duplicated `notification_history` marked as `sending` that
never get sent.
To prevent this we've made the two following changes:
* We prevent firing `publis_*` hooks on post_type which
are excluded from search.
* We do not schedule a new post notification email if one
has an `notification_history` entry marked as `sending`.
[MAILPOET-1371]
2018-05-10 15:25:23 +02:00
476af99130
Display only terms with labels
...
[MAILPOET-1292]
2018-02-19 11:59:41 +00:00
4a3ba73406
Use filter for getTerms search
...
[MAILPOET-1293]
2018-02-07 12:58:00 +00:00
119e574495
Prevents excluded post types from being displayed in newsletter editor
2017-09-25 19:45:33 -04:00
6aa0be8d01
Removes unused properties from the object
2017-09-04 21:07:15 -04:00
a241d0c7bc
Modifies JSON API to use AccessControl
2017-08-22 09:06:19 -04:00
8b13889c7a
Adds one entry point for both JSON and MP APIs
...
Removes endpoints folder and moves versions to the root
JSON API folder
2017-05-16 20:56:55 -04:00