Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 5.0.0 #1

Merged
merged 1 commit into from Nov 16, 2018
Merged

Release 5.0.0 #1

merged 1 commit into from Nov 16, 2018

Conversation

derekjones
Copy link

No description provided.

@derekjones derekjones merged commit afdb3f1 into stability Nov 16, 2018
@derekjones derekjones deleted the release/5.0.0 branch November 22, 2018 19:59
kevincupp added a commit that referenced this pull request Dec 3, 2018
@Yvan256 Yvan256 mentioned this pull request Dec 24, 2018
@stpruss stpruss mentioned this pull request Jun 17, 2019
@rihan2i rihan2i mentioned this pull request Jun 24, 2019
obfuscode pushed a commit that referenced this pull request Apr 8, 2020
intoeetive added a commit that referenced this pull request Oct 5, 2021
TomJaeger pushed a commit that referenced this pull request Jan 20, 2022
Fix for subtitle on Auto Save tab
robinsowell added a commit that referenced this pull request Apr 19, 2022
Deprecated STRPOS(): PASSING NULL TO PARAMETER #1 ($HAYSTACK) OF TYPE STRING IS DEPRECATED ee/ExpressionEngine/Model/Member/HTMLButton.php, line 62
intoeetive pushed a commit that referenced this pull request May 5, 2022
Deprecated STRPOS(): PASSING NULL TO PARAMETER #1 ($HAYSTACK) OF TYPE STRING IS DEPRECATED ee/ExpressionEngine/Model/Member/HTMLButton.php, line 62
robinsowell added a commit that referenced this pull request Oct 31, 2022
php 8.1, eeh rating module was throwing:

```Deprecated
htmlentities(): Passing null to parameter #1 ($string) of type string is deprecated

ee/ExpressionEngine/View/_shared/filters/filter.php, line 17```

Basically, the collection filter didn't have a default specified, so it was null and htmlentities didn't love it.

Seemed better to put a default here than require it of add-ons.
intoeetive pushed a commit that referenced this pull request Nov 1, 2022
php 8.1, eeh rating module was throwing:

```Deprecated
htmlentities(): Passing null to parameter #1 ($string) of type string is deprecated

ee/ExpressionEngine/View/_shared/filters/filter.php, line 17```

Basically, the collection filter didn't have a default specified, so it was null and htmlentities didn't love it.

Seemed better to put a default here than require it of add-ons.
robinsowell added a commit that referenced this pull request Feb 13, 2023
If no screen name was set, you'd end up with author filters on edit entries and files where nothing showed in cases where screen name was missing.

You could also throw a php error in php 8.1+

```htmlentities(): Passing null to parameter #1 ($string) of type string is deprecated
ee/ExpressionEngine/Service/Filter/Filter.php, line 227```
robinsowell added a commit that referenced this pull request Feb 13, 2023
If no screen name was set, you'd end up with author filters on edit entries and files where nothing showed in cases where screen name was missing.

You could also throw a php error in php 8.1+

htmlentities(): Passing null to parameter #1 ($string) of type string is deprecated
ee/ExpressionEngine/Service/Filter/Filter.php, line 227

see also #2848
robinsowell added a commit that referenced this pull request Oct 6, 2023
Deprecated
substr(): Passing null to parameter #1 ($string) of type string is deprecated
ee/legacy/libraries/Session.php, line 310

Severity: E_DEPRECATED
intoeetive pushed a commit that referenced this pull request Oct 11, 2023
Deprecated
substr(): Passing null to parameter #1 ($string) of type string is deprecated
ee/legacy/libraries/Session.php, line 310

Severity: E_DEPRECATED
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants