Alexey Stoletniy
|
bee9bfcfcc
|
Fix data being mixed up when splitting subscribers, remove excessive arguments [MAILPOET-828]
|
2017-04-13 11:08:20 +03:00 |
|
Vlad
|
b7d73dcfaa
|
Updates unit test
|
2017-04-12 09:49:42 -04:00 |
|
Vlad
|
5b4fa4ea2b
|
Fixes custom fields not being updated or causing integrity constraint
error: https://mailpoet.atlassian.net/browse/MAILPOET-828
|
2017-04-12 09:40:15 -04:00 |
|
Tautvidas Sipavičius
|
12e5fe77de
|
Perform caret positioning only on TinyMCE activation click
|
2017-04-12 14:37:47 +03:00 |
|
Tautvidas Sipavičius
|
2dca10c539
|
Fix cursor positioning when activating TinyMCE on click [MAILPOET-880]
|
2017-04-12 14:07:19 +03:00 |
|
Tautvidas Sipavičius
|
ceba5b3d0b
|
Fix pasting from text editors and word processors [MAILPOET-829]
|
2017-04-12 13:17:45 +03:00 |
|
Tautvidas Sipavičius
|
c05cf3cad4
|
Update TinyMCE for fixed triple-click behavior [MAILPOET-862]
|
2017-04-12 13:14:27 +03:00 |
|
Vlad
|
d6f5a39829
|
Simplifies subscriber splitting code and adds comments
|
2017-04-11 22:12:50 -04:00 |
|
Tautvidas Sipavičius
|
30d67508cb
|
Fixes Image block to update image dimensions when image src changes
|
2017-04-11 19:38:57 +03:00 |
|
Tautvidas Sipavičius
|
63b8d892f7
|
Update changelog entries to use asterisks for list items instead of
dashes
|
2017-04-11 16:05:53 +03:00 |
|
Tautvidas Sipavičius
|
10137d8551
|
Bump up release version to 3.0.0-beta.26
3.0.0-beta.26
|
2017-04-11 15:46:32 +03:00 |
|
Vlad
|
9ef74e0951
|
Stops execution when there are no subscriber columns to update
|
2017-04-10 21:41:37 -04:00 |
|
Vlad
|
89ff93958f
|
Removes subscriber object modification logic from the splitSubscribersData() method
Uses 2 separate objects with its own data for existing and new subscribers
Extends only new subscribers' object when it is missing required fields
|
2017-04-10 21:41:21 -04:00 |
|
Tautvidas Sipavičius
|
8d870e85eb
|
Switch to get_bloginfo() from bloginfo() to prevent output
|
2017-04-10 19:44:32 +03:00 |
|
Tautvidas Sipavičius
|
0cdb426712
|
Fix ALC filtering for custom taxonomies and post types
|
2017-04-10 19:23:19 +03:00 |
|
Vlad
|
b9f7a5673f
|
Removes lefover test code
|
2017-04-10 11:32:38 -04:00 |
|
Vlad
|
7ffbf6c378
|
Updates code style and adds wp_user_id column to the list of columns
that should be ignore when updating existing subscribers
|
2017-04-09 22:05:02 -04:00 |
|
Vlad
|
3a9c006cf9
|
Prevents overwriting existing subscribers' status (and other required fields) unless
the import object contains data for those fields
|
2017-04-09 22:04:56 -04:00 |
|
Vlad
|
a9edb383b4
|
Fixes next button not appearing when list is first unselected and then
selected back
|
2017-04-09 21:49:24 -04:00 |
|
mrcasual
|
ec23a73edb
|
Merge pull request #859 from mailpoet/trailing_br_rendering_fix
Fix last <br/> removal cutting off text when rendering a text block [MAILPOET-856]
|
2017-04-06 21:57:07 -04:00 |
|
mrcasual
|
10a164ee0c
|
Merge pull request #858 from mailpoet/customizer_fix
Rename a 'method' field in a form widget so it doesn't break the WP interactive customizer [MAILPOET-851]
|
2017-04-06 21:55:24 -04:00 |
|
Alexey Stoletniy
|
37fcd5699b
|
Fix last <br/> removal cutting off text when rendering a text block [MAILPOET-856]
|
2017-04-06 10:07:11 +03:00 |
|
stoletniy
|
66d969cc2f
|
Merge pull request #857 from mailpoet/settings-css-update
Removes sending method's heading line-height [MAILPOET-873]
|
2017-04-05 18:51:09 +03:00 |
|
Alexey Stoletniy
|
9d358f74dd
|
Rename a 'method' field in a form widget so it doesn't break the WP interactive customizer [MAILPOET-851]
|
2017-04-05 18:35:13 +03:00 |
|
mrcasual
|
57e00e3097
|
Removes sending method's heading line-height
|
2017-04-05 10:45:31 -04:00 |
|
Alexey Stoletniy
|
53afbea6ec
|
Bump up release version to 3.0.0-beta.25
3.0.0-beta.25
|
2017-04-04 18:22:44 +03:00 |
|
Tautvidas Sipavičius
|
2c2c0b3db4
|
Merge pull request #856 from mailpoet/sending_limit_enforcement_fix
Fixes sending limit not being enforced [MAILPOET-872]
|
2017-04-04 17:07:51 +03:00 |
|
Vlad
|
e235ee66eb
|
Adds regression unit test
|
2017-04-04 09:59:06 -04:00 |
|
Vlad
|
0ef430567b
|
Fixes sending limit not being enforced when email frequency limit is
changed to a lesser value OR when it is changed while sending is in
progress
|
2017-04-04 09:43:27 -04:00 |
|
stoletniy
|
74aef73f75
|
Merge pull request #855 from mailpoet/php53-fix
Fixes reference to self in anonymous function [MAILPOET-871]
|
2017-03-31 21:31:20 +03:00 |
|
mrcasual
|
99eb72428f
|
Fixes reference to self in anonymous function
|
2017-03-31 12:51:58 -04:00 |
|
mrcasual
|
065b160155
|
Merge pull request #854 from mailpoet/subscriber_listing_performance
Improve performance of a subscriber listing on MySQL 5.5 and lower [MAILPOET-867]
|
2017-03-30 09:51:47 -04:00 |
|
Alexey Stoletniy
|
6811d8e38d
|
Improve performance of a subscriber listing on MySQL 5.5 and lower [MAILPOET-867]
|
2017-03-30 13:12:53 +03:00 |
|
Vlad
|
5f75efddf1
|
Updates changelog and bumps version to 3.0.0-beta.24
3.0.0-beta.24
|
2017-03-28 14:19:11 -04:00 |
|
stoletniy
|
822a7ac5f5
|
Merge pull request #852 from mailpoet/translation_string_escaping_fix
Escapes quotation marks in translation results [MAILPOET-864]
|
2017-03-28 19:28:57 +03:00 |
|
Vlad
|
06e1ac9bb5
|
Escapes translations for output in HTML attributes
|
2017-03-28 12:02:29 -04:00 |
|
Vlad
|
a3530c3367
|
Escapes translations for JS output
|
2017-03-28 11:17:00 -04:00 |
|
Vlad
|
ec35bfb2d4
|
Reverts back previous code
|
2017-03-28 11:16:09 -04:00 |
|
stoletniy
|
ed3e46bebb
|
Merge pull request #853 from mailpoet/tracking_code_update
Makes tracking image transparent and fixes CSS rule parsing logic [MAILPOET-827]
|
2017-03-28 11:36:54 +03:00 |
|
Vlad
|
87b270482b
|
Fixes rules with colons (e.g, background-image: url(http://....);) from
being incorrectly parsed
|
2017-03-26 18:45:07 -04:00 |
|
Vlad
|
d22ba55858
|
Outputs transparent gif instead of red color
|
2017-03-26 18:45:07 -04:00 |
|
Vlad
|
835f25cc82
|
Fixes unit test that fails on the last Saturday of the month
|
2017-03-25 02:24:38 -04:00 |
|
Vlad
|
11944283b0
|
Escapes quotation marks in translation results
|
2017-03-24 20:38:04 -04:00 |
|
Tautvidas Sipavičius
|
dc704a92de
|
Merge pull request #851 from mailpoet/import_language_update
Updates example import paste data (textbox hint) [MAILPOET-863]
|
2017-03-24 18:01:12 +02:00 |
|
Tautvidas Sipavičius
|
dca1e9e1a7
|
Merge pull request #850 from mailpoet/manage_subscription_descr
Add details to the Manage Subscription description [MAILPOET-853]
|
2017-03-24 17:56:27 +02:00 |
|
Vlad
|
00781be077
|
Updates example import paste data
|
2017-03-23 13:27:48 -04:00 |
|
Tautvidas Sipavičius
|
ac80148f5b
|
Merge pull request #844 from mailpoet/ga_tracking
JS hooks & GA tracking support [PREMIUM-2]
|
2017-03-23 14:58:58 +02:00 |
|
Alexey Stoletniy
|
ff36833270
|
Add a hook for reinstalling Premium [PREMIUM-2]
|
2017-03-23 15:27:15 +03:00 |
|
Alexey Stoletniy
|
612c7d76a0
|
Add details to the Manage Subscription description [MAILPOET-853]
|
2017-03-22 13:19:26 +03:00 |
|
Alexey Stoletniy
|
32097b4512
|
Test that Premium hooks are executed [PREMIUM-2]
|
2017-03-21 21:36:36 +03:00 |
|