Commit Graph

5504 Commits

Author SHA1 Message Date
1fe7bedf20 Fix rendered column widths
[MAILPOET-1568]
2018-10-30 07:49:28 +01:00
f5be4e47e8 Rename misleading variable name
[MAILPOET-1568]
2018-10-30 07:49:28 +01:00
2ae39c9255 Make renderer render different widths columns
[MAILPOET-1568]
2018-10-30 07:49:28 +01:00
6028027d47 Use proper backbone set and get
[MAILPOET-1568]
2018-10-30 07:49:28 +01:00
283452f47e Update default value
[MAILPOET-1568]
2018-10-30 07:49:28 +01:00
7be91476f0 Set width to the new column layouts
[MAILPOET-1568]
2018-10-30 07:49:28 +01:00
b528587b1f Add classes to container with the new columns
[MAILPOET-1568]
2018-10-30 07:49:28 +01:00
056b971f7b Add new column layouts to editor
[MAILPOET-1568]
2018-10-30 07:49:28 +01:00
fcfd6f1f09 Merge pull request #1567 from mailpoet/split_unit_tests
Split unit tests into integration and pure unit tests
2018-10-29 11:21:32 -04:00
wxa
90186f2af5 Update README: split unit and integration tests 2018-10-29 17:57:47 +03:00
wxa
c9ef3cfb95 Execute unit tests earlier in the workflow on CircleCI 2018-10-29 17:57:47 +03:00
wxa
b6f40a9b52 Remove AspectMock, private method call trick and WP globals fixes from unit tests 2018-10-29 17:57:47 +03:00
wxa
1936524cec Move a test from integration to unit as an example 2018-10-29 17:57:47 +03:00
wxa
8b2c5116f4 Fix AspectMock config 2018-10-29 17:57:47 +03:00
wxa
9734759ba5 Run both integration and unit tests on CircleCI 2018-10-29 17:57:47 +03:00
wxa
c76b4c3c99 Unify Codeception configs 2018-10-29 17:57:47 +03:00
wxa
9092aa3029 Make separate setups for integration and unit tests 2018-10-29 17:57:47 +03:00
wxa
87e515b89d Move current unit tests to integration tests 2018-10-29 17:57:47 +03:00
05e5ca3f43 Merge pull request #1585 from mailpoet/fix-jetpack-cdn-css
Permit CSS assets to be loaded from WP.com CDN on MP3 pages [MAILPOET-1584]
2018-10-29 10:55:48 -04:00
wxa
82d6a4b096 Permit CSS assets to be loaded from WP.com CDN on MP3 pages [MAILPOET-1584] 2018-10-26 14:42:46 +03:00
b21ef30202 Fix failing Scheduler test
[MAILPOET-1602]
2018-10-25 08:43:17 +02:00
653f31e997 Merge pull request #1580 from mailpoet/use-older-chrome
Use older chrome in acceptance tests
2018-10-24 12:04:19 +02:00
149c794905 Freeze mailhog to avoid problems in the future 2018-10-24 11:30:39 +02:00
cbf48327d9 Use older chrome for acceptance tests 2018-10-24 11:11:48 +02:00
c83ed66160 Merge pull request #1579 from mailpoet/release-3.12.0
Release 3.12.0
3.12.0
2018-10-23 10:21:55 -04:00
wxa
042fe48669 Release 3.12.0 2018-10-23 14:04:59 +03:00
9aba09d42e Merge pull request #1578 from mailpoet/readme-update
Update readme.txt [MAILPOET-1545]
2018-10-23 05:37:59 -04:00
wxa
25a8519583 Update readme.txt [MAILPOET-1545] 2018-10-23 11:37:52 +03:00
9fc442ae8e Merge pull request #1563 from mailpoet/fix-coverage-php72
Fix code coverage on PHPUnit 5.7 and PHP 7.2 [MAILPOET-1596]
2018-10-22 15:04:49 -04:00
1e7542848a Merge pull request #1556 from mailpoet/arrays-to-objects
Replace entity arrays with objects [MAILPOET-1495]
2018-10-22 14:59:12 -04:00
78821a69ab Merge pull request #1565 from mailpoet/logging-fix
Remove newsletter logging where is no newsletter [MAILPOET-1595]
2018-10-22 14:57:11 -04:00
4ae459838a Merge pull request #1558 from mailpoet/fix-flaky-scheduler-test
Try to fix flaky scheduler tests [MAILPOET-1579]
2018-10-22 14:54:31 -04:00
aa83883cfa Merge pull request #1575 from mailpoet/email-notifications-fix
New subscriber emails notifications fixes [MAILPOET-1952][MAILPOET-1600]
2018-10-22 13:23:11 -04:00
6d9f0767af Merge pull request #1576 from mailpoet/fix-bulk-confirmation
Fix bulk re-sending confirmation emails for subscribers [MAILPOET-1598]
2018-10-22 13:00:24 -04:00
c03feeae3f Merge pull request #1564 from mailpoet/fix-satismeter-date-format
Fix date format for satismeter [MAILPOET-1575]
2018-10-22 12:04:54 -04:00
8effcf2c59 Merge pull request #1566 from mailpoet/fix-discount-announcement
Fix discount announcement [MAILPOET-1590]
2018-10-22 10:52:39 -04:00
f81c5617ed Merge pull request #1574 from mailpoet/remove-www-from-sender
Remove www from confirmation email sender [MAILPOET-1593]
2018-10-22 10:11:07 -04:00
e6c4c02484 Merge pull request #1560 from mailpoet/mpapi_welcome_email
Schedule welcome email only if subscriber is confirmed in MPAPI [MAILPOET-1589]
2018-10-22 06:31:55 -04:00
ff332e78e9 Always do all validations on submit in settings basic tab
[MAILPOET-1592]
2018-10-22 11:44:46 +02:00
f211ffce3b Update a discount notification display until date in a new subscriber notification
[MAILPOET-1600]
2018-10-22 11:19:01 +02:00
ba127990e3 Fix displaying of discount notification in a new subscriber email
The problem was that we use twig 1.x and it doesn't support date function same way as twig 2.0.
[MAILPOET-1592]
2018-10-22 11:12:01 +02:00
03ca022596 Fix bulk re-sending confirmation emails for subscribers
[MAILPOET-1598]
2018-10-22 10:08:35 +02:00
ee00464cc5 Remove www from confirmation email sender
[MAILPOET-1593]
2018-10-22 09:17:10 +02:00
aaa1c659b8 Update button styles
[MAILPOET-1590]
2018-10-18 15:48:53 +02:00
b9ffc0e280 Update text on premium page
[MAILPOET-1590]
2018-10-18 15:09:09 +02:00
a943589de9 Update text on premium page
[MAILPOET-1590]
2018-10-18 15:08:51 +02:00
c0e252f42a Update the discount amount
[MAILPOET-1590]
2018-10-18 09:36:41 +02:00
980574eb6d Update button style
[MAILPOET-1590]
2018-10-18 09:34:56 +02:00
72ea5fb84e Display the announcement on the dashboard only
[MAILPOET-1590]
2018-10-18 09:31:22 +02:00
cc303c0cd3 Remove opening in new tab
[MAILPOET-1590]
2018-10-18 09:16:25 +02:00