Commit Graph

4116 Commits

Author SHA1 Message Date
Vlad
aa4d78b1c9 Adds method to ping Bridge 2017-12-03 11:38:44 -05:00
mrcasual
8d7289e8ba Merge pull request #1208 from mailpoet/eslint-rules2
Eslint rules2 [MAILPOET-1144]
2017-11-30 19:24:26 -05:00
mrcasual
eb768ff1ee Merge pull request #1209 from mailpoet/mailer_error_code
Make rendering errors during sending more descriptive [MAILPOET-1232]
2017-11-30 12:09:40 -05:00
stoletniy
8afe7f5d97 Make rendering error during sending more descriptive [MAILPOET-1232] 2017-11-30 19:45:53 +03:00
Vlad
97fb5cf66f Makes string translateable 2017-11-30 09:44:34 +00:00
Pavel Dohnal
8ea4a219e2 Fix padded-blocks eslint rule in ES5 files
[MAILPOET-1144]
2017-11-30 09:12:19 +00:00
Pavel Dohnal
0e08e58288 Fix camelcase eslint rule in ES5 files
[MAILPOET-1144]
2017-11-30 09:10:08 +00:00
stoletniy
dc52ba0d93 Bump up release version to 3.2.3 3.2.3 2017-11-29 18:35:43 +03:00
Pavel Dohnal
dc569672a9 Fix no-use-before-define eslint rule in ES5 files
[MAILPOET-1144]
2017-11-29 15:17:30 +00:00
Pavel Dohnal
159e946093 Fix no-else-return eslint rule in ES5 files
[MAILPOET-1144]
2017-11-29 15:04:38 +00:00
Pavel Dohnal
3d2a433df1 Moved no-underscore-dangel eslint rule to exceptions
this._appView cannot be renamed

