-
Notifications
You must be signed in to change notification settings - Fork 9
PHP7 Compatibility release #16
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
base: integration
Are you sure you want to change the base?
Changes from 1 commit
5354714
5dc4bfc
a962e23
41a2291
9401adc
5635c19
60744be
b75cadd
02ae0a6
e06f916
684eef9
cc471cf
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -14,6 +14,9 @@ | |
| </author> | ||
| </authors> | ||
| <releases> | ||
| <release version="1.7.2" date="2017-05-19" min="2.5.x" max="4.x.x" php-min="5.6.x" php-max="7.x.x"> | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Where did you get
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. That's why the PR is not merged ;) It's a change @alexnantel88 added in her 4.0 experiment. But it is soooo nice, that I'd like to add it for real. I'll check with her if she can redo the PR, but without any of the "experimental" stuff. Thanks for the review tho ;)
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Nice. Just wasn’t sure if it was an undocumented new feature in 2.7 already.
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. No no, I would not do that (voluntarily :P )
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Strange, I thought that
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @michael-e we agreed on this yes, but it was never implemented in an "official" way ;) I am still all for it !
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I am glad that you remember this — I was afraid that I only dreamed. :-) Hmm, I already adopted it, e.g. here: michael-e/email_newsletter_manager@c396584 What should I do? Remove it? Or simply keep it?
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It should not create a problem (for the computer) to keep it. But if you want to be strict, it should not be there.
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. :-(
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @jensscherbl @nitriques |
||
| - PHP7 Compatibility | ||
| </release> | ||
| <release version="1.7.1" date="2016-01-05" min="2.5" max="2.6.x"> | ||
| - Set 'entry_id' as unique | ||
| </release> | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maxshould be "2.x.x", as "3.x.x" and "4.x.x" are allowed to introduce breaking changes.