|
26c582b19f
|
Keeps track of the number of updated/created subscribers over multiple
server requests
|
2017-04-25 11:00:52 -04:00 |
|
|
3bc53f9f09
|
Remove Premium-only styles from Free, cleanup styles [PREMIUM-1]
|
2017-04-25 12:46:05 +03:00 |
|
|
bb220baf6a
|
Add names to constants, rename vars for clarity [MAILPOET-877]
|
2017-04-25 12:46:04 +03:00 |
|
|
121a78f42a
|
Update an open rate improvement KB link URL [MAILPOET-877]
|
2017-04-25 12:46:04 +03:00 |
|
|
4257aa634e
|
Don't show green box and KB link in stats for welcome emails [MAILPOET-877]
|
2017-04-25 12:46:03 +03:00 |
|
|
95ff83557f
|
Add a green box in stats for recently sent newsletters, add help KB link [MAILPOET-877]
|
2017-04-25 12:46:03 +03:00 |
|
|
e9070de9c4
|
Add badges to stats in a newsletter listing, change stats style [PREMIUM-1] [MAILPOET-877]
|
2017-04-25 12:45:52 +03:00 |
|
|
72aa087411
|
Localize formatting to 1 decimal [PREMIUM-1]
|
2017-04-25 12:45:50 +03:00 |
|
|
fbc0a3ad8d
|
Add detailed stats page support in Free [PREMIUM-1]
|
2017-04-25 12:45:49 +03:00 |
|
|
afedc409f5
|
Merge pull request #872 from mailpoet/newsletter_id_number_format_fix
Adds intval filter and fixes issue with number format applied on IDs >= 1000 [MAILPOET-891]
|
2017-04-25 12:27:17 +03:00 |
|
|
0360f16dc8
|
Merge pull request #865 from mailpoet/api_versioning
Adds versioning to our public API [MAILPOET-881]
|
2017-04-25 12:07:17 +03:00 |
|
|
f4800dbbae
|
Removes namescape format enforcement
|
2017-04-24 20:52:01 -04:00 |
|
|
15ddc8454e
|
Adds intval filter and fixes issue with number format applied on IDs
>=1000
|
2017-04-24 19:25:17 -04:00 |
|
|
f8df4de711
|
Merge pull request #868 from mailpoet/bounce_doc_link
Add a link to the bounce article in advanced settings [MAILPOET-868]
|
2017-04-24 19:11:03 -04:00 |
|
|
a0cb18e1a1
|
Merge pull request #869 from mailpoet/html_notices_fix
Wrap notices containing HTML in a paragraph, upgrade notice classes [MAILPOET-733]
|
2017-04-24 16:09:50 -04:00 |
|
|
509ec7d3d3
|
Fix posts block settings to not use deprecated CompositeView
|
2017-04-24 18:00:23 +03:00 |
|
|
aa2416f353
|
Simplify settings views to use methods defined in base settings view
|
2017-04-24 18:00:23 +03:00 |
|
|
167a605658
|
Switch Container block view to use methods defined by base view
|
2017-04-24 18:00:23 +03:00 |
|
|
592f11bd5f
|
Fix App activation calls, fix block insertion animations
|
2017-04-24 18:00:23 +03:00 |
|
|
92b128039a
|
Fix displaying placeholder message on empty containers
|
2017-04-24 18:00:23 +03:00 |
|
|
5efe611b2d
|
Remove obsolete comments, fix ALC settings
|
2017-04-24 18:00:23 +03:00 |
|
|
477e2737b1
|
Fix sorting of social icons in settings
|
2017-04-24 18:00:23 +03:00 |
|
|
dc8bacc27d
|
Fix drag&drop
|
2017-04-24 18:00:23 +03:00 |
|
|
0b8c787cda
|
Partially migrate newsletter editor to Marionette 3.x from 2.x
|
2017-04-24 18:00:23 +03:00 |
|
|
4f5c464659
|
Merge pull request #866 from mailpoet/list_unsubsribe_url
List unsubsribe url [MAILPOET-797]
|
2017-04-24 14:58:06 +03:00 |
|
|
4f432645b1
|
Merge pull request #870 from mailpoet/welcome_page_update
Update the Welcome page [MAILPOET-884]
|
2017-04-24 13:23:39 +03:00 |
|
|
5fa7930896
|
Redefines how endpoint namespaces are set
Updates error response to terminate connection only on AJAX requests
Optimizes and cleans up code based on code revew comments
|
2017-04-20 22:34:18 -04:00 |
|
|
f9efd536d9
|
Update the Welcome page [MAILPOET-884]
|
2017-04-20 21:00:09 +03:00 |
|
|
6a65ff5e5d
|
Removes default version
Updates all AJAX requests to include api version
Requires namespaces to have version
Clean up code
|
2017-04-19 23:34:40 -04:00 |
|
|
b549f83422
|
Updates form subscription class to use the main API class instead of calling directly API endpoint
Modifies forms to pass api_version
Modifies forms to pass store form-specific values (e.g., form_id, email) inside a separate data array
|
2017-04-19 15:38:16 -04:00 |
|
|
a9c80c031f
|
Adds version support to public API
|
2017-04-19 15:38:16 -04:00 |
|
|
405bea3049
|
Upgrade notice classes from deprecated ones [MAILPOET-733]
|
2017-04-19 17:11:42 +03:00 |
|
|
6954acd0b3
|
Wrap notice messages containing HTML in a paragraph to avoid broken styles [MAILPOET-733]
|
2017-04-19 17:11:14 +03:00 |
|
|
efd15d5d18
|
Add a link to the bounce article in advanced settings [MAILPOET-868]
|
2017-04-19 10:34:30 +03:00 |
|
|
6566622167
|
Bumps up release version to 3.0.0-beta.27
Updates changelog
Updates readme.txt based changes proposed by Kim
Cleans up language in readme.txt
3.0.0-beta.27
|
2017-04-18 20:05:24 -04:00 |
|
|
8157780b68
|
removing uneeded code and moving the url generation to proper class
|
2017-04-18 21:12:41 +02:00 |
|
|
975546915e
|
Merge pull request #867 from mailpoet/requirements_checker_update
Adds requirement check for ZIP and XML PHP extensions [MAILPOET-874]
|
2017-04-18 10:46:42 +03:00 |
|
|
319d591662
|
Merge pull request #863 from mailpoet/editor_tinymce
TinyMCE fixes [MAILPOET-880] [MAILPOET-829] [MAILPOET-862]
|
2017-04-17 09:13:35 +03:00 |
|
|
1dd6c91529
|
Updates missing requirements language
|
2017-04-16 23:54:10 -04:00 |
|
|
c4f0426775
|
Adds checker for XML and ZIP extensions
|
2017-04-16 21:10:15 -04:00 |
|
|
53f5a122bd
|
Merge pull request #861 from mailpoet/post_filters
Fix post filters for custom post types in ALC [MAILPOET-838]
|
2017-04-16 19:52:01 -04:00 |
|
|
a7142ed21b
|
modified SendingQueue Tests to ensure it passes the correct unsubscribe URL to Mailer
|
2017-04-15 22:14:40 +00:00 |
|
|
771a1bfc44
|
Adding List-Unsubscribe to header of newsletters
|
2017-04-15 21:21:28 +00:00 |
|
|
53169bba78
|
Merge pull request #860 from mailpoet/import_fixes
Fixes SQL errors & next button not working on step 2 of import [MAILPOET-876] [MAILPOET-766] [MAILPOET-879] [MAILPOET-828]
|
2017-04-14 09:03:59 +03:00 |
|
|
e3b8c1836b
|
Adds additional new and existing subscribers to the test method to
ensure that data between new subscribers does not mix
|
2017-04-13 15:57:04 -04:00 |
|
|
a4b091dc32
|
Extends test condition to check for all new subscriber column data
|
2017-04-13 10:50:36 -04:00 |
|
|
448c9ddaa8
|
Fixes custom column names not being automatically matched on step 2 of
import
|
2017-04-13 10:10:00 -04:00 |
|
|
ac574acf8e
|
Merge branch 'import_fixes' of mailpoet:mailpoet/mailpoet into import_fixes
|
2017-04-13 09:41:46 -04:00 |
|
|
aa15b9420a
|
Replaces redundant search with one-time lookup
|
2017-04-13 09:28:54 -04:00 |
|
|
2b7f5c321e
|
Merge pull request #862 from mailpoet/remote_images
Fixes Image block to update image dimensions when image src changes [MAILPOET-762]
|
2017-04-13 13:51:47 +03:00 |
|