Vlad
71fbc1a7b0
- Simplifies code that prepares subscriber custom field data for
...
creation/update
- Updates tests
2016-11-27 20:53:20 -05:00
Vlad
677060491d
- Fixes an issue with unicode characters not rendering in from/reply-to/to
...
fields.
2016-11-25 15:34:55 -05:00
Tautvidas Sipavičius
03fec11947
Merge pull request #720 from mailpoet/renderer_update
...
Newsletter text version rendering warning [MAILPOET-704]
2016-11-25 16:26:02 +02:00
Tautvidas Sipavičius
a0817a1e97
Merge pull request #721 from mailpoet/amazon_ses_fix
...
Amazon SES sending fix [MAILPOET-698]
2016-11-25 16:00:49 +02:00
Vlad
1926b7ba29
- urlencodes POST data and fixes the "unable to determine service/operation
...
name to be authorized" error
2016-11-24 17:20:54 -05:00
Vlad
aec6d241e8
- Highlights chosen SES region in settings
2016-11-24 13:10:32 -05:00
Vlad
75602be304
- Converts special chars to HTML entities in subject
...
- Silences warnings from HTML->text renderer
2016-11-24 11:15:06 -05:00
mrcasual
299c922cef
Merge pull request #719 from mailpoet/exporttest_windows_fix
...
Escape paths for regexes in ExportTest->testItCanConstruct() to make …
2016-11-24 09:01:26 -05:00
Alexey Stoletniy
29673d0799
Escape paths for regexes in ExportTest->testItCanConstruct() to make it pass on Windows
2016-11-24 16:23:11 +03:00
Tautvidas Sipavičius
7c236e6209
Merge pull request #718 from mailpoet/sending_worker_execution_enforcement
...
Enforces worker execution limit between each send operation [MAILPOET-697]
2016-11-24 12:22:04 +02:00
Vlad
8e438e1819
- Enforces worker execution limit between each send operation
2016-11-23 12:02:48 -05:00
Vlad
0c8cc27ea2
- Updates MailChimp API key regex
2016-11-22 12:44:58 -05:00
Vlad
6f49201393
- Extends save() method to convert emails to lowercase format
2016-11-22 12:13:13 -05:00
Vlad
7bf9e8b06e
- Removes unused method
2016-11-22 12:12:51 -05:00
Tautvidas Sipavičius
96eaafe012
Bump up release version to 3.0.0-beta.5
3.0.0-beta.5
2016-11-22 14:21:16 +02:00
Tautvidas Sipavičius
9a82e718ce
Merge pull request #715 from mailpoet/queue_delete_update
...
Sending queue deletes parent newsletter [MAILPOET-683]
2016-11-22 13:49:08 +02:00
Tautvidas Sipavičius
f9e4f3f584
Merge pull request #716 from mailpoet/autoload_fix
...
Checks for existence of autoload.php [MAILPOET-693]
2016-11-22 12:17:25 +02:00
Vlad
d8b1be9ccc
- Deletes related custom fields when deleting subscriber
...
- Updates unit tests
2016-11-21 22:38:43 -05:00
Vlad
7c61fa2c81
- Fixes an issue where a subscriber with the same email but different case
...
variant is not considered unique
- Fixes an issue where an object of existing subscribers would not have
the same number of data in each child array due to null values being
removed
- Updates unit tests
2016-11-21 21:53:43 -05:00
Vlad
0af99c771e
- Fixes 'get_userdata() function not found' error
...
- Tidies up format
2016-11-21 20:26:08 -05:00
Vlad
c5488571be
- Removes unused class imports
2016-11-21 20:25:23 -05:00
Vlad
e0aeeb29d9
- Deletes post notification history record when no posts are found and
...
when sending queue record is deleted
- Reverts back changes to the model's delete() method
- Updates unit tests
2016-11-21 19:27:08 -05:00
Vlad
d5a9b84ca3
- Updates "tested up to" WP version
...
- Includes a check for missing autoloader and displays an error notice
2016-11-21 18:54:04 -05:00
Tautvidas Sipavičius
fd417d8d95
Merge pull request #712 from mailpoet/access_to_temp_folder
...
Restricts access to plugin's temp/cache folder [MAILPOET-643]
2016-11-21 20:10:39 +02:00
Vlad
0291c3a9a0
- Updates models' delete() method to delete parent newsletter
...
- Updates unit tests
2016-11-20 12:31:04 -05:00
mrcasual
fd6e6de547
Merge pull request #714 from mailpoet/ui_fixes
...
Admin UI fixes
2016-11-20 12:19:12 -05:00
Vlad
bf54eeb345
- Updates error messages and links to KB articles
...
- Adds polyfills for mb_string functions
- Aborts initialization if PDO extension is not found (critical
requirement)
2016-11-20 12:14:27 -05:00
Tautvidas Sipavičius
697afcbeba
Add wysija to the list of contributors in readme.txt
2016-11-18 14:00:22 +02:00
Tautvidas Sipavičius
5773fa7994
Losslessly optimize image assets with kraken.io MAILPOET-669
2016-11-18 13:48:52 +02:00
Tautvidas Sipavičius
b59785c4b6
Updated KB link text in MailChimp import MAILPOET-677
2016-11-18 13:09:20 +02:00
Tautvidas Sipavičius
fbf9f6f902
- Removed "beta" in superscript on welcome and update pages;
...
- Added "Get back to MailPoet" button on update page;
MAILPOET-678
2016-11-18 13:06:22 +02:00
Tautvidas Sipavičius
adc232fc3f
Prevent MailPoet Page post type from showing up in menu MAILPOET-674
2016-11-18 12:56:06 +02:00
Jonathan Labreuille
e3c1ff6c8c
Merge pull request #713 from mailpoet/editor_fixes
...
ALC block tool fixes [MAILPOET-676]
2016-11-18 11:39:53 +01:00
Tautvidas Sipavičius
77edd93965
- Prevent tools of ALC inner blocks from showing on hover MAILPOET-676;
...
- Fix overlay of ALC blocks to appear even if mouse hovers over its
block tools;
2016-11-17 15:59:51 +02:00
Vlad
7d15c391ea
- Adds new Requirements Checker class
...
- Updates Initializer to check requirements
2016-11-16 21:46:21 -05:00
Vlad
8fb29e2418
- Moves Env class's error handling to the Initializer class
2016-11-15 12:13:01 -05:00
Vlad
b348c350c0
- Adds expection handle to the main mailpoet script
...
- Throws exception when a temporary/cache folder can't be created
2016-11-15 11:41:09 -05:00
Tautvidas Sipavičius
fbeddb8af2
Bump up release version to 3.0.0-beta.4
3.0.0-beta.4
2016-11-15 12:45:51 +02:00
Vlad
54f6ab0c79
- Abstracts path creation logic
...
- Adds blank index.php to cache and temp folders
- Updates unit tests
- Extracts cache folder location from Renderer to Env class
- Implements #643
2016-11-14 21:03:26 -05:00
mrcasual
8c3525589c
Merge pull request #708 from mailpoet/editor_shortcodes
...
Fix URLs containing shortcodes in TinyMCE [MAILPOET-670]
2016-11-14 18:09:16 -05:00
Tautvidas Sipavičius
58f97ea43d
Merge pull request #711 from mailpoet/issue_645
...
[MAILPOET-645] Protect some fields from being specified when subscribing
2016-11-14 18:39:27 +02:00
Tautvidas Sipavičius
8e4c3ea7ea
Merge pull request #710 from mailpoet/subscriber_limit_fix
...
Fixes total subscriber count [MAILPOET-671]
2016-11-14 17:43:46 +02:00
Jonathan Labreuille
3865a8e8cd
protect some fields from being edit when subscribing
2016-11-14 15:20:18 +01:00
Jonathan Labreuille
02221f6833
Merge pull request #707 from mailpoet/template_cache
...
Gracefully display Twig exceptions as error messages [MAILPOET-667]
2016-11-14 10:07:58 +01:00
Vlad
b63ef8cca0
- Updates total subscriber count to exclude trashed records
...
- Updates unit test
2016-11-12 19:33:46 -05:00
Tautvidas Sipavičius
aabe71d473
- Change TinyMCE to not convert URLs containing shortcodes;
...
- Refactor TinyMCE calls into reusable Behavior;
MAILPOET-670
2016-11-11 15:30:09 +02:00
mrcasual
1405249712
Merge pull request #706 from mailpoet/issue_644
...
MAILPOET-644
2016-11-10 12:47:03 -05:00
Tautvidas Sipavičius
16ee5e934a
Fix typo in property name
2016-11-10 19:17:23 +02:00
Jonathan Labreuille
74276b45c5
use verifyToken instead of generateToken
2016-11-10 17:50:38 +01:00
Tautvidas Sipavičius
b046c9ea4b
Gracefully catches Twig exceptions and displays error messages
...
MAILPOET-667 #time 3h
2016-11-10 16:33:50 +02:00