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
fixes issue Universal-Omega#226
Previously, the query selected the latest revision for each page based on the rev_timestamp, but did not consider the rev_minor_edit value until afterwards.
Now it will retrieve the latest revision that satisfies the condition rev.rev_minor_edit = 0.
fixes issue #226
Previously, the query selected the latest revision for each page based on the rev_timestamp, but did not consider the rev_minor_edit value until afterwards.
Now it will retrieve the latest revision that satisfies the condition rev.rev_minor_edit = 0.
DynamicPageList3 version: 3.5.1
MediaWiki version: 1.39.1
PHP version: 8.2.0
List of steps to reproduce (step by step, including full links if applicable):
What happens?:
the DPL output is:
What should have happened instead?:
the DPL output must be:
The text was updated successfully, but these errors were encountered: