5d1623a083
Use PHP functions
2019-05-21 09:04:00 -04:00
5da7110eb6
Use short array syntax
...
[MAILPOET-2090]
2019-05-20 10:18:45 -04:00
b9af15e19f
Enforce array trailling commas
...
[MAILPOET-2090]
2019-05-20 10:18:45 -04:00
26cbd79535
Add an integration test for fetch() in settings controller [MAILPOET-1483]
2019-04-29 09:33:12 -04:00
604eedf91b
Fix accessing non-existing nested properties in setting controller [MAILPOET-1483]
2019-04-29 09:33:12 -04:00
fe746f07f0
Better name from inactive subscriber interval
...
[MAILPOET-1970]
2019-04-11 09:18:19 -04:00
54bc5513c1
Add new settings to set inactive subscriber period
...
[MAILPOET-1970]
2019-04-11 09:18:19 -04:00
3e66e9e1dd
Fix phpstan level 6
...
[MAILPOET-1969]
2019-04-10 09:55:13 -04:00
fee3b58e4e
Fix small bugs
2019-03-21 10:03:21 -04:00
7f131d256c
Remove debugging code
2019-03-21 10:03:21 -04:00
92cf0cc7db
Refactor UserFlagsController
2019-03-21 10:03:21 -04:00
22fc3089e6
Rename UserFlags
to UserFlagsController
2019-03-21 10:03:21 -04:00
114a8281a9
Fix tests, code typos and style
2019-03-21 10:03:21 -04:00
33847397f3
Add UserFlags controller [MAILPOET-1677]
2019-03-21 10:03:21 -04:00
a4c1b07db5
Remove dot announcement
...
[MAILPOET-1862]
2019-03-07 08:56:23 -05: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
ebbdec5ebd
Add space between foreach and ‘(‘
...
[MAILPOET-1791]
2019-02-13 08:26:27 -05:00
10e56d860d
Move Setting getValue and setValue to controller as a private methods
...
[MAILPOET-1757]
2019-01-31 15:57:59 +01:00
62dca415d4
Improve naming in SettingsController
...
[MAILPOET-1757]
2019-01-31 15:57:59 +01:00
f7aecf1d63
Add new settings service
...
[MAILPOET-1757]
2019-01-31 14:48:01 +01:00
3589899d6b
Dont call flush_rewrite in init [MAILPOET-1392]
...
Following http://wpengineer.com/2044/custom-post-type-and-permalink/
and validating with Tautvidas we concluded there was not
reason not to use flush_rewrite_rules() as recommended which is,
upon activating and deactivating the plugin.
2018-06-04 14:49:16 +02:00
3f03c985bf
Collect plugins info for analytics
...
[MAILPOET-974]
2017-07-17 14:46:26 +01:00
d119a1e5fa
Send settings values to Mixpanel
...
[MAILPOET-974]
2017-07-17 11:15:29 +01:00
b7ef191641
Remove leading slashes in imports [MAILPOET-764]
2017-01-25 10:22:27 +03:00
adc232fc3f
Prevent MailPoet Page post type from showing up in menu MAILPOET-674
2016-11-18 12:56:06 +02:00
01af4d3401
- Fixes const value declaration for PHP <5.6
2016-10-28 10:13:56 -04:00
8c28dc3d8a
- Restricts Amazon SES region to a specific list of hosts
...
- Updates unit tests
- Closes #647
2016-10-16 12:19:47 -04: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
2cbd2d54f3
Subscription pages
2016-04-15 11:56:33 -04:00
945d7edc70
Send with review
...
- updated MailPoet logo
- added SPF
- hide Dkim for beta
- added warning in case the number of emails/sec is too high
2016-04-06 16:57:10 +02:00
20ced8b099
replace mailpoet_title 'hack' by checking the post type
2016-03-17 15:48:41 +01:00
f38b632707
properly handle custom subscriptions pages
2016-03-17 15:48:41 +01:00
e28451d410
removed edit page in settings + manage subscription update
2016-03-17 15:45:05 +01:00
1e7dbc8449
refactor pages
2016-03-01 18:27:31 +01:00
c721843c12
extracted subscription pages code from router
2016-02-29 13:34:17 +01:00
14fe333678
Send confirmation email + page
2016-02-29 13:34:17 +01:00
0776e9ad73
- Adds "reply to" option to all mailers
...
- Replaces WPMail with Swift using local transport (PHP mail)
- Fixes AmazonSES region naming convention
- Updates tests
2016-01-26 19:08:02 -05:00
3689545589
Default page on install + Setting::setValue() dot notation + cleanup
2016-01-15 13:37:37 +01:00
beb939df9e
updated send with tab
2015-12-04 15:31:04 +01:00
a413f666fe
Sending Progress
...
- improved progress bar styles (with completed status)
- add pause/resume buttons
- fixed method case in settings.mta for MailPoet & SMTP Providers
- fixed parsley dependency
- added validation on from name & address on step 3
2015-12-03 18:26:36 +01:00
10a20935c3
cleanup tests
2015-11-12 14:11:27 +01:00
f59670005e
unit tests and cleanup
2015-10-15 18:21:42 +02:00
34c237ce8e
Load/Save settings
...
- renamed all settings with dot syntax
- refactored Menu->settings()
- changed schema of settings table to allow longer setting name and value
- added getAll() static method on Setting Model to fetch all settings (with proper unserialize of value)
2015-10-15 14:22:27 +02:00
c8c3f09fb2
Refactoring Menu 1st step: Permissions
...
- added config permissions to setup our capabilities
- added debug mode for Twig so that we can use "dump()" when WP_DEBUG is on
2015-10-14 16:58:50 +02:00
6a4d0b06af
send with tab + dkim + hosts
2015-10-14 14:38:37 +02:00