accf804cea
Add queue id into unsubscribe URLs data
...
[MAILPOET-2736]
2020-05-05 14:40:11 +02:00
4189b11054
Remove unsubscribes tracking from shortcodes processing
...
[MAILPOET-2736]
2020-05-05 14:40:11 +02:00
1f744453d4
Switch unsubscribe url shortcode to the confirm page
...
[MAILPOET-2736]
2020-05-05 14:40:11 +02:00
923dc0d1dd
Simplify and unify getViewInBroserUrl calls
...
[MAILPOET-2430]
2020-02-13 18:40:37 +00:00
e5fcf5819d
Remove 'type' parameter for view-in-browser, always include hash
...
[MAILPOET-2430]
2020-02-13 18:40:37 +00:00
eb1c7673e3
Make $preview = true default for view-in-broser URL
...
[MAILPOET-2430]
2020-02-13 18:40:37 +00:00
54549ff037
Convert variable names to camel case
...
[MAILPOET-1796]
2020-01-14 15:22:42 +01:00
43df66d162
Add public keyword to methods
...
[MAILPOET-2413]
2019-12-26 18:09:45 +03:00
d970dda637
Replace "new SettingsController()" with fetch from DI container
...
[MAILPOET-2436]
2019-11-06 16:32:32 +00:00
0dd7b5fb7a
Remove unnecessary aliases for SubcriptionUrlFactory
...
[MAILPOET-2381]
2019-09-25 10:29:20 +01:00
7dba4d900c
Rename Subscription\Url to Subscription\SubscriptionUrlFactory
...
[MAILPOET-2381]
2019-09-25 10:29:20 +01:00
d90d5c6385
Refactor getUnsubscribeUrl to instance method
...
[MAILPOET-2381]
2019-09-25 10:29:20 +01:00
4e75f8883e
Refactor getManageUrl to instance method
...
[MAILPOET-2381]
2019-09-25 10:29:20 +01: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
a8972ca281
Add space between switch and ‘(‘
...
[MAILPOET-1791]
2019-02-13 08:26:27 -05:00
fce709a7fc
Refactor MailPoet\Newsletter to use new settings
...
[MAILPOET-1757]
2019-01-31 15:57:58 +01:00
c3481dd4b7
Refactor subscription links to work with subscriber entity
...
[MAILPOET-1495]
2018-10-12 11:33:15 +02:00
1c6c275295
Passes single array with shortcode details
2018-05-14 19:16:24 -04:00
ee4aefb6e3
Passes full shortcode object as function argument
2018-05-07 19:07:53 -04:00
0217e21753
Restore a default argument value [MAILPOET-1121]
2017-10-19 19:43:39 +03:00
8c8c01aa75
shows links when previewing sent newsletters
2017-10-17 14:14:08 +00:00
19e67ea2b0
Enabling links on header and footer on preview
2017-10-11 12:45:07 +00:00
213d0e8627
Distinguishes between link TYPE and link CATEGORY NAME
...
Uses $replacement_link variable for clarity
2017-07-17 09:14:11 -04:00
b02e9f5ab3
Depreciates and removes server-side rendering of subscription_unsubscribe,
...
subscription_manage and newsletter_view_in_browser
2017-04-26 17:47:52 -04:00
a3f2c32a6d
- Adds custom date format as a shortcode action's argument
...
- Updates shortcodes logic to allow action arguments other than
"default"
2017-01-09 09:05:24 -05:00
9698cf2d2e
- Optimizes ViewInBrowser router endpoint
...
- Optimizes ViewInBrowser class
- Optimizes and updates shortcode link category to use the refactored
getViewInBrowserUrl() method
- Updates Shortcodes to use the refactored getViewInBrowserUrl() method
2016-12-18 23:24:57 -05:00
eee22227b3
- Removes unused class import
...
- Fixes newsletter URL generation in archive shortcode
- Disables generation of subscription management/unsubscribe/view in
browser shortcodes when newsletter is previewed
2016-12-18 23:08:07 -05:00
43b23994a9
- Updates function arguments
2016-12-05 12:15:24 -05:00
0d32c09df3
- Replaces model arrays with model objects
2016-11-03 20:45:53 -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
ec09fbcb78
- Converts static classes to dynamic
2016-08-22 16:22:33 -04:00
ed352bb1d3
- Passes wp_user_preview parameter to custom link shortcode filter
2016-08-22 09:26:25 -04:00
69f8daac95
- Updates wp user & preview check condition
2016-08-22 09:26:25 -04:00
55d48df8a4
Fix indentation issues
2016-06-30 18:50:48 +03:00
9ddc1ef555
Remove statements that cannot be executed
2016-06-30 18:49:50 +03:00
24e108bce7
Remove spaces after type casts
2016-06-30 18:49:50 +03:00
33bdde1156
Merge pull request #516 from mailpoet/unit_tests
...
Adds unit test for open/unsubscribe statistics
2016-06-09 12:54:16 +03:00
ed707b1738
- Adds unit test for unsubscribe statistics
2016-06-08 21:25:40 -04:00
d6cbe5aac8
- Fixes incorrect shortcode name
...
- Updates unit test
2016-06-08 11:09:33 -04:00
d182638971
- Updates references to the new view in browser URL class
...
- Removes unnecessary rtrim condition in URL generation
2016-06-07 10:53:01 -04:00
c176ad1d16
- Updates based on code review comments
2016-06-07 10:14:37 -04:00
14c2b4d90f
- Changes location for the main view in browser class
...
- Updates code formattign for case statements
2016-06-07 09:28:29 -04:00
03eb4ad0fc
- Changes location for the view in browser URL class
2016-06-07 09:16:48 -04:00
ba9cd15651
- Extracts view in browser URl logic into a separate class
2016-06-07 09:08:01 -04:00
16cb91990b
- Updates unit test
2016-05-31 20:08:45 -04:00
da7615ba4c
- Removes redundant shortcode description
...
- Implements shortcode processing for custom fields
2016-05-31 11:03:04 -04:00
0bf6c87ec7
- Fixes shortcode category name for view in browser url
...
- Updates shortcode regex
2016-05-04 10:45:30 -04:00