3ee58aea10
Add space between if and ‘(‘
...
[MAILPOET-1791]
2019-02-13 08:26:27 -05:00
a935b091d3
Add space between elseif/else if and ‘(‘
...
[MAILPOET-1791]
2019-02-13 08:26:27 -05:00
100db25ed9
Add space between while and ‘(‘
...
[MAILPOET-1791]
2019-02-13 08:26:27 -05:00
a8972ca281
Add space between switch and ‘(‘
...
[MAILPOET-1791]
2019-02-13 08:26:27 -05:00
ebbdec5ebd
Add space between foreach and ‘(‘
...
[MAILPOET-1791]
2019-02-13 08:26:27 -05:00
fba2914392
Add space between for and ‘(‘
...
[MAILPOET-1791]
2019-02-13 08:26:27 -05:00
1b2a759297
Merge pull request #1761 from mailpoet/renderer-css-specificity
...
Css specificity fixes in renderer [MAILPOET-1730]
2019-01-31 15:27:06 -05:00
e060caeeba
Refactor MailPoet\Twig, Utils to use new settings
...
[MAILPOET-1757]
2019-01-31 15:57:58 +01:00
cd2ababade
Refactor utils CSS so that it can be used as service in DI container
...
[MAILPOET-1730]
2019-01-31 14:36:26 +01:00
f1ab901e02
Preserve inlined link styles in header and footer
...
[MAILPOET-1730]
2019-01-31 14:36:26 +01:00
f43f3497af
Fix styles inlining so that more specific styles are preserved
...
[MAILPOET-1730]
2019-01-31 14:36:26 +01:00
b6516068a0
Fix parseCss to return rules in correct order
...
[MAILPOET-1730]
2019-01-31 14:36:17 +01:00
1af4666744
Declare missing properties and methods for PHPStan
2019-01-23 21:30:24 +02:00
0c389f7a0c
Merge pull request #1709 from mailpoet/upgrade-codeception
...
Upgrade codeception and lucatume/wp-browser [MAILPOET-1713]
2019-01-10 07:07:34 -05:00
afb61700a3
Improve PHP 5.6 warning
...
[MAILPOET-1690]
2019-01-03 14:34:22 +01:00
d76d5d2675
Upgrade codeception and lucatume/wp-browser and minor deps versions
...
[MAILPOET-1713]
2019-01-03 11:30:08 +01:00
bd9118a42e
Change outdated PHP version notice [MAILPOET-1659]
2018-11-29 16:06:50 +03:00
d93a3bb52f
Exclude permanent notices in the welcome wizard [MAILPOET-1659]
2018-11-29 16:06:50 +03:00
250a02f7f8
Update the PHP version message
...
[MAILPOET-1660]
2018-11-27 16:29:39 +01:00
0e4de4197d
Merge pull request #1651 from mailpoet/array-column-fix
...
User polyfill for array_column [MAILPOET-1618]
2018-11-27 07:51:31 -05:00
a9f3eeeb0d
User polyfill for array_column
...
[MAILPOET-1618]
2018-11-27 11:13:00 +01:00
467bef1d61
Do not require pluggable.php [MAILPOET-1650]
2018-11-22 17:01:33 +03:00
9d0b7077d0
Fix catching non-existent exception & missing exception instantiation
2018-11-15 11:41:04 +01:00
4a781849db
Display outdated PHP version warning for 5.6 [MAILPOET-1610]
2018-11-05 11:18:15 +03:00
c4094efd91
Update PHP 5.6 warning
...
[MAILPOET-1610]
2018-11-05 11:15:59 +03:00
82d6a4b096
Permit CSS assets to be loaded from WP.com CDN on MP3 pages [MAILPOET-1584]
2018-10-26 14:42:46 +03: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
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
d11c9c5296
Remove hanging period
...
[MAILPOET-1590]
2018-10-18 09:14:54 +02:00
64e5742700
Merge pull request #1553 from mailpoet/fix-wp-com
...
Permit JS assets to be loaded from WP.com CDN on MP3 pages [MAILPOET-1584]
2018-10-16 05:57:37 -04:00
91a1ca69ed
fixing typos and failing tests
2018-10-15 20:07:05 +02:00
ce6711d69e
adding discount to premium page
2018-10-15 17:36:05 +02:00
0639b1ad1f
adding notice to dashboard
2018-10-15 17:36:05 +02:00
bdf244536d
Permit JS assets to be loaded from WP.com CDN on MP3 pages [MAILPOET-1584]
...
The CDN is provided by JetPack plugin in their "Asset CDN" beta feature
2018-10-11 17:21:06 +03:00
b632d74e5f
triming settings values
2018-10-09 19:54:06 +02:00
c2bb93f3b7
Ensure notice is not shown on wizard
...
[MAILPOET-1492]
2018-09-19 14:30:11 +02:00
d42d48c716
Rename some methods
...
[MAILPOET-1492]
2018-09-19 10:28:24 +02:00
017918c870
Add after migration notice
...
[MAILPOET-1492]
2018-09-19 10:27:04 +02:00
de6ba39595
Fix private access error
2018-09-19 10:24:37 +02:00
4a641ba94e
Create permanent notices
...
[MAILPOET-1492]
2018-09-19 10:24:37 +02:00
ae0e03d2f3
Update code for PHP 5.5
...
[MAILPOET-1496]
2018-08-23 12:10:21 +02:00
cc2a39ac26
Fix: Using double quote break rendering [MAILPOET-1397]
2018-06-14 11:56:03 +02:00
73f51505a2
Close [MAILPOET-1344] "Easier what's new skipping"
...
* URL test now check for home URL instead of just 'http'
* Fixed a bug where getCurrentlURL() returned a broken path
* Added "I don't care about the update" button
* Update skip buttons now return to the previous page
2018-05-02 16:16:36 +02:00
ca9e11a231
using apply_filters
2018-03-14 15:00:57 +01:00
cca4fc02c0
adding dynamic segments to export options
2018-03-07 15:14:29 +01:00
a5137c8d62
adding polyfill for mb_detect_order
2018-03-06 12:15:18 +01:00
c4f285afca
Not use deprecated code
2018-01-18 16:28:30 +00:00
8852f6a3f4
Adds function to test if string is a valid json
2017-12-20 22:13:00 -05:00