2ef41b56e0
Fix various regressions introduced by camel case conversion
...
[MAILPOET-2635]
2020-01-20 10:27:36 +00:00
685b4885c0
Exclude WordPress and WooCommerce variables from camel case conversion
...
[MAILPOET-1796]
2020-01-14 15:22:42 +01:00
fbcaeaadbc
Convert Doctrine specific code to camel case
...
[MAILPOET-1796]
2020-01-14 15:22:42 +01:00
6522635dc7
Exclude globals from camel case conversion
...
[MAILPOET-1796]
2020-01-14 15:22:42 +01:00
d0292f8624
Convert variable names to camel case in PHPDoc
...
[MAILPOET-1796]
2020-01-14 15:22:42 +01:00
8c848cfa28
Convert property names to camel case
...
[MAILPOET-1796]
2020-01-14 15:22:42 +01:00
54549ff037
Convert variable names to camel case
...
[MAILPOET-1796]
2020-01-14 15:22:42 +01:00
43df66d162
Add public keyword to methods
...
[MAILPOET-2413]
2019-12-26 18:09:45 +03:00
9fdd37dbd8
Fix WC heading padding in rendering [MAILPOET-2569]
2019-12-23 21:55:40 +03:00
d84c45e5f1
Fix colors in rendering [MAILPOET-2569]
2019-12-23 21:55:40 +03:00
0e964de6d4
Move nesbot/carbon to vendor-prefixed
...
[MAILPOET-2560]
2019-12-15 21:55:48 +00:00
b22d9e1550
Fix conditional font-include comment for Outlook
...
[MAILPOET-2562]
2019-12-12 19:07:38 +00:00
8fb58450ed
Use inferPrivatePropertyTypeFromConstructor
...
[MAILPOET-2568]
2019-12-10 13:24:17 +01:00
2c0f16b0dd
Fix tests and default values
...
[MAILPOET-2286]
2019-11-28 14:07:38 +00:00
e1a8883935
Preprocess transactional email newsletter
...
[MAILPOET-2286]
2019-11-28 14:07:38 +00:00
f34128d91b
Add WC blocks preprocessing
...
[MAILPOET-2286]
2019-11-28 14:07:38 +00:00
5f5a254548
Move preprocessing logic into Preprocessor class
...
[MAILPOET-2286]
Additional preprocessing logic is needed to handle WooCommerce
blocks, so instead of making the Renderer class even bigger,
I am creating a new Preprocessor class. I wanted to move the
`addMailpoetLogoContentBlock` logic as well but it will break
tests and require a lot of refactor to fix them so I am leaving
it here for now.
2019-11-28 14:07:38 +00:00
9166f280d0
Move CSS to MailPoetVendor namespace
...
[MAILPOET-2545]
2019-11-27 12:38:20 +00:00
a012984a7a
Move array_column polyfill to MailPoetVendor namespace
...
[MAILPOET-2545]
2019-11-27 12:38:20 +00:00
52b4d67eca
Make sure values are found
...
[MAILPOET-2535]
2019-11-20 10:24:39 +00:00
650f9a8c90
Use proper check for existence
...
[MAILPOET-2535]
2019-11-20 10:24:39 +00:00
61f0250822
Use the correct type
...
[MAILPOET-2535]
2019-11-20 10:24:39 +00:00
d970dda637
Replace "new SettingsController()" with fetch from DI container
...
[MAILPOET-2436]
2019-11-06 16:32:32 +00:00
ab1e398241
Move function to a better repository
...
[MAILPOET-2439]
2019-11-05 13:38:51 +00:00
4a49565553
Fix total count
...
[MAILPOET-2439]
2019-11-05 13:38:51 +00:00
622c726fe3
Rename properties
...
[MAILPOET-2439]
2019-11-05 13:38:51 +00:00
d492231222
Remove alias
...
[MAILPOET-2439]
2019-11-05 13:38:51 +00:00
b81c2497cb
Use singular in entity names
...
[MAILPOET-2439]
2019-11-05 13:38:51 +00:00
5a2edff9fe
Add newsletter statistics to doctrine
...
[MAILPOET-2439]
2019-11-05 13:38:51 +00:00
6667c70e19
Remove AspectMock usage from PostContentTransformerTest [MAILPOET-2454]
2019-10-28 16:02:48 +00:00
8fb18e7c2e
Extract usage of emoji encoding from the sending queue model [MAILPOET-2460]
2019-10-24 10:57:36 +01:00
73bc62227a
Replace log topics strings by constants
...
[MAILPOET-2444]
2019-10-10 12:36:06 +01:00
0a4aa5ce3f
Refactor Newsletter and Bridge to use logger_factory instance
...
[MAILPOET-2444]
2019-10-10 12:36:06 +01:00
beccbea6e2
Refactor Mailpoet\Logging\Logger to LoggerFactory
...
[MAILPOET-2444]
2019-10-10 12:36:06 +01:00
50043472ee
Mock is-WooCommerce-active detection in PostContentManagerTest
...
[MAILPOET-2382]
2019-10-08 14:22:55 +01:00
ade1cc4d8e
Autofix alphabetically sorted use statements
...
[MAILPOET-2409]
2019-10-01 14:29:30 +01:00
1b5b9d89ff
Autofix namespace declaration spacing
...
[MAILPOET-2409]
2019-10-01 14:29:30 +01:00
4fbf8ed7be
Replace unsubscribe link short code strings by constant
...
[MAILPOET-2245]
2019-10-01 14:07:39 +01:00
6ae61a3e9b
Refactor array_column call using use statement
...
[MAILPOET-2245]
2019-10-01 14:07:39 +01:00
86fd634563
Mark Newsletter/Links methods used only internally as private
...
[MAILPOET-2245]
2019-10-01 14:07:39 +01:00
028c5e6de5
Add ensure unsubscribe link method to newsletters links
...
[MAILPOET-2245]
2019-10-01 14:07:39 +01:00
0dd7b5fb7a
Remove unnecessary aliases for SubcriptionUrlFactory
...
[MAILPOET-2381]
2019-09-25 10:29:20 +01:00
7dba4d900c
Rename Subscription\Url to Subscription\SubscriptionUrlFactory
...
[MAILPOET-2381]
2019-09-25 10:29:20 +01:00
d90d5c6385
Refactor getUnsubscribeUrl to instance method
...
[MAILPOET-2381]
2019-09-25 10:29:20 +01:00
4e75f8883e
Refactor getManageUrl to instance method
...
[MAILPOET-2381]
2019-09-25 10:29:20 +01:00
692ff1ed22
Use getToken()
...
[MAILPOET-2340]
2019-09-24 14:40:22 +01:00
3ea9c99090
Use link_token when tracking and rendering links
2019-09-12 17:32:05 +02:00
01a0fe96c4
Remove no longer necessary checks
...
[MAILPOET-1948]
2019-09-12 13:59:32 +02:00
41c01ca230
Move automatic emails to own scheduler
...
[MAILPOET-2348]
2019-09-11 19:16:21 +01:00
493e16606c
Move constans to their classes
...
[MAILPOET-2348]
2019-09-11 19:16:21 +01:00