|
31116a7cf6
|
- Removes setting DB character set to utf8
|
2016-12-21 18:21:36 -05:00 |
|
|
949d6033d7
|
- Fixes DB configuration being partially set
|
2016-12-20 10:14:04 -05:00 |
|
|
cad6391fc6
|
- Updates the format of db timezone offset to two-digit hours and minutes
|
2016-12-20 10:13:11 -05:00 |
|
|
88599963e0
|
Merge pull request #743 from mailpoet/vendor_conflict
Add dependency checking requirement [MAILPOET-690]
|
2016-12-12 15:24:56 -05:00 |
|
|
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 |
|
|
891239bf4e
|
Check readme file is readable before trying to parse it
|
2016-12-12 15:31:10 +03:00 |
|
|
232494e1a2
|
added 'mailpoet_initialized' action so that 3rd party plugin can check if mp is loaded
|
2016-12-12 11:28:38 +01:00 |
|
|
4ae55230da
|
Display changelog from readme.txt on Update page [MAILPOET-708]
|
2016-12-12 10:04:36 +03:00 |
|
|
eda4a9edcc
|
Fix regex to work on windows and match only mailpoet folder as valid
|
2016-12-09 23:20:48 +02:00 |
|
|
5fb699fd5b
|
Remove trailing slash to support searches in Windows
|
2016-12-09 23:07:55 +02:00 |
|
|
7c5e0212ad
|
Fix calling a method on an undefined variable
|
2016-12-09 22:44:43 +02:00 |
|
|
44a77e097b
|
Escaped path when used in regex pattern
|
2016-12-09 22:41:44 +02:00 |
|
|
22fd9e31f7
|
Fix variable name typo
|
2016-12-09 18:12:22 +02:00 |
|
|
bbe3d48ec1
|
Add dependency checking to prevent conflicts with other plugins
MAILPOET-690
|
2016-12-09 18:05:19 +02:00 |
|
|
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 |
|
|
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 |
|
|
4dfe4e4997
|
fix sql errors with mysql 5.6 & ONLY_FULL_GROUP_BY mode
|
2016-12-08 18:38:03 +01:00 |
|
|
6728203672
|
Add cache breaker query string to plugin static asset URLs
MAILPOET-713
|
2016-12-07 16:22:53 +02:00 |
|
|
baf0d374ae
|
Add bounce synchronization with MailPoet Sending Service [MAILPOET-696]
|
2016-12-06 22:48:36 +03:00 |
|
|
3d24f0c77b
|
handle db update
|
2016-12-05 13:14:12 +01:00 |
|
|
72f696e834
|
- Removes unused logic to deal with "failed" subscribers
- Updates sending queue worker to handle new mailer response format
|
2016-11-28 09:50:32 -05:00 |
|
|
57dff5ff00
|
- Corrects code comments
- Resets mailer log on each run
|
2016-11-28 09:50:32 -05:00 |
|
|
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 |
|
|
7d15c391ea
|
- Adds new Requirements Checker class
- Updates Initializer to check requirements
|
2016-11-16 21:46:21 -05:00 |
|
|
8fb29e2418
|
- Moves Env class's error handling to the Initializer class
|
2016-11-15 12:13:01 -05:00 |
|
|
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 |
|
|
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 |
|
|
16ee5e934a
|
Fix typo in property name
|
2016-11-10 19:17:23 +02:00 |
|
|
b046c9ea4b
|
Gracefully catches Twig exceptions and displays error messages
MAILPOET-667 #time 3h
|
2016-11-10 16:33:50 +02:00 |
|
|
c22d3c8957
|
Renamed 'ip' column to 'subscribed_ip'
- updated code based on PR review
|
2016-11-09 11:43:08 +01:00 |
|
|
1a6b032943
|
Added subscription limit in order to avoid mass subscriptions
|
2016-11-08 17:29:28 +01:00 |
|
|
b36d13a087
|
Merge pull request #699 from mailpoet/php53-fix
Fixes various errors on PHP 5.3.x
|
2016-11-07 16:48:18 +01:00 |
|
|
1a3aa7a4e4
|
Merge pull request #701 from mailpoet/rendering_update
Rendering update
|
2016-11-07 16:27:48 +01:00 |
|
|
6ce13df2f3
|
Merge pull request #696 from mailpoet/beacon_report
HS Beacon enhanced report
|
2016-11-07 15:59:06 +02:00 |
|
|
9635fb5365
|
- Replaces with spaces in all templates
|
2016-11-06 20:06:26 -05:00 |
|
|
61c255564f
|
- Fixes 'Using $this when not in object context' error in PHP 5.3
|
2016-11-06 18:55:12 -05:00 |
|
|
67f4c21aa8
|
Fix coding standard issue - extra space after foreach
|
2016-11-04 17:00:10 +02:00 |
|
|
5eba0e2731
|
Fix referencing $this in anonymous function context
|
2016-11-04 17:00:10 +02:00 |
|
|
b8cb1da777
|
added custom information to HS Beacon
|
2016-11-04 14:11:37 +01: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 |
|
|
411969b3eb
|
- Adds check for premium plugin status
- Bypasses subscriber count enforcement if premium is enabled
|
2016-10-27 10:20:05 -04:00 |
|
|
217894745d
|
- Updates text strings
- Closes #655
|
2016-10-25 10:21:23 -04:00 |
|
|
cc523a3c0b
|
ability to specify action for generateToken() method
|
2016-10-21 13:36:41 +02:00 |
|
|
be61135daf
|
Merge pull request #627 from mailpoet/translations
Translations
|
2016-10-05 12:26:03 +03:00 |
|
|
d32abff78d
|
display subscribers count in segments selection
|
2016-09-30 15:23:18 +02:00 |
|
|
7fbf84db1f
|
converted text domain to string instead of constant
|
2016-09-30 09:58:26 +02:00 |
|
|
42202f676a
|
updated Env::plugin_name to constant for text domain
|
2016-09-27 14:54:23 +02:00 |
|
|
ba6198f956
|
added textdomain to __() calls
|
2016-09-27 14:53:44 +02:00 |
|
|
ea5c73721b
|
remove doing_ajax logic from API and created dedicated class for subscription form non ajax submission
|
2016-09-22 16:24:13 +02:00 |
|
|
cfdf72867e
|
Merge pull request #612 from mailpoet/subscribers_limit
Subscribers limit
|
2016-09-13 08:49:06 -04:00 |
|