2ba9d95a2e
Update plugin repo icon to "beta"
2016-10-28 16:03:14 +03:00
b2d4bfc760
Initial MailPoet 3.0.0-beta.1 release
3.0.0-beta.1
2016-10-28 13:52:40 +03:00
57f5f16bb6
Merge pull request #674 from mailpoet/premium_hook
...
Bypasses subscriber count enforcement for premium users
2016-10-27 20:47:14 +03:00
7d2e13b9a3
- Updates license check logic
...
- Updates subscriber limit check logic
- Updates unit tests
- Updates Menu's check for subscriber limit
2016-10-27 12:35:57 -04:00
6d39f9fa78
Merge pull request #671 from mailpoet/plugin_repository_assets
...
Preparation for plugin repository
2016-10-27 11:36:57 -04:00
a4395f2350
- Adds unit tests
2016-10-27 11:16:30 -04:00
411969b3eb
- Adds check for premium plugin status
...
- Bypasses subscriber count enforcement if premium is enabled
2016-10-27 10:20:05 -04:00
1868ca3155
Merge pull request #673 from mailpoet/scheduler_update
...
Scheduler update
2016-10-27 13:17:03 +03:00
e765471f5d
- Changes month days count to start from 1 instead of 0
...
- Closes #672
2016-10-26 21:18:07 -04:00
bdce7c5e5a
- Remove unused dependency
2016-10-26 11:43:32 -04:00
773be9f5c8
Add assets for plugin repository
2016-10-26 13:59:02 +03:00
6ae46b05e5
Merge pull request #669 from mailpoet/string_updates
...
String updates
2016-10-25 18:00:44 +03:00
217894745d
- Updates text strings
...
- Closes #655
2016-10-25 10:21:23 -04:00
a03891895c
Bump up release version to 0.0.50 and update changelog
0.0.50
2016-10-25 13:04:55 +03:00
3368e84a99
Merge pull request #668 from mailpoet/export_confirmed_subscribers_option_update
...
Fixes minor export UI issues
2016-10-25 12:46:13 +03:00
e90df2f08d
- Fixes Select2 not dislaying multiple options in the list of export
...
fields
- Sets default "export confirmed subscriber" option to "no"
2016-10-24 13:09:48 -04:00
2391ae1cad
Merge pull request #665 from mailpoet/post_notification_fix
...
Fixes post notification issues
2016-10-24 16:02:19 +03:00
83114a8be4
- Removes unused class declarations
2016-10-24 08:55:22 -04:00
d08d5a3b6c
- Updates unit tests
2016-10-24 08:55:22 -04:00
8330bfc884
- Fixes "completed" status update of notification history
...
newsletters
- Fixes detection of post notification newsletters that do not contain any posts (i.e., blank ALC blocks)
- Updates unit test
2016-10-24 08:55:22 -04:00
ef21a8cca7
- Enables post notification schedule update upon newsletter saving during
...
step 3
2016-10-24 08:55:22 -04:00
e32c46a755
- Detaches posts_where action after posts are pulled from the database
2016-10-24 08:55:22 -04:00
092f69538a
Merge pull request #667 from mailpoet/sending_to_trashed_subscribers_fix
...
Prevents newsletters from being sent to trashed subscribers
2016-10-24 15:26:55 +03:00
7a75367d75
Merge pull request #666 from mailpoet/export_filename_update
...
Increases export filename length and randomness
2016-10-24 13:36:36 +03:00
0b2701ade2
Merge pull request #656 from mailpoet/security_issue_636
...
API Token
2016-10-24 13:26:44 +03:00
1ac288d286
- Prevents newsletters from being sent to trashed subscribers
...
- Updates unit tests
- Addresses #629
2016-10-21 14:36:44 -04:00
516bc73092
- Increases export filename length and randomness
2016-10-21 11:42:13 -04:00
4088abef68
removed useless 'use' in unit test
2016-10-21 13:42:19 +02:00
f6cefc3f5c
wrong email address in unit test
2016-10-21 13:38:23 +02:00
202e4b90e1
added unit test for API::checkPermissions
2016-10-21 13:36:41 +02:00
ee89bf0722
refactored API class
2016-10-21 13:36:41 +02:00
876d21300a
fixed duplicated lines due to faulty rebase
2016-10-21 13:36:41 +02:00
0ca5b7a79f
API Security
...
- added APIAccess class to define access levels of API Endpoints (permissions)
- use "mailpoet_token" for all nonce (just as before)
- merged setupPublic/setupAdmin methods in API in order to avoid duplication
- check permission if access level is not all
- fixed ABSPATH check in some classes
2016-10-21 13:36:41 +02:00
5d0ee43921
removed checkToken for admin ajax
2016-10-21 13:36:41 +02:00
cc523a3c0b
ability to specify action for generateToken() method
2016-10-21 13:36:41 +02:00
2787998d32
Merge pull request #664 from mailpoet/editor_fixes
...
Editor fixes
2016-10-20 17:29:55 +02:00
38f6c95059
Update newsletter saving to reflect code review comments
...
- Switch to using full segment objects when saving newsletters
- Fix stale comment in newsletter editor's Newsletter model
- Fix typo in newsletter editor tests
2016-10-20 17:52:05 +03:00
cc03b631ff
Allow newsletters.save endpoint to accept segments as list of objects
2016-10-20 16:08:41 +03:00
a3c77fb685
Fix PHP to JS date format converter to handle escaped symbols
2016-10-20 15:19:04 +03:00
3817e28960
Change newsletter not found error to a static one in editor
2016-10-20 13:38:07 +03:00
c3a78b1ea3
Fix newsletter editor to only save properties it changes
2016-10-20 13:37:32 +03:00
42877236c8
Merge pull request #663 from mailpoet/wp_repo_files
...
Preparation for plugin repo
2016-10-19 09:08:54 -04:00
6e87f3539c
Update license.txt, readme.txt and link to plugin's repo page
2016-10-19 13:46:14 +03:00
7704ea4b68
Bump up release version to 0.0.49
2016-10-19 13:23:00 +03:00
12a3931b7b
Merge pull request #662 from mailpoet/security_issue_634
...
PHP Object injection in front Router
0.0.49
2016-10-18 16:46:14 +03:00
25a55dbb67
Merge pull request #661 from mailpoet/security_issue_633
...
Import SQL injection
2016-10-18 14:50:08 +02:00
6758f60a81
Merge pull request #659 from mailpoet/import_data_sanitization
...
Sanitize import data
2016-10-18 12:35:52 +02:00
5e9e53ec41
- Updates router to use json_encode() instead of serialize() for publicly modified data payload
...
- Updates unit tests
- Fixes #634
2016-10-17 22:39:36 -04:00
1285252a8c
- Adds unit tests
2016-10-17 20:27:58 -04:00
98f95f72ad
- Adds validation for import data, including column names ( fixes #633 )
...
- Prevents nonexistent custom fields from being associated with subscribers
2016-10-17 20:22:25 -04:00