Commit Graph

2878 Commits

Author SHA1 Message Date
Tautvidas Sipavičius
10207112bc Fix regex matching __() function 2016-12-16 12:23:06 +02:00
mrcasual
892eea238f Merge pull request #750 from mailpoet/fix_bounce_api_response_code
Change bounce API OK response code from 201 to 200 [MAILPOET-747]
2016-12-15 17:24:09 -05:00
Tautvidas Sipavičius
e6bb1666ee Remove obsolete wysija-newsletters gettext domain 2016-12-15 20:24:04 +02:00
Tautvidas Sipavičius
2be9985d20 Fix finding __() and _n() i18n function calls 2016-12-15 20:24:04 +02:00
Tautvidas Sipavičius
f4b7acca1e Fix parsing function call arguments when arg strings contain commas 2016-12-15 20:24:04 +02:00
Alexey Stoletniy
de9d3655f0 Change bounce API OK response code from 201 to 200 [MAILPOET-747] 2016-12-15 19:49:39 +03:00
Alexey Stoletniy
dfa13726e7 Add force mode to svn:publish command, add svn:checkout command 2016-12-15 16:20:12 +03:00
Tautvidas Sipavičius
61ab583030 Merge pull request #748 from mailpoet/bump_wp_tested_to_4.7
Bump 'Tested up to' and 'Requires at least' versions [MAILPOET-744]
2016-12-15 12:20:19 +02:00
Alexey Stoletniy
6954501915 Change no subscribers added/updated string [MAILPOET-741] 2016-12-15 12:02:06 +03:00
Alexey Stoletniy
45a8103322 Bump 'Tested up to' and 'Requires at least' versions [MAILPOET-744] 2016-12-15 11:52:21 +03:00
stoletniy
c4896f4662 Merge pull request #746 from mailpoet/ALC_title_alignment
Fixes alignment not working for ALC titles [MAILPOET-734]
2016-12-15 10:59:23 +03:00
Alexey Stoletniy
71711b4a0d Add a command to push new release to WP SVN 2016-12-14 18:24:41 +03:00
Vlad
2634b606f6 - Fixes ALC transformer class to append style tags with semicolon 2016-12-13 19:32:50 -05:00
Tautvidas Sipavičius
0aa48b9121 Bump up release version to 3.0.0-beta.8 3.0.0-beta.8 2016-12-13 14:28:36 +02:00
stoletniy
1157cc8b9a Merge pull request #741 from mailpoet/ci_email_tests
Enables email sending tests in CI [MAILPOET-681]
2016-12-13 14:53:47 +03:00
mrcasual
88599963e0 Merge pull request #743 from mailpoet/vendor_conflict
Add dependency checking requirement [MAILPOET-690]
2016-12-12 15:24:56 -05:00
Tautvidas Sipavičius
57706dc1b3 Merge pull request #745 from mailpoet/premium_plugin
Add action to notify 3rd party plugins that MP is initialized
2016-12-12 15:59:28 +02:00
Tautvidas Sipavičius
694402e9f2 Merge pull request #744 from mailpoet/changelog_from_readme_on_update_page
Display changelog from readme.txt on Update page [MAILPOET-708]
2016-12-12 14:39:24 +02:00
Alexey Stoletniy
891239bf4e Check readme file is readable before trying to parse it 2016-12-12 15:31:10 +03:00
Jonathan Labreuille
232494e1a2 added 'mailpoet_initialized' action so that 3rd party plugin can check if mp is loaded 2016-12-12 11:28:38 +01:00
Alexey Stoletniy
4ae55230da Display changelog from readme.txt on Update page [MAILPOET-708] 2016-12-12 10:04:36 +03:00
Tautvidas Sipavičius
eda4a9edcc Fix regex to work on windows and match only mailpoet folder as valid 2016-12-09 23:20:48 +02:00
Tautvidas Sipavičius
5fb699fd5b Remove trailing slash to support searches in Windows 2016-12-09 23:07:55 +02:00
Tautvidas Sipavičius
7c5e0212ad Fix calling a method on an undefined variable 2016-12-09 22:44:43 +02:00
Tautvidas Sipavičius
44a77e097b Escaped path when used in regex pattern 2016-12-09 22:41:44 +02:00
Tautvidas Sipavičius
22fd9e31f7 Fix variable name typo 2016-12-09 18:12:22 +02:00
Tautvidas Sipavičius
bbe3d48ec1 Add dependency checking to prevent conflicts with other plugins
MAILPOET-690
2016-12-09 18:05:19 +02:00
mrcasual
449978d7c1 Merge pull request #742 from mailpoet/mysql_group_fix
fix sql errors with mysql 5.6 & ONLY_FULL_GROUP_BY mode [MAILPOET-739]
2016-12-09 09:14:22 -05:00
mrcasual
0535e1eaeb Merge pull request #737 from mailpoet/sending_service_bounce_sync
Add bounce synchronization with MailPoet Sending Service [MAILPOET-696]
2016-12-08 21:47:55 -05:00
Jonathan Labreuille
4dfe4e4997 fix sql errors with mysql 5.6 & ONLY_FULL_GROUP_BY mode 2016-12-08 18:38:03 +01:00
Tautvidas Sipavičius
33a184fc4a Store emails sent during tests in test reports as an artifact 2016-12-08 18:19:50 +02:00
Tautvidas Sipavičius
19b34ed838 Add a fake sendmail mailer to enable sending tests in CI 2016-12-08 17:57:21 +02:00
Tautvidas Sipavičius
ca17e0c4da Merge pull request #740 from mailpoet/blockquote_rendering_fix
Fixes rendering of non-paragraph elements inside blockquote [MAILPOET-736]
2016-12-08 13:07:57 +02:00
Jonathan Labreuille
347e491865 Merge pull request #738 from mailpoet/asset_cache_breaker
Add cache breaker query string to plugin static asset URLs [MAILPOET-713]
2016-12-08 10:51:02 +01:00
Vlad
59b6877675 - Fixes non-paragraph elements inside blockquotes note being rendered
- Updates blockquote table width to 100% and allows text alignment
- Updates unit tests
2016-12-07 20:50:07 -05:00
Tautvidas Sipavičius
6728203672 Add cache breaker query string to plugin static asset URLs
MAILPOET-713
2016-12-07 16:22:53 +02:00
Tautvidas Sipavičius
058ba53622 Bump up release version 3.0.0-beta.7.1 2016-12-07 12:26:29 +02:00
Alexey Stoletniy
8a1450d7d6 Add Mock API class to unit tests 2016-12-07 10:51:38 +03:00
Alexey Stoletniy
49f2b147be Add fixes for MySQL strict mode 2016-12-07 10:31:38 +03:00
Alexey Stoletniy
8f3b2e6c0b Fix code style 2016-12-06 23:06:45 +03:00
Alexey Stoletniy
baf0d374ae Add bounce synchronization with MailPoet Sending Service [MAILPOET-696] 2016-12-06 22:48:36 +03:00
Jonathan Labreuille
465665271d Merge pull request #736 from mailpoet/post_notification_history_fix
Fixes post notification history listing [MAILPOET-729]
3.0.0-beta.7
2016-12-06 12:59:54 +01:00
mrcasual
663f39d749 Merge pull request #735 from mailpoet/alc_boolean_fix
Fix displaying dividers in ALC blocks MAILPOET-721
2016-12-05 22:37:42 -05:00
Vlad
62349900b9 - Fixes post notification listing not displaying because of
undefined value passed to the `renderQueueStatus` method
2016-12-05 22:02:01 -05:00
stoletniy
9ccf2a9294 Merge pull request #733 from mailpoet/newsletter_preview_send_fix
Render subscriber shortcodes when sending a newsletter preview [MAILPOET-725]
2016-12-05 21:02:38 +03:00
Tautvidas Sipavičius
b2f662c1d5 Fix displaying dividers in ALC blocks MAILPOET-721 2016-12-05 19:45:46 +02:00
Vlad
43b23994a9 - Updates function arguments 2016-12-05 12:15:24 -05:00
Vlad
9708019ab6 - Returns false when subscriber is defined but not an object
- Updates unit tests
2016-12-05 11:48:20 -05:00
Tautvidas Sipavičius
8819d9154a Merge pull request #734 from mailpoet/db_update_check
handle db update [MAILPOET-720]
2016-12-05 18:27:29 +02:00
Tautvidas Sipavičius
5e23aacdca Merge pull request #730 from mailpoet/sending_queue_worker_update
Stop sending when newsletter is trashed [MAILPOET-716]
2016-12-05 17:27:42 +02:00