You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+26-8Lines changed: 26 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,21 +6,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## Releases
8
8
9
-
### [5.0.45]
9
+
### [5.0.46]
10
10
11
11
#### Added
12
12
- NEW
13
13
14
14
#### Fixed
15
-
-[Dont send address to PayPal if country code is not a 2 character ISO 3166 code (#1947)](https://github.com/eventespresso/cafe/pull/1947)
16
15
- FIX
17
16
18
17
#### Changed
19
-
-[Trailing 0 Removed from Ticket Price Calculator (Barista#1426) (#1940)](https://github.com/eventespresso/cafe/pull/1940)
20
-
-[REM tickets do not fully retain their state when editing (Barista#1368) (#1942)](https://github.com/eventespresso/cafe/pull/1942)
21
-
-[PayPal Commerce - if no country has been set use state iso (#1956)](https://github.com/eventespresso/cafe/pull/1956)
22
-
-[Add Post Variable to Events List Event Class Filter (#1960)](https://github.com/eventespresso/cafe/pull/1960)
23
-
-[Fix readme and changelog (#1959)](https://github.com/eventespresso/cafe/pull/1959)
18
+
-[Add Serialized Model Protection (#1914)](https://github.com/eventespresso/cafe/pull/1914)
@@ -30,7 +26,29 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
30
26
- RMV
31
27
32
28
#### Security
33
-
- SEC
29
+
-[Fix Model Cap Restriction Generation (#1975)](https://github.com/eventespresso/cafe/pull/1975)
30
+
31
+
32
+
33
+
### [5.0.45]
34
+
35
+
#### Added
36
+
- NEW
37
+
38
+
#### Fixed
39
+
-[Dont send address to PayPal if country code is not a 2 character ISO 3166 code (#1947)](https://github.com/eventespresso/cafe/pull/1947)
40
+
41
+
#### Changed
42
+
-[Trailing 0 Removed from Ticket Price Calculator (Barista#1426) (#1940)](https://github.com/eventespresso/cafe/pull/1940)
43
+
-[REM tickets do not fully retain their state when editing (Barista#1368) (#1942)](https://github.com/eventespresso/cafe/pull/1942)
44
+
-[PayPal Commerce - if no country has been set use state iso (#1956)](https://github.com/eventespresso/cafe/pull/1956)
45
+
-[Add Post Variable to Events List Event Class Filter (#1960)](https://github.com/eventespresso/cafe/pull/1960)
46
+
-[Fix readme and changelog (#1959)](https://github.com/eventespresso/cafe/pull/1959)
47
+
-[Add Serialized Model Protection (#1914)](https://github.com/eventespresso/cafe/pull/1914)
Copy file name to clipboardExpand all lines: caffeinated/core/libraries/messages/message_type/newsletter/EE_Newsletter_message_type.class.php
+37-42Lines changed: 37 additions & 42 deletions
Original file line number
Diff line number
Diff line change
@@ -14,18 +14,18 @@ class EE_Newsletter_message_type extends EE_message_type
14
14
{
15
15
publicfunction__construct()
16
16
{
17
-
$this->name = 'newsletter';
18
-
$this->description = esc_html__(
17
+
$this->name= 'newsletter';
18
+
$this->description= esc_html__(
19
19
'Batch message type messages are triggered manually by the admin for sending notifications to a selected group of recipients. This should only be used for more general notification type messages that contain information specific for the recipients. For "newsletter" type messages we recommend using an email list service like MailChimp, because sending non-related mail-outs to contacts increases the risk of your site domain getting added to spam lists, which will prevent messages getting to users.',
0 commit comments