mirror of
https://github.com/smarty-php/smarty.git
synced 2025-07-29 15:37:14 +02:00
Prepare meta files for pre-release of v5
This commit is contained in:
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
## Supported Versions
|
## Supported Versions
|
||||||
|
|
||||||
Smarty currently supports the latest minor version of Smarty 3 and Smarty 4.
|
Smarty currently supports the latest minor version of Smarty 4 and Smarty 5.
|
||||||
|
|
||||||
| Version | Supported |
|
| Version | Supported |
|
||||||
|---------|--------------------|
|
|---------|--------------------|
|
||||||
|
| 5.0.x | :white_check_mark: |
|
||||||
| 4.3.x | :white_check_mark: |
|
| 4.3.x | :white_check_mark: |
|
||||||
| 3.1.x | :white_check_mark: |
|
| < 4.3 | :x: |
|
||||||
| < 3.1 | :x: |
|
|
||||||
|
|
||||||
## Reporting a Vulnerability
|
## Reporting a Vulnerability
|
||||||
|
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
if [[ "$1" =~ ^4\.[0-9\.-rc]+$ ]]; then
|
if [[ "$1" =~ ^5\.[0-9\.-rc]+$ ]]; then
|
||||||
printf 'Creating release %s\n' "$1"
|
printf 'Creating release %s\n' "$1"
|
||||||
else
|
else
|
||||||
echo "Invalid version number: $1. This script can only make v4.x.x releases."
|
echo "Invalid version number: $1. This script can only make v5.x.x releases."
|
||||||
exit 1;
|
exit 1;
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user