|
061c8c2d28
|
Merge pull request #1653 from mailpoet/release-3.15.0
Release 3.15.0
3.15.0
|
2018-11-27 10:34:52 -05:00 |
|
|
250a02f7f8
|
Update the PHP version message
[MAILPOET-1660]
|
2018-11-27 16:29:39 +01:00 |
|
|
fc0166d616
|
Release 3.15.0
|
2018-11-27 18:13:03 +03:00 |
|
|
0e4de4197d
|
Merge pull request #1651 from mailpoet/array-column-fix
User polyfill for array_column [MAILPOET-1618]
|
2018-11-27 07:51:31 -05:00 |
|
|
384cd94727
|
Merge pull request #1644 from mailpoet/images-to-cdn
Move large images and videos to CDN [MAILPOET-1643]
|
2018-11-27 07:18:11 -05:00 |
|
|
9761ae176e
|
Merge pull request #1645 from mailpoet/js-minification
JS minification [MAILPOET-1606]
|
2018-11-27 06:27:21 -05:00 |
|
|
a9f3eeeb0d
|
User polyfill for array_column
[MAILPOET-1618]
|
2018-11-27 11:13:00 +01:00 |
|
|
4d5d00f777
|
Make minified JS code more readable keeping identifier names
[MAILPOET-1606]
|
2018-11-27 10:12:05 +01:00 |
|
|
a5d1416b45
|
Minify production JS using UglifyJS Webpack plugin
[MAILPOET-1606]
|
2018-11-27 10:12:05 +01:00 |
|
|
521791b3d4
|
Merge pull request #1643 from mailpoet/tinymce-cleanup
Tinymce cleanup [MAILPOET-1641]
|
2018-11-27 10:04:47 +01:00 |
|
|
43398d2dd6
|
Remove tests if path exists (no need to check when using 'rm' with '-f')
[MAILPOET-1642]
|
2018-11-27 09:39:51 +01:00 |
|
|
4092dd27f7
|
Fix IF to shell style instead of Bash (shebang line says '#!/bin/sh -e', not bash)
Running the script was outputting errors (alghough working), this should work on both shell & bash.
[MAILPOET-1642]
|
2018-11-27 09:38:01 +01:00 |
|
|
82cf412b63
|
Clean up unused TinyMCE files during build
[MAILPOET-1641]
|
2018-11-27 09:38:01 +01:00 |
|
|
5161afb01f
|
Use TinyMCE without packaged jQuery
[MAILPOET-1641]
|
2018-11-27 09:38:01 +01:00 |
|
|
936696cde3
|
Merge pull request #1642 from mailpoet/vendor-cleanup
Vendor cleanup [MAILPOET-1642]
|
2018-11-26 14:28:27 -05:00 |
|
|
5ea76a87df
|
Merge pull request #1627 from mailpoet/move-test-files
Move tests without dependencies to unit folder [MAILPOET-1607]
|
2018-11-26 13:27:46 -05:00 |
|
|
c4b40fd45e
|
Merge pull request #1646 from mailpoet/readme-mail-poet
Add 'Mail poet' to readme.txt [MAILPOET-1654]
|
2018-11-26 12:22:20 -05:00 |
|
|
b9369ec35b
|
Merge pull request #1638 from mailpoet/form-editor-fixes
Form editor fixes [MAILPOET-1622]
|
2018-11-26 12:19:11 -05:00 |
|
|
ea7684c270
|
Merge pull request #1647 from mailpoet/do-not-include-pluggable
Do not require pluggable.php [MAILPOET-1650]
|
2018-11-26 12:02:08 -05:00 |
|
|
b4c7818d02
|
Hide honeypot form field in form preview
[MAILPOET-1622]
|
2018-11-26 16:12:25 +01:00 |
|
|
a2a1064a3c
|
Improve form preview success/error messages
[MAILPOET-1622]
|
2018-11-26 16:12:25 +01:00 |
|
|
98dcc49fe5
|
Merge pull request #1639 from mailpoet/stats-errors
Unify types of statistics summary data [MAILPOET-1645]
|
2018-11-26 07:43:02 -05:00 |
|
|
66f6632311
|
Merge pull request #1649 from mailpoet/welcome-emails-status
Correct the welcome email status [MAILPOET-1658]
|
2018-11-26 06:40:02 -05:00 |
|
|
5b4fd87728
|
Use 'cdn_url' function for all CDN URLs in views
[MAILPOET-1643]
|
2018-11-26 10:58:50 +01:00 |
|
|
b12ccd0c37
|
Add 'cdn_url' function for Twig templates
[MAILPOET-1643]
|
2018-11-26 10:58:50 +01:00 |
|
|
c29b6e1f8e
|
Correct the welcome email status
[MAILPOET-1658]
|
2018-11-26 10:11:38 +01:00 |
|
|
4b215051ae
|
Add plugin's 'base_url' to config
[MAILPOET-1643]
|
2018-11-23 15:18:57 +01:00 |
|
|
467bef1d61
|
Do not require pluggable.php [MAILPOET-1650]
|
2018-11-22 17:01:33 +03:00 |
|
|
a051b82ade
|
Add 'Mail poet' to readme.txt [MAILPOET-1654]
|
2018-11-22 16:16:52 +03:00 |
|
|
0b9f10cf23
|
Move large images and videos to CDN & add datetime as version
[MAILPOET-1643]
|
2018-11-21 15:14:02 +01:00 |
|
|
bf7e6a601e
|
Move prefixed dependencies from lib/Dependencies to vendor-prefixed
[MAILPOET-1642]
|
2018-11-20 14:11:33 +01:00 |
|
|
4b462a3963
|
Remove unnecessary symfony/config & related cleanups from mozart's composer.json
[MAILPOET-1642]
|
2018-11-20 14:11:33 +01:00 |
|
|
848b4263fd
|
Clean up common unused files in vendor also for lib/Dependencies
[MAILPOET-1642]
|
2018-11-20 14:11:31 +01:00 |
|
|
d62f679c3f
|
Add some more explicitly removed paths in vendor during build
[MAILPOET-1642]
|
2018-11-20 14:10:51 +01:00 |
|
|
7088c2a458
|
Sort explicitely removed vendor paths alphabetically
[MAILPOET-1642]
|
2018-11-20 14:10:51 +01:00 |
|
|
89acfa29d0
|
Remove some common dotfiles from vendor during build
[MAILPOET-1642]
|
2018-11-20 14:10:46 +01:00 |
|
|
18cc914db0
|
Remove more files (like composer.*, phpunit.xml, doxyfile) from vendor during build
[MAILPOET-1642]
|
2018-11-20 14:06:49 +01:00 |
|
|
1a52dc36cd
|
Move sensiolabs/security-checker to dev dependencies
[MAILPOET-1642]
|
2018-11-20 14:06:49 +01:00 |
|
|
012dc25a5b
|
Releasing 3.14.1
|
2018-11-20 11:24:46 +01:00 |
|
|
a2393d7889
|
Merge pull request #1571 from mailpoet/export-subscribers
Export subscribers [MQ-76]
|
2018-11-20 11:15:39 +02:00 |
|
|
1babbee2cf
|
Removes unused data-automation-ids
|
2018-11-20 10:38:45 +02:00 |
|
|
754afa2363
|
Remove unused csv list of exportable subscribers
|
2018-11-20 10:34:25 +02:00 |
|
|
cfbb20aa46
|
Unify type of statistics summary data
[MAILPOET-1645]
|
2018-11-19 16:10:29 +01:00 |
|
|
f447473840
|
Merge pull request #1634 from mailpoet/subscribe-multiple-lists
Subscribe to multiple lists. [MQ-11]
|
2018-11-16 08:42:29 -05:00 |
|
|
2a7cea9e6e
|
add admin login to sub form test to avoid 60 sec wait time
|
2018-11-15 18:19:04 -05:00 |
|
|
9c951741cf
|
Subscribe to multiple lists. [MQ-11]
|
2018-11-15 17:45:33 -05:00 |
|
|
dcd6dda277
|
Subscribe to multiple lists. [MQ-11]
|
2018-11-15 17:42:04 -05:00 |
|
|
9cb24fcdae
|
fixes, clean-up, better selectors
|
2018-11-15 14:41:12 -05:00 |
|
|
c3891f36cd
|
Merge pull request #1632 from mailpoet/premium-plugin-api-fix
Add fallback for API endpoint instantiation [MAILPOET-1639]
|
2018-11-15 12:30:37 -05:00 |
|
|
528f223a70
|
Add fallback for API endpoint instantiation for endpoints which are not in DI
[MAILPOET-1639]
|
2018-11-15 18:03:51 +01:00 |
|