674d8f9926
Use sender and reply-to settings for confirmation emails
...
[MAILPOET-2328]
2019-09-12 15:45:34 +02:00
01a0fe96c4
Remove no longer necessary checks
...
[MAILPOET-1948]
2019-09-12 13:59:32 +02:00
92495b20a5
Use DI to inject Activator to MP2Migrator
...
[MAILPOET-2203]
2019-08-12 11:12:33 +02:00
7788aebe83
Fix minor PR remarks [MAILPOET-2015]
...
Reuse updateCaptcha() function
Inject Captcha class using DI
Add no-cache headers to captcha image
Fix an error when accessing the captcha page directly
Edit the line in settings regarding missing dependencies
2019-07-23 08:37:46 -04:00
8fd19f1d68
Fix tests
2019-06-27 08:38:33 -04:00
5d64ec168d
Add rule for concatenation operator spacing
...
[MAILPOET-2090]
2019-05-20 10:18:45 -04:00
12ff88ee21
Add rule for operator spacing
...
[MAILPOET-2090]
2019-05-20 10:18:45 -04:00
5da7110eb6
Use short array syntax
...
[MAILPOET-2090]
2019-05-20 10:18:45 -04:00
9f16cb6a5f
Check for unused privates
...
[MAILPOET-2090]
2019-05-20 10:18:45 -04:00
1f3a9278d2
Refactor MP2 migration setting names to constants
...
[MAILPOET-2040]
2019-05-15 07:26:46 -04:00
7d6f69ec1d
Upgrade PHPStan level to 3
...
[MAILPOET-1915]
2019-03-21 14:02:59 -04:00
86db17c7d9
Fix mp2migrator
...
[MAILPOET-1887]
2019-03-13 15:17:37 -04:00
0a436087e1
Replace all WP function calls
2019-03-07 08:30:14 -05:00
3ee58aea10
Add space between if and ‘(‘
...
[MAILPOET-1791]
2019-02-13 08:26:27 -05:00
100db25ed9
Add space between while and ‘(‘
...
[MAILPOET-1791]
2019-02-13 08:26:27 -05:00
a8972ca281
Add space between switch and ‘(‘
...
[MAILPOET-1791]
2019-02-13 08:26:27 -05:00
ebbdec5ebd
Add space between foreach and ‘(‘
...
[MAILPOET-1791]
2019-02-13 08:26:27 -05:00
6e79705128
Refactor MailPoet\Config to use new settings
...
[MAILPOET-1757]
2019-01-31 15:57:58 +01:00
59418efa99
Merge pull request #1746 from mailpoet/phpstan-cleanup
...
Raise PHPStan strictness level to 1
2019-01-28 10:47:24 -05:00
b1ce9b8b91
Move PHPDoc properties to actual properties in MP2Migrator
2019-01-24 15:14:59 +02:00
3bfba7c642
Refactor unnecessary constants into class properties
2019-01-23 21:27:45 +02:00
a4ff9822ad
Add WooCommerce customers list [MAILPOET-1721]
2019-01-17 21:42:57 +03:00
9d0b7077d0
Fix catching non-existent exception & missing exception instantiation
2018-11-15 11:41:04 +01:00
017918c870
Add after migration notice
...
[MAILPOET-1492]
2018-09-19 10:27:04 +02:00
cbcc8eebf1
Mark status as confirmed if MP2 double opt in is disabled
...
[MAILPOET-1514]
2018-09-03 12:19:13 +02:00
f210b15652
MP2Migration: Fixed null updated_at error by fallback to created_at in importSubscriberSegment MAILPOET-1285
2018-02-23 20:22:21 +01:00
2762096167
Switch strtoupper to mb_strtoupper based on feedback
2017-09-06 16:14:52 +03:00
b2ec3e5f7b
Fix translations based on translator feedback on TX [MAILPOET-1091]
2017-09-06 13:45:42 +03:00
efa231b08f
Removes AccessControl from Migrator and Changelog
2017-08-22 09:06:20 -04:00
2e5554a3af
Refactors AccessControl and passes it as dependency to JSON API and Menu
2017-08-22 09:06:20 -04:00
6fe5b7e0c5
Conditionally uses set_time_limit() when function is not disabled
2017-08-11 12:16:31 -04:00
4a2f9ad1f9
Remove unused code
2017-07-10 18:37:22 +02:00
e5ecf870c7
Fixed: SendGrid provider was selected even when Sendgrid was not selected in MP2
2017-07-10 18:37:21 +02:00
e352b5bfad
New: Migrate installation date
2017-07-10 18:37:19 +02:00
68988edd7e
Fixed: Change the emails number if the frequency is greater than 15 minutes
2017-07-10 18:37:17 +02:00
f164e9bb95
Fixed: Leave the Newsletter task scheduler (cron) to its default value
2017-07-10 18:37:16 +02:00
fe83435d14
Fixed: "Subscribe in comments" always on
2017-07-10 18:37:15 +02:00
453b7683bc
Fixed: SendGrid method and provider were not selected
2017-07-10 18:37:14 +02:00
048d71164a
Migrate the settings
2017-07-10 18:31:51 +02:00
f539860922
Remove trailing spaces
2017-06-21 19:24:06 +02:00
536267c8f5
Fixed: Form fields were not inactive when used
2017-06-21 19:24:05 +02:00
5e152ebaa1
Fixed: Wrong date format on front-end
2017-06-21 19:24:04 +02:00
2c35c7061e
Fixed: Display "Invalid e-mail" on the front-end whereas the e-mail is correct
2017-06-21 19:24:03 +02:00
2515dcf4ce
Fixed: Wrong HTML encoding of the text fields
2017-06-21 19:24:02 +02:00
9458bf7418
Add Unit tests for MP2 to MP3 migration phase 2
2017-06-21 19:24:01 +02:00
44bf4b98b8
MP2 to MP3 migration phase 2: Forms migration
2017-06-21 19:24:01 +02:00
898913a517
Change: the users belonging to the wp_users segment must be imported as subscribed to the wp_users segment
2017-06-12 13:13:17 +02:00
3a4b364bcd
Modify unit tests following previous changes
2017-06-12 13:13:16 +02:00
d373d10f6c
Fixed: Segments with a null description were not imported
2017-06-12 13:13:15 +02:00
c07e1eff3c
New: Redirect the user to the migration page if the import has started but is not finished to prevent him from using MailPoet with incomplete data. So he can resume the import where it left off.
2017-06-12 13:13:15 +02:00