mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[ticket/17324] Allow targeting events to prep-releases
PHPBB3-17324
This commit is contained in:
parent
a88040df85
commit
9ea4aabe9a
2 changed files with 3 additions and 3 deletions
|
@ -1601,14 +1601,14 @@ notification_dropdown_footer_after
|
||||||
===
|
===
|
||||||
* Locations:
|
* Locations:
|
||||||
+ styles/prosilver/template/notification_dropdown.html
|
+ styles/prosilver/template/notification_dropdown.html
|
||||||
* Since: prep-release-3.3.12
|
* Since: 3.3.12-prep-release
|
||||||
* Purpose: Add content after notifications list footer.
|
* Purpose: Add content after notifications list footer.
|
||||||
|
|
||||||
notification_dropdown_footer_before
|
notification_dropdown_footer_before
|
||||||
===
|
===
|
||||||
* Locations:
|
* Locations:
|
||||||
+ styles/prosilver/template/notification_dropdown.html
|
+ styles/prosilver/template/notification_dropdown.html
|
||||||
* Since: prep-release-3.3.12
|
* Since: 3.3.12-prep-release
|
||||||
* Purpose: Add content before notifications list footer.
|
* Purpose: Add content before notifications list footer.
|
||||||
|
|
||||||
overall_footer_after
|
overall_footer_after
|
||||||
|
|
|
@ -489,7 +489,7 @@ class md_exporter
|
||||||
*/
|
*/
|
||||||
public function validate_version($version)
|
public function validate_version($version)
|
||||||
{
|
{
|
||||||
return preg_match('#^\d+\.\d+\.\d+(?:-(?:a|b|RC|pl)\d+)?$#', $version);
|
return preg_match('#^\d+\.\d+\.\d+(?:-(?:a|b|RC|pl)\d+|(?:-prep-release))?$#', $version);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Reference in a new issue