Commit Graph

783 Commits

Author SHA1 Message Date
94efc67658 Move tracking code into a sepparate file
[MAILPOET-1539]
2018-09-27 10:43:17 +02:00
fc5bba9f11 Show NPS survey for all users
[MAILPOET-1539]
2018-09-27 08:54:40 +02:00
00d5623d72 Merge pull request #1520 from mailpoet/in-app-background-images
Add announcement for newsletter background image [MAILPOET-1430]
2018-09-24 10:00:06 -04:00
7853271148 Add announcement for newsletter background images
[MAILPOET-1430]
2018-09-24 14:40:17 +02:00
5614a7a4b2 Merge pull request #1505 from mailpoet/sending-erros-levels
Multiple Sending Error Levels [MAILPOET-1154]
2018-09-24 07:09:39 -04:00
e8c7dc937d Merge pull request #1504 from mailpoet/new-newsletter-templates
New newsletter templates [MAILPOET-1480]
2018-09-24 06:09:39 -04:00
02e1f7f6dc Merge pull request #1489 from mailpoet/migration-notice
Migration notice [MAILPOET-1492]
2018-09-20 14:13:17 -04:00
101ab67a83 Fix missing assets
[MAILPOET-1480]
2018-09-20 12:57:23 +02:00
deaebae034 Remove header from template
[MAILPOET-1480]
2018-09-20 11:00:04 +02:00
31067364f6 Add spacers to templates
[MAILPOET-1480]
2018-09-20 10:04:08 +02:00
57cfdee9ad Fix some template texts
[MAILPOET-1480]
2018-09-19 14:43:31 +02:00
814fceb297 Remove container blockDefaults from templates data
[MAILPOET-1480]
2018-09-19 14:40:21 +02:00
f6bf32de01 Ensure the right order
[MAILPOET-1480]
2018-09-19 14:40:21 +02:00
7d98de521d Add woocommerce templates
[MAILPOET-1480]
2018-09-19 14:39:01 +02:00
31f0a62a7a Add Notifications templates
[MAILPOET-1480]
2018-09-19 14:39:01 +02:00
44c1d865ba Add Welcome email templates
[MAILPOET-1480]
2018-09-19 14:39:01 +02:00
bcb9f3cc86 Add new Email Templates for Newsletters
[MAILPOET-1480]
2018-09-19 14:39:00 +02:00
4515cb345b Remove old templates
[MAILPOET-1480]
2018-09-19 14:39:00 +02:00
017918c870 Add after migration notice
[MAILPOET-1492]
2018-09-19 10:27:04 +02:00
4a641ba94e Create permanent notices
[MAILPOET-1492]
2018-09-19 10:24:37 +02:00
faed435500 Update limit page
[MAILPOET-1526]
2018-09-17 16:20:14 +02:00
edd447ce82 Add a new function for number formating
[MAILPOET-1526]
2018-09-17 16:19:56 +02:00
2543e69aed Merge pull request #1502 from mailpoet/fix-notice
update admin notice php version [MAILPOET-1523]
2018-09-13 08:15:00 -04:00
624c6d900e Add processing of soft errors
When processing soft error we only save error to particular subscriber and continue sending.

[MAILPOET-1154]
2018-09-13 11:12:38 +02:00
a9a4f6b6ac update admin notice php version 2018-09-10 18:21:49 +01:00
8c10896bc8 Rename global translations file
[MAILPOET-1520]
2018-09-05 14:51:45 +02:00
95f1f6e1fc Merge pull request #1485 from mailpoet/mp2-subscriber-status
Mark status as confirmed if MP2 double opt in is disabled [MAILPOET-1514]
2018-09-04 07:15:15 -04:00
cbcc8eebf1 Mark status as confirmed if MP2 double opt in is disabled
[MAILPOET-1514]
2018-09-03 12:19:13 +02:00
1304618750 Fix logic to show intro only when not migrating from MP2
[MAILPOET-1508]
2018-08-31 08:50:26 +02:00
20b1330094 Add logging dependencies
[MAILPOET-570]
2018-08-30 09:34:25 +02:00
031125517e Add rudimentary logger
[MAILPOET-570]
2018-08-28 14:36:22 +02:00
9e2a4edcd0 Add logging table
[MAILPOET-570]
2018-08-28 14:36:22 +02:00
12af3a3e14 Merge pull request #1476 from mailpoet/php-version-warning
Display PHP version warning via notice filter instead of stdout [MAILPOET-1506] [MAILPOET-1499]
2018-08-27 14:18:59 -04:00
8b725f1c91 Rename transient attribute to data_notice_name 2018-08-27 17:36:52 +03:00
d1406970cc Fix coding style issue - redundant space after if 2018-08-23 15:11:45 +03:00
c68f58a7c0 Display PHP version warning via notice filter instead of stdout 2018-08-23 15:06:21 +03:00
e40a1e91c0 Add indexes for foreign keys
[MAILPOET-1497]
2018-08-23 09:48:58 +02:00
fcef5f0d2b Show intro only on new install (but not when migrating from WP2)
Intro is marked as shown only when "Skip" or "Done" is explicitly used - this
avoids closing the intro by mistake and never having the option to see it again.

[MAILPOET-1446]
2018-08-16 10:22:57 +02:00
33aa7180f3 Catch error when rendering survey
[MAILPOET-1491]
2018-08-14 13:46:48 +02:00
e55df2ca2d Add filter for skipping welcome wizard
This was requested for the purposes of the demo page

[MAILPOET-1439]
2018-08-13 10:34:34 +02:00
406c8bb6bd Render welcome wizard page for a new installation
[MAILPOET-1439]
2018-08-13 10:34:34 +02:00
a8c7615013 Remove welcome page
The welcome page will be replaced by a new welcome wizard

[MAILPOET-1439]
2018-08-13 10:34:34 +02:00
51c89d5aa1 Requires PHP 5.5 or newer. 2018-08-09 14:12:58 +02:00
c7aeca116f Add queue_id index into newsletter_links table
Missing index caused that it took to long when generating tracked unsubscribe URL.

[MAILPOET-1486]
2018-08-08 09:15:06 +02:00
7186f4b13a Add fetching of latest sending tasks for help page
[MAILPOET-1460]
2018-08-02 08:06:06 +02:00
1252f35a23 Add sending queue status to help page
[MAILPOET-1459]
2018-07-26 13:08:15 +02:00
5f6fe1a7e5 Add cron status to admin help section
[MAILPOET-1457]
2018-07-25 13:39:55 +02:00
d670fe27ee Remove button if MSS is active
[MAILPOET-1435]
2018-07-10 14:22:40 +01:00
d9c9620a67 Increase length of URL in links [MAILPOET-1438] 2018-06-25 09:43:10 +02:00
989cda7f0e Merge pull request #1399 from mailpoet/end-53
End PHP 5.3 support [MAILPOET-1423]
2018-06-18 08:33:18 -04:00