User tests: Successful: Unsuccessful:
The message checks for the EOS plugin depend on the monthsUntilEOS but that calculation is a bit off.
The messages where one month to early
The messages come on the expected months
n.a.
Status | New | ⇒ | Pending |
Category | ⇒ | Front End Plugins |
Labels |
Added:
?
|
Unless there is going to be an update released in the next few weeks this pr (while correct) is pointless.
there will be a one more release :-)
I forgot about the 6 month notice
I have tested this item
I've played around a bit more with the EOS_DATE than described in the testing instructions.
Due to the calculation of the $monthsUntilEOS with some kind of average month length in days (see https://github.com/joomla/joomla-cms/blob/3.10-dev/plugins/quickicon/eos310/eos310.php#L77 ) the message changes are not accurate by the day, but accurate enough:
const EOS_DATE = '2022-07-22';
=> Support has ended
const EOS_DATE = '2022-07-23';
const EOS_DATE = '2023-01-21';
=> Support ends on ... for Joomla 3.10. Migrate to Joomla 4 as soon as possible.
const EOS_DATE = '2023-01-22';
const EOS_DATE = '2023-07-23';
=> Joomla 3.10 has entered security only mode. Support ends ... Start planning to migrate to Joomla 4 today.
@tecpromotion Could you redo your test? Thanks in advance.
I have tested this item
Status | Pending | ⇒ | Ready to Commit |
RTC
Merging thanks guys :)
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2022-07-22 10:38:22 |
Closed_By | ⇒ | zero-24 | |
Labels |
Added:
?
|
I have tested this item✅ successfully on ba9c039
This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/38317.