Commit Graph

2107 Commits

Author SHA1 Message Date
Vlad
ba86cbfb18 Updates unit test 2017-09-11 11:40:14 -04:00
Vlad
2ac7d1d4ab Breaks plugin initialization into 3 stages: preInit, init and postInit 2017-09-11 11:33:03 -04:00
Tautvidas Sipavičius
e9c55260c8 Merge pull request #1092 from mailpoet/db_version_settings_logic_update
Uses plugin's settings to store DB version [MAILPOET-1095]
2017-09-11 18:15:17 +03:00
Vlad
b0343254c0 Renames db version setting value 2017-09-11 10:05:09 -04:00
stoletniy
9e932c9078 Merge pull request #1085 from mailpoet/improve-user-sync
Improve user sync [MAILPOET-1073]
2017-09-11 14:56:41 +03:00
Pavel Dohnal
6d36d67a60 Delete orphaned subscribers instead of updating their id
[MAILPOET-1073]
2017-09-11 10:09:32 +01:00
Vlad
dff9c1012b Moves widget initialization back to widgets_init hook
Removes priority from plugin initialization
2017-09-10 19:49:05 -04:00
Vlad
52470360a1 Returns ping response body instead of boolean 2017-09-10 18:49:15 -04:00
Vlad
6c62459ed4 Adds filter to override default cron request URL 2017-09-10 18:36:22 -04:00
Vlad
98482cebf9 Uses plugin's settings to store DB version 2017-09-10 16:31:36 -04:00
Pavel Dohnal
c2789cdac3 Don't load all ids to memory, PHP could crash
[MAILPOET-1073]
2017-09-07 13:42:18 +01:00
Pavel Dohnal
784a80d1a5 Use ->prefix instead of wp_
[MAILPOET-1073]
2017-09-07 13:42:18 +01:00
Pavel Dohnal
922d2b4b5f Fix migration
[MAILPOET-1073]
2017-09-07 13:42:18 +01:00
Pavel Dohnal
91e8461cac Clean the code
[MAILPOET-1073]
2017-09-07 13:42:18 +01:00
Pavel Dohnal
8757598a2d Add index
[MAILPOET-1073]
2017-09-07 13:42:18 +01:00
Pavel Dohnal
524aabea1d Split users sync into multiple queries
[MAILPOET-1073]
2017-09-07 13:42:18 +01:00
Tautvidas Sipavičius
6bc288ed54 Merge pull request #1088 from mailpoet/depreciated_twig_notice_fix
Fixed Twig's deprecated notice [MAILPOET-1092]
2017-09-07 12:48:11 +03:00
Vlad
77f3a875dd Does not set global is_rtl variable 2017-09-06 20:56:52 -04:00
Vlad
6584250d1a Adds is_rtl() function to Twig 2017-09-06 20:55:44 -04:00
Tautvidas Sipavičius
2762096167 Switch strtoupper to mb_strtoupper based on feedback 2017-09-06 16:14:52 +03:00
Tautvidas Sipavičius
b2ec3e5f7b Fix translations based on translator feedback on TX [MAILPOET-1091] 2017-09-06 13:45:42 +03:00
Tautvidas Sipavičius
a02e64e805 Merge pull request #1084 from mailpoet/editor_get_post_type_optimization
Removes unused properties from the object used to display post types in editor [MAILPOET-1086]
2017-09-05 17:43:27 +03:00
Tautvidas Sipavičius
864187aa02 Merge pull request #1080 from mailpoet/json_api_method_check_fix
Throws error when JSON API endpoint method is not found [MAILPOET-1074]
2017-09-05 13:08:37 +03:00
mrcasual
59ae6619c0 Browser preview mixed content error fix
Strips protocol from preview URL

[MAILPOET-1080]
2017-09-05 08:54:23 +01:00
Vlad
6aa0be8d01 Removes unused properties from the object 2017-09-04 21:07:15 -04:00
Vlad
c8d92b3cd2 Default status is set depending on the signup confirmation option 2017-08-31 18:48:43 -04:00
Vlad
cc8b7b45ed Throws error when endpoint method is not found 2017-08-31 15:18:22 -04:00
Tautvidas Sipavičius
1688d4dbe1 Split support inquiries into Free and Premium inboxes [MAILPOET-869] 2017-08-31 12:02:20 +03:00
Tautvidas Sipavičius
8f9e8ea185 Merge pull request #1075 from mailpoet/forms-bug
Fix form issue when using list selection field [MAILPOET-1077]
2017-08-30 18:10:33 +03:00
stoletniy
b0b88693f1 Merge pull request #1071 from mailpoet/initializer_cleanup
Fixes activation on MS environments and cleans up Initializer [MAILPOET-1076]
2017-08-30 17:56:16 +03:00
stoletniy
79b5426e01 Fix a constant name [MAILPOET-1076] 2017-08-30 17:47:53 +03:00
mrcasual
5807fd2e02 Merge pull request #1067 from mailpoet/emoji
Add emoji support to newsletter body [MAILPOET-1009]
2017-08-30 10:04:26 -04:00
Vlad
0ee39143f4 Runs hooks setup only when plugin is initilized 2017-08-30 09:50:49 -04:00
Vlad
10c39bd650 Removes unused constructor 2017-08-30 09:47:34 -04:00
Amine Ben hammou
20593cc5a5 Fix form issue when using list selection field 2017-08-30 13:29:41 +00:00
stoletniy
cb4b599d97 Merge pull request #1073 from mailpoet/fix-notice
Fix php notice
2017-08-30 16:25:50 +03:00
stoletniy
53f7953566 Fix browser preview bypassing emoji encoding [MAILPOET-1009] 2017-08-30 14:39:38 +03:00
stoletniy
61ae2da1e3 Fix a constant not defined in PHP 5.3 [MAILPOET-1009] 2017-08-30 14:02:29 +03:00
stoletniy
36abd8e5e6 Don't show network activation notice for other plugins
[MAILPOET-1072]
2017-08-30 11:39:42 +02:00
Pavel Dohnal
7e9de1fd07 Fix php notice 2017-08-30 11:25:42 +02:00
Pavel Dohnal
7ac5e65963 Fix php notice 2017-08-30 10:30:16 +02:00
stoletniy
cf992852b5 Validate for unsubscribe link only for MSS sending method [MAILPOET-1050] 2017-08-30 10:16:24 +02:00
Vlad
59482b2bfa Uses init hook to initilize AccessControl 2017-08-29 23:30:35 -04:00
Vlad
053f9e0cdf Adds higher priority to init hook so that it fires before the widgets hook 2017-08-29 23:20:46 -04:00
Vlad
e1cc25239b Maintains code consistency when setting up JSON API
Updates exception handler return statement
2017-08-29 20:33:50 -04:00
Vlad
2f4452ad36 Removes redundant exception handler 2017-08-29 20:28:20 -04:00
Vlad
f453d685d6 Fixes translation not being picked up by makepot 2017-08-29 20:24:04 -04:00
Vlad
2d2b4ca7f0 Moves setup actions from plugins_loaded hook to init hook
Rearranges class methods to follow the order by which they are called
2017-08-29 20:22:19 -04:00
Tautvidas Sipavičius
2f45bb05d7 Fix Endpoint to use single global permission and not array of them
[MAILPOET-1057]
2017-08-29 15:34:35 +03:00
Pavel Dohnal
c75b6bd7eb Show warning only on plugins page
[PREMIUM-28]
2017-08-29 11:22:51 +02:00