File tree 5 files changed +10
-4
lines changed
5 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 25
25
'visibility_required ' => false ,
26
26
'phpdoc_to_comment ' => false ,
27
27
'function_typehint_space ' => false ,
28
+ 'global_namespace_import ' => false ,
28
29
])
29
30
->setFinder ($ finder )
30
31
;
Original file line number Diff line number Diff line change @@ -67,6 +67,7 @@ This plugin is free but if you install and find it useful then a donation to sup
67
67
## Version history ##
68
68
69
69
version Description
70
+ 2.14.0+20231018 When viewing message show number of pending subscribers
70
71
2.13.2+20230403 Update translations
71
72
2.13.1+20230103 Fix problem with an invalid regex causing an exception and a "white page"
72
73
2.13.0+20221104 Add IS NOT INCLUDED operator
@@ -124,4 +125,4 @@ This plugin is free but if you install and find it useful then a donation to sup
124
125
2014-09-27 Correct error reporting
125
126
2014-09-26 Pull Request #1
126
127
2014-09-25 Add regexp matching
127
- 2014-09-24 Release to GitHub
128
+ 2014-09-24 Release to GitHub
Original file line number Diff line number Diff line change
1
+ version 2.14.0+20231018
2
+ When viewing message show number of pending subscribers
3
+ cs fixer
4
+
1
5
version 2.13.2+20230403
2
6
Update translations
3
7
Update CS Fixer
Original file line number Diff line number Diff line change @@ -123,9 +123,9 @@ public function validateSegment()
123
123
/**
124
124
* Load all the subscribers who are to receive the campaign.
125
125
*
126
- * @throws SegmentPlugin_NoConditionsException if there are not any conditions
127
- *
128
126
* @return array [int, BitArray]
127
+ *
128
+ * @throws SegmentPlugin_NoConditionsException if there are not any conditions
129
129
*/
130
130
public function loadSubscribers ()
131
131
{
Original file line number Diff line number Diff line change 1
- 2.13.2+20230403
1
+ 2.14.0+20231018
You can’t perform that action at this time.
0 commit comments