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
Alexey Stoletniy
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
Tautvidas Sipavičius
bcc01df0b8
Merge pull request #849 from mailpoet/transifex_upload
...
Upload translation files to Transifex via publish command [MAILPOET-855]
2017-03-20 19:40:19 +02:00
Alexey Stoletniy
ee12f4d304
Move a hook to be always executed after rebasing [PREMIUM-2]
2017-03-20 16:23:16 +03:00
Alexey Stoletniy
16c1607850
Refactor links processing: isolate core logic for easier substitution [PREMIUM-2]
2017-03-20 12:09:58 +03:00
Alexey Stoletniy
e2864e2243
Add hooks for GA tracking feature [PREMIUM-2]
2017-03-20 12:09:58 +03:00
Alexey Stoletniy
16dc81150d
Execute mailpoet_initialized hook earlier after setup [PREMIUM-2]
...
This is done because Router can seize the request and prevent subsequent actions like Premium hooking from being run, so hooks didn't work in cron daemon.
2017-03-20 12:08:40 +03:00
Alexey Stoletniy
ed4d3d52ed
Add hooks for Premium translations and scripts [PREMIUM-2]
2017-03-20 12:08:40 +03:00
Alexey Stoletniy
37a6a74b6e
Extract React libraries to a separate chunk and expose them globally [PREMIUM-2]
2017-03-20 12:08:40 +03:00
Alexey Stoletniy
136a531047
Rename newsletters 3rd step hook [PREMIUM-2]
2017-03-20 12:08:40 +03:00
Alexey Stoletniy
bef0097f5b
Add front-end WP-style hooks support for Premium [PREMIUM-2]
2017-03-20 12:08:39 +03:00