40a3487d3d
Remove a redundant condition, fix a typo in a test name [MAILPOET-880]
2017-05-01 11:20:33 +03:00
4e76286b44
Returns shortcode's default value when subscriber's first or last name is empty
2017-04-28 09:49:00 -04:00
0cdb426712
Fix ALC filtering for custom taxonomies and post types
2017-04-10 19:23:19 +03:00
37fcd5699b
Fix last <br/> removal cutting off text when rendering a text block [MAILPOET-856]
2017-04-06 10:07:11 +03:00
99eb72428f
Fixes reference to self in anonymous function
2017-03-31 12:51:58 -04:00
d686f75222
Swap JS actions with filters for robustness & testability, get rid of URL key hashing [PREMIUM-2]
2017-03-21 13:34:47 +03:00
16c1607850
Refactor links processing: isolate core logic for easier substitution [PREMIUM-2]
2017-03-20 12:09:58 +03:00
e2864e2243
Add hooks for GA tracking feature [PREMIUM-2]
2017-03-20 12:09:58 +03:00
b590586d4c
Reschedules previously scheduled sending queues when post notification's
...
scheduling options change
2017-03-07 18:39:55 -05:00
66d039ace3
Catches exception thrown by cron dependency and prevents a fatal error
2017-02-27 19:21:32 -05:00
44a223eba1
Fix post_title shortcode breaking sending if the post is trashed in the process [MAILPOET-831]
2017-02-23 16:33:18 +03:00
a3aa347fdf
Fix button block rendering producing notices on PHP 7.1 [MAILPOET-822]
2017-02-16 17:53:36 +03:00
e74938df90
Updates code to use the extended pQuery class
2017-02-13 21:00:45 -05:00
8507c77699
Fix categories not showing for posts in newsletter editor [MAILPOET-808]
2017-02-09 11:13:46 +03:00
b7ef191641
Remove leading slashes in imports [MAILPOET-764]
2017-01-25 10:22:27 +03:00
2220a13399
Remove unused imports [MAILPOET-764]
2017-01-25 10:14:38 +03:00
888a566dda
- Includes newsletter hash in preview URLs thus not requiring user
...
validation
2017-01-20 09:16:43 -05:00
3647f70daa
Merge pull request #768 from mailpoet/date_display_fix
...
Updates date:dtext shortcode to display full day name [MAILPOET-772]
2017-01-09 19:36:27 +02: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
497c2fb595
- Introduces shortcode to custom format dates
2017-01-06 21:29:05 -05:00
c291fada74
- Adds post ID data tag when ALC is configured to display posts as a
...
list
2017-01-05 13:24:41 -05:00
e4166cecba
- Updates date:dtext shortcode to display full day name
2017-01-04 13:06:29 -05:00
698cdecbfe
- Conditionally keeps margin/padding for ALC posts inside editor
...
- Adds line breaks for ALC posts in the renderer
2016-12-30 10:17:43 -05:00
fb29800c7d
- Replaces line breaks with empty paragraphs
2016-12-28 19:30:52 -05:00
f821a60a2c
- Removes open tracking code URL when newsletter is previewed
2016-12-22 22:58:43 -05:00
e5e5e7b426
- Fixes preview of unsent post notifications
2016-12-19 19:19:51 -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
707afc2ae0
- Adds a new method to create a URL data object as a numeric array instead
...
of associative, thus reducing the size of the object
- Adds a new method to convert numeric URL data object array into associative array
- Preserves backward compatibility with previous MP3 Beta versions by checking if the
URL data object is already an associative array
- Adds different types of newsletter display
2016-12-18 23:24:50 -05:00
062f849fc8
- Isolates shortcodes regex into a class method
...
- Adds a new method to create a URL data object as a numeric array instead
of associative, thus reducing the size of the object
- Adds a new method to convert numeric URL data object array into associative
array
- Preserves backward compatibility with previous MP3 Beta versions
by checking if the URL data object is already an associative array
2016-12-18 23:08:08 -05:00
b4da3ecfb3
- Updates post processing filter naming convention
...
- Allows returning of text or html rendered body from the renderer
2016-12-18 23:08:07 -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
2634b606f6
- Fixes ALC transformer class to append style tags with semicolon
2016-12-13 19:32:50 -05:00
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