59b6877675
- Fixes non-paragraph elements inside blockquotes note being rendered
...
- Updates blockquote table width to 100% and allows text alignment
- Updates unit tests
2016-12-07 20:50:07 -05:00
663f39d749
Merge pull request #735 from mailpoet/alc_boolean_fix
...
Fix displaying dividers in ALC blocks MAILPOET-721
2016-12-05 22:37:42 -05:00
b2f662c1d5
Fix displaying dividers in ALC blocks MAILPOET-721
2016-12-05 19:45:46 +02:00
43b23994a9
- Updates function arguments
2016-12-05 12:15:24 -05:00
9708019ab6
- Returns false when subscriber is defined but not an object
...
- Updates unit tests
2016-12-05 11:48:20 -05:00
5bc17f5e76
- Saves welcome emails with high priority
...
- Fixes welcome emails not being sent to WP users
- Updates unit tests
2016-11-28 18:49:35 -05:00
75602be304
- Converts special chars to HTML entities in subject
...
- Silences warnings from HTML->text renderer
2016-11-24 11:15:06 -05:00
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
1a3aa7a4e4
Merge pull request #701 from mailpoet/rendering_update
...
Rendering update
2016-11-07 16:27:48 +01:00
d4b39cb1f4
- Replaces   with spaces in text blocks
2016-11-06 20:04:18 -05:00
af36e7a0d9
- Converts template to UTF-8
2016-11-06 20:03:21 -05:00
1db8626e35
- Fixes 'Cannot access self:: when no class scope is active' error in PHP 5.3
2016-11-06 18:55:20 -05:00
61c255564f
- Fixes 'Using $this when not in object context' error in PHP 5.3
2016-11-06 18:55:12 -05:00
0d32c09df3
- Replaces model arrays with model objects
2016-11-03 20:45:53 -04:00
9f288ae11a
- Removes unused classes
...
- Fixes [newsletter:number] shortcode not working
2016-11-03 20:38:20 -04:00
e32c46a755
- Detaches posts_where action after posts are pulled from the database
2016-10-24 08:55:22 -04:00
4402f826c3
fixed issue with namespace AND fixed issue #649
2016-10-06 12:54:04 +02:00
b9745b555a
make sure ABSPATH is defined before using it - fixes issue #648
2016-10-06 12:52:53 +02: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
48d738e8c4
- Updates scheduler
2016-09-23 12:30:29 -04:00
e1caf49ea5
- Updates depreciated method name
2016-09-19 20:10:47 -04:00
59d30cc139
- Renames router URL query parameter and router class
...
- Updates other classes to use the new name
- Updates unit tests
2016-08-25 09:57:14 -04:00
6868142e35
- Extracts view in browser response to the endpoint
...
- Updates unit tests
2016-08-24 10:20:35 -04:00
05c128d12d
- Fixes errors thrown when there are no shortcodes in the newsletter body
2016-08-24 09:29:17 -04:00
80fddd6c58
- Refactors view in browser
2016-08-23 23:42:26 -04:00
c807ead5fd
- Prepares newsletter renderer for conversion to using modal objects
...
instead of arrays
2016-08-23 12:48:38 -04: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
44f84c6cdb
- Updates method names
2016-08-22 09:26:25 -04:00
31008a6895
- Updates queue and subscriber check condition
2016-08-22 09:26:25 -04:00
2490d8c919
- Refactors browser preview
2016-08-22 09:26:25 -04:00
b492bcecc0
- Removes requirement of passing newsletter id when tracking clicks
...
- Extracts common tracking data processing/validation code into the Track
class
- Refactors Clicks, Opens and View in Browser classes to enforce
subscriber id and token check
- Allows admin users to preview newsletters without tracking statistics
2016-08-22 09:26:25 -04:00
87332037c2
Do not render images or social icons if image src is not defined
2016-08-12 16:18:44 +03:00
1d6a09f010
Modify ALC to ignore posts published before notification newsletter is
...
created
2016-08-11 16:46:47 +03:00
0b0c0f5759
- Fixes conditional statement
2016-08-05 13:03:31 -04:00
5e36eb818b
Fix sending first notification newsletter with ALC posts
2016-08-05 13:40:54 +03:00
cfde82ff5f
Declaring class properties of AutomatedLatestContent
2016-08-04 18:32:30 +03:00
af98ade650
Add ALC filter to use posts created after last newsletter was sent
2016-08-04 18:17:49 +03:00
82a001dc05
Add timestamp based ALC filter to ignore older posts
2016-08-04 18:16:43 +03:00
d31af9d71c
- Adds additional logic to not exclude sent posts when previewing from
...
within the newsletter editor
2016-08-04 10:30:53 -04:00
ff7a24590f
- Removes unnecessary condition
2016-08-04 09:46:05 -04:00
ea87a7acf8
- Fixes code style
...
- Removes unnecessary condition
- Closes #576
2016-08-04 09:36:15 -04:00
9d36a17261
- Fixes preview of newsletters with ALC
2016-08-03 21:36:03 -04:00
9c3cb5a509
- Enables preview of notification history newsletters
2016-08-03 20:42:35 -04:00
2e88d7cce0
Added API/Endpoint abstract class
...
- (re)Added Endpoints folder to both API and Router
- fixed syntax in namespaces
- xhr.responseJSON is returned to the fail()
- fixed Router endpoints (view in browser, cron,...)
2016-08-02 17:08:43 +02:00
008fdb94c5
Moved lib/API to lib/Router
...
- renamed lib/API/API.php to lib/Router/Front.php
- updated namespaces in various file to account for namespace change
2016-08-01 17:00:32 +02:00
8e4d07c658
- Updates regex to not match http/ftp links as shortcodes
...
- Updates regex to properly replace links in text version of newsletter
2016-07-27 21:57:55 -04:00