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
Jonathan Labreuille
8bd7f5f169
added token verification when updating subscription
2016-11-10 12:21:20 +01:00
Tautvidas Sipavičius
ee119215c0
Merge pull request #705 from mailpoet/issue_646
...
Mass subscriptions protection + EU laws compliance
2016-11-09 12:54:02 +02:00
Jonathan Labreuille
c22d3c8957
Renamed 'ip' column to 'subscribed_ip'
...
- updated code based on PR review
2016-11-09 11:43:08 +01:00
mrcasual
0dd7a3990f
Merge pull request #703 from mailpoet/hs_beacon
...
HelpScout Beacon update
2016-11-08 12:54:06 -05:00
Jonathan Labreuille
1a6b032943
Added subscription limit in order to avoid mass subscriptions
2016-11-08 17:29:28 +01:00
Tautvidas Sipavičius
1220f47d87
Clear vendor files in build before reinstalling production deps
3.0.0-beta.3
2016-11-08 12:28:55 +02:00
Tautvidas Sipavičius
583b34a5c1
Bump up release version to 3.0.0-beta.3
2016-11-08 11:56:18 +02:00
Jonathan Labreuille
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
Jonathan Labreuille
1a3aa7a4e4
Merge pull request #701 from mailpoet/rendering_update
...
Rendering update
2016-11-07 16:27:48 +01:00
Tautvidas Sipavičius
70a13a4774
Update helpscout beacon code to include support KB article search
2016-11-07 17:27:28 +02:00
Tautvidas Sipavičius
6ce13df2f3
Merge pull request #696 from mailpoet/beacon_report
...
HS Beacon enhanced report
2016-11-07 15:59:06 +02:00
Tautvidas Sipavičius
4eb85c5d7e
Merge pull request #697 from mailpoet/php7_compatibility_update
...
PHP 7.0 compatibility update
2016-11-07 15:40:48 +02:00
Tautvidas Sipavičius
6eb6636e8b
Merge pull request #694 from mailpoet/newsletter_number_shortcode_fix
...
Newsletter number shortcode fix
2016-11-07 14:03:01 +02:00
Vlad
9635fb5365
- Replaces with spaces in all templates
2016-11-06 20:06:26 -05:00