[MAILPOET-1144]
2017-11-29 15:01:16 +00:00
Pavel Dohnal
fe0476e1c0 Fix no-shadow eslint rule in ES5 files
[MAILPOET-1144]
2017-11-29 14:49:19 +00:00
Pavel Dohnal
ea552508b4 Fix consistent-return eslint rule in ES5 files
[MAILPOET-1144]
2017-11-29 13:43:35 +00:00
Vlad
dee2ff810c Fixes undefined index error 2017-11-29 10:19:30 +00:00
stoletniy
fbf58f23fc Bump up release version to 3.2.2 3.2.2 2017-11-28 20:18:18 +03:00
Vlad
b6f62bd9bc Catches exceptions during sending 2017-11-28 16:42:22 +00:00
stoletniy
88ef454844 Merge pull request #1203 from mailpoet/nov28_survey
Updates weekly survey [MAILPOET-1224]
2017-11-28 16:07:22 +03:00
mrcasual
3572df6c0c Fixes "other" method test email sending when MSS is enabled
[MAILPOET-1218]
2017-11-28 09:28:56 +00:00
Vlad
714e6e013f Updates weekly survey 2017-11-27 19:51:40 -05:00
Tautvidas Sipavičius
91568cbeb6 Merge pull request #1202 from mailpoet/post_notification_creation_acceptance_test
Tests post notification creation [MAILPOET-1219]
2017-11-27 12:59:48 +02:00
Vlad
393c89b21f Tests that post notifications can be created 2017-11-23 21:02:42 -05:00
Vlad
0b491b7943 Adds method to get current URL 2017-11-23 21:02:41 -05:00
Vlad
e5d7f66561 Adds new id to create standard/notification newsletters 2017-11-23 21:02:36 -05:00
stoletniy
b7a7f40cde Merge pull request #1199 from mailpoet/image_url_space_fix
Encodes URLs in inlined images [MAILPOET-1220]
2017-11-23 16:03:57 +03:00
stoletniy
a267c7524c Close the a tag to make valid HTML [MAILPOET-1220] 2017-11-23 16:02:40 +03:00
Tautvidas Sipavičius
20b59d11a7 Merge pull request #1201 from mailpoet/user_profile_language_fix
Changes plugin language based on user's locale [MAILPOET-1211]
2017-11-23 13:40:59 +02:00
Vlad
94c7e2a5c0 Changes plugin language based on user's locale 2017-11-22 20:13:56 -05:00
Tautvidas Sipavičius
d603d99a04 Merge pull request #1190 from mailpoet/multisite_unit_tests
Adds new CI multisite test environment
2017-11-22 15:16:20 +02:00
Vlad
e7ffe4d694 Replaces spaces in image URLs 2017-11-21 21:02:33 -05:00
Vlad
018d7bce77 Corrects test to work on multisite environment 2017-11-21 12:26:02 -05:00
Vlad
64c40d5a1c Adds test for multisite environment 2017-11-21 12:25:54 -05:00
Vlad
7e49328d5e Corrects test to work on multisite environment 2017-11-21 12:24:19 -05:00
Vlad
b50b636371 Adds multisite test environment to CI
Adds Robo command to run multisite tests locally and on CI
2017-11-21 12:24:18 -05:00
Pavel Dohnal
ec3bb5b95c Release 3.2.1 3.2.1 2017-11-21 15:18:40 +00:00
Tautvidas Sipavičius
6b2503fb36 Merge pull request #1196 from mailpoet/minimum_wp_version_notice
Shows notice on WP version < 4.6 and deactivates plugin [MAILPOET-1215]
2017-11-21 16:26:03 +02:00
Vlad
e71d47f983 Adds link to minimum requirements page for WP version 2017-11-21 08:57:28 -05:00
stoletniy
085d4f566a Merge pull request #1198 from mailpoet/hide-honeypot
Hide honeypot field to prevent Safari autocomplete [MAILPOET-1180]
2017-11-21 16:08:45 +03:00
Pavel Dohnal
29b249de6e Remove an attribute we don't need anymore
[MAILPOET-1180]
2017-11-21 12:54:00 +00:00
Pavel Dohnal
883ae5b0e4 Hide honeypot field to prevent Safari autocomplete
[MAILPOET-1180]
2017-11-21 11:47:46 +00:00
Vlad
d78990cda3 Shows notice on WP version < 4.6 and deactivates plugin 2017-11-20 14:26:31 -05:00
mrcasual
e5b5a8df37 Merge pull request #1197 from mailpoet/poll_nov20
Update the poll [MAILPOET-1212]
2017-11-20 11:30:29 -05:00
stoletniy
2ea2db66ec Update the poll [MAILPOET-1212] 2017-11-20 19:03:47 +03:00
Tautvidas Sipavičius
7b76ddefd5 Merge pull request #1194 from mailpoet/double_opt-in_test
Add an acceptance test for subscription confirmation [MAILPOET-1205]
2017-11-20 14:36:55 +02:00
stoletniy
6c56ac8509 Clean up the acceptance dump from unused pages [MAILPOET-1206] 2017-11-20 10:42:17 +00:00
stoletniy
dc074bcb14 Add acceptances tests for admin listings [MAILPOET-1206] [MAILPOET-1207] [MAILPOET-1208] [MAILPOET-1209] 2017-11-20 10:42:17 +00:00
stoletniy
0193644b18 Merge pull request #1195 from mailpoet/test_email_send_fix
Fixes "mailer not defined" JS error [MAILPOET-1217]
2017-11-20 13:21:16 +03:00
Vlad
66de11ecd4 Fixes "mailer not defined" JS error 2017-11-18 19:51:53 -05:00
stoletniy
1238b1711d Add an acceptance test for subscription confirmation [MAILPOET-1205] 2017-11-16 14:57:56 +03:00
stoletniy
0061a9daf9 Move key checks from constructor to init() in Menu class [MAILPOET-1204] 2017-11-15 11:23:39 +00:00
Vlad
52a55d3bd1 Updates changelog and bumps up release version to 3.2.0 3.2.0 2017-11-14 14:13:49 -05:00