[prep-release-3.3.12] Fix since version and undo md exporter change

This commit is contained in:
Marc Alexander 2024-05-29 21:53:11 +02:00
parent e328ee96d2
commit 51da43f77f
No known key found for this signature in database
GPG key ID: 50E0D2423696F995
2 changed files with 3 additions and 3 deletions

View file

@ -1601,14 +1601,14 @@ notification_dropdown_footer_after
===
* Locations:
+ styles/prosilver/template/notification_dropdown.html
* Since: 3.3.12-prep-release
* Since: 3.3.12
* Purpose: Add content after notifications list footer.
notification_dropdown_footer_before
===
* Locations:
+ styles/prosilver/template/notification_dropdown.html
* Since: 3.3.12-prep-release
* Since: 3.3.12
* Purpose: Add content before notifications list footer.
overall_footer_after

View file

@ -489,7 +489,7 @@ class md_exporter
*/
public function validate_version($version)
{
return preg_match('#^\d+\.\d+\.\d+(?:-(?:a|b|RC|pl)\d+|(?:-prep-release))?$#', $version);
return preg_match('#^\d+\.\d+\.\d+(?:-(?:a|b|RC|pl)\d+)?$#', $version);
}
/